[EMAIL PROTECTED] wrote:

I test by rebooting and entering my bios settings, and then i set the
boot device to hd1 instead of hd0. Save and exit, and grub tells me
"Error 15: File not found".

For grub, the (hd0) and (hd1) devices are the ordered in the same order that the BIOS puts them in, so if you are going to switch them around in the BIOS, you should set the entries in the grub.conf to (hd0,0) instead of (hd1,0). In otherwords, (hd0) is always "the disk currently being booted from".

You can test this by editing the lines when grub comes up, and change kernel to be:

kernel (hd0,0)/boot/vmlinuz root=/dev/hdb1

-Richard

--
gentoo-user@gentoo.org mailing list

Reply via email to