Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1626  / 2 Years ago, wed, february 23, 2022, 7:43:50

How to configure to boot Ubuntu with legacy BIOS and GPT, without to need to install Grub, LILO, UEFI or other additional bootmanager in extra partition or on ubuntu partition? Or does the GPT no more able to point to a boot partition like MBR?


No other additional OS like p.e. a 2nd Linux or a windows are installed.


The follow configuration don't work:



  • PC CMOS configuration set to legacy BIOS, not to UEFI

  • Use MBR not GPT on hard disk

  • Ubuntu partition set by GParted to "legacy_boot"


The follow, not question fitting configuration, works fine (without to need LiLo, Grub2 or UEFI) :



  • PC CMOS configuration set to legacy BIOS, not to UEFI

  • Use MBR not GPT on hard disk

  • Ubuntu partition set by GParted to "boot"


More From » grub2

 Answers
1

You can install, not all, a some sorts of bootloaders on MBR also (only one at the same time ...). Don`t need a additional partition in all cases?


For Ubuntu see the follow:


Set the bootable flag for your ubuntu partition, p.e. by GPartetd

sudo grub-install --boot-directory=/boot /dev/sda

sudo update-grub

Source:


https://www.xmodulo.com/install-grub-bootloader-master-boot-record-ubuntu-mint.html


Backup of source:


https://web.archive.org/web/20221006094835/https://www.xmodulo.com/install-grub-bootloader-master-boot-record-ubuntu-mint.html


For additional information check the follow:


Source:
Where is the boot loader installed?


Backup of source:


https://web.archive.org/web/20221006095700/https://askubuntu.com/questions/142912/where-is-the-boot-loader-installed


The follow list show you possible locations of installation of a lot of different bootloaders.


"The column MBR (Master Boot Record) refers to whether or not the boot loader can be stored in the first sector of a mass storage device. The column VBR (Volume Boot Record) refers to the ability of the boot loader to be stored in the first sector of any partition on a mass storage device."


Source:


https://en.wikipedia.org/wiki/Comparison_of_bootloaders#Storage_medium_support


Backup of source:


https://web.archive.org/web/20221006103618/https://en.wikipedia.org/wiki/Comparison_of_bootloaders


[#211] Friday, February 25, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
imberst

Total Points: 370
Total Questions: 107
Total Answers: 123

Location: French Polynesia
Member since Tue, Jul 7, 2020
4 Years ago
imberst questions
Fri, May 14, 21, 16:45, 3 Years ago
Sun, Sep 11, 22, 17:49, 2 Years ago
Sat, Dec 18, 21, 18:48, 2 Years ago
Sat, Feb 19, 22, 02:05, 2 Years ago
Sat, Sep 10, 22, 05:57, 2 Years ago
;