[BlueOnyx:12558] Re: Kernel Question

bluequartz at ozin.com bluequartz at ozin.com
Sun Mar 17 10:25:55 -05 2013


> 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 





More information about the Blueonyx mailing list