On Mon, 2005-02-07 at 17:09 +0000, david_pettersson@xxxxxxxxxxxx wrote: > Just a thought, is the line "root (hd0,0)" correct, I thought the SATA discs where known as "sd*". Should I change this line to "root (sd0,0)"? > I have / on sda1. > > Maybe this only tells you the truth about my Grub knowledge but I take that risk :) > NO whatever the device name is, gets mapped to (hdn) in /boot/grub/device.map. Check that and use the proper (hdn,0) for the device mapped properly. Mine is as follows: ---------------------------- # this device map was generated by anaconda (fd0) /dev/fd0 (hd0) /dev/hda (hd1) /dev/hdb ------------------------ So if I were to boot and my /boot partition was /dev/hdb1 the proper line would be: root (hd1,0)