Hi. I installed CRUX following the directions and as far as I can tell everything worked but when I rebooted I was greeted by GRUB telling me it's settings are messed up. But shouldn't LILO have overwrote GRUB?
Printable View
Hi. I installed CRUX following the directions and as far as I can tell everything worked but when I rebooted I was greeted by GRUB telling me it's settings are messed up. But shouldn't LILO have overwrote GRUB?
Sometimes, LILO has a hard time overwriting GRUB.
Be sure and run lilo before rebooting. You could also try uninstalling GRUB, and manually remove the menu.lst file if needed.
Hope you have fun with CRUX.
GRUB is able to handle CRUX quite well. You should be able to edit your grub.conf to handle everything. What is the output of*EDIT*Code:cat /boot/grub/grub.conf
You may have the file in a different location depending on the main installation. Case in point, my main install was Fedora. So I use the GRUB file therein.
2nd EDIT
ozar has more knowledge of lilo than I do (never used LILO), so between those two suggestions, we'll get you going!
As jayd512 says, unless you just prefer Lilo, Grub does CRUX well. All you need to do is edit the /boot/grub/menu.lst and tell Grub where CRUX is. For instance. on this box I have Ubuntu and CRUX. CRUX is at /dev/sda5. Remembering that GRUB uses a number behind, I have this as my CRUX entry in Ubuntu's menu.lst...
After editing, save and reboot and your CRUX entry should appear as a boot choice. :)Code:title CRUX 2.4
root (hd0,4)
kernel (hd0,4)/boot/vmlinuz
Here's mine as well. Dapper Dan has his in Ubuntu, I got mine in Fedora. Seeing as they are almost identical, you should be able to get something out of it. Post if you have issues with it!Code:#boot=/dev/sda
default=1
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.23.1-42.fc8)
root (hd0,1)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.23.1-42.fc8.img
title CRUX (2.6.23.9)
root (hd1,0)
kernel (hd1,0)/boot/vmlinuz