It turns out the BIOS on these machines refuse to boot from the hard disk if none of the partitions has the bootable flag set. This is a bit crazy, and can make you go hunting for unconnected hard disks and stuff like that.
Here's the quickest solution, for the above mentioned problem:
- Boot from CD, I used the Ubuntu CD.
- Choose "Boot from Hard Disk" or equivalent.
- In the resulting grub menu, press 'c' to get to the prompt, and execute the following commands, where hd(X, Y) is your boot/root partition:
This will set the bootable flag on (hdX, Y).
root (hdX,Y)
makeactive - Press 'Esc' to get back to the menu, and boot normally.
No comments:
Post a Comment