> Can you document the fix so we can choose to do it?

I did this myself in the end. Rebooted and it works so I think I have it
right.

First copy /etc/grub.conf to /boot/grub/grub.conf:

   rm /boot/grub/grub.conf
   cp /etc/grub.conf /boot/grub/grub.conf
   chmod 644 /boot/grub/grub.conf

Then create a Symlink where /etc/grub.conf points to /boot/grub/grub.conf 

   rm /etc/grub.conf
   ln -s /boot/grub/grub.conf /etc/grub.conf

Jason 


_______________________________________________
Blueonyx mailing list
[email protected]
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to