How can I check on which partition Ubuntu installed my bootloader from within Ubuntu?
|
feedback
|
|
Where If you have more then a disk and more than 1 partition is marked as boot the booting will be determined by the selected boot device in your BIOS. | ||||
|
feedback
|
|
It depends on what you mean by installed. Grub places some files in the /boot directory, which usually is on the same partition as /. It also embeds its core image to the Master Boot Record of the drive, and the following several sectors that are not part of any partition, so in that sense, it is not installed to any partition, but rather to the whole disk. You can check the output of | |||
|
feedback
|
|
Check the output of the boot_info_script. There you will see where the Grub binaries and configuration files were installed. | |||
|
feedback
|