On 20/07/13 07:44, luis jure wrote:
> 
> 
> from my recent experience, a caveat if you're using GPT to partition your
> disk and intend to boot from it: grub won't install on the disk (at least
> if you have an old plain BIOS system, i understand this doesn't happen with
> UEFI ??? ).
> 
> when i tried to run grub2-install i got this error message:
> 
> "this GPT partition label contains no BIOS Boot Partition"
> 
> so i had to re-partition the disk and create a small partition at the
> beginning without file system and with the bios_grub flag activated. 
> 
> after that grub installed OK, and i can boot from my GPT partitioned SSD.
> 
> i don't know if this can be of use to somebody.
> 
> best,
> 
> 
> lj
> 

You have to map the drive so grub can find it:

olympus ~ # cat /boot/grub/device.map
(hd0)   /dev/sda
olympus

Also, you can put the boot MBR on any disk - even an old spinner and
still have root on the ssd (as above, my ssd is actually /dev/sdd), but
the motherboard cant find any (non-usb) boot device unless I create a
device.map) - once grub is installed its fine and I think I could delete it.

BillK



Reply via email to