I pulled an old disk, changing my drive lettering.
Currently, to boot, I need to edit the hda(1,8) in grub to hda(0,8), after which things work normally.
grub-install won't install to that, though, complaining that it isn't a block device or that there is no bios entry.
I've tried adding to device.map in the manner in the documentation for grub, but still no luck. I have
(hd0) /dev/hda
(hd0,e) /dev/hda5
(hd0,i) /dev/hda9
(hd1) /dev/hdb
(hd2) /dev/hdc
What should I *really* be doing?
thanks
hawk
Currently, to boot, I need to edit the hda(1,8) in grub to hda(0,8), after which things work normally.
grub-install won't install to that, though, complaining that it isn't a block device or that there is no bios entry.
I've tried adding to device.map in the manner in the documentation for grub, but still no luck. I have
(hd0) /dev/hda
(hd0,e) /dev/hda5
(hd0,i) /dev/hda9
(hd1) /dev/hdb
(hd2) /dev/hdc
What should I *really* be doing?
thanks
hawk
Comment