Catalin Bucur wrote:
Jim Cornette wrote:
Maybe running grub-install /dev/sda --recheck
I've done what you said, unfortunately nothing new :-(
On this newly installed system, not upgraded, I get this for my
device.map file. I was thinking that (hd0) was still pointing to
/dev/hda and therefore grub would enter incorrect references in its setup.
cat /boot/grub/device.map
# this device map was generated by anaconda
(hd0) /dev/sda
Since you upgraded, the map probably still has references to /dev/hda
vs. /dev/sda as it was in my situation.
I've already modified wherever was necessary: /boot/grub/grub.conf,
/boot/grub/device.map, /boot/initrd[...], /etc/fstab.
I hope I didn't miss something else.
There might be something else other than what you tried. You seem to
cover what I would have tried. I am not sure if /etc/modprobe.conf would
have any influence or not.
Jim