Results 1 to 5 of 5
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-16-2008 #1Just Joined!
- Join Date
- Apr 2008
- Location
- Melbourne, Victoria, Australia.
- Posts
- 11
Installed CRUX with default LILO, but GRUB's still there.
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?
- 12-16-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,733
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.oz
- 12-17-2008 #3
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!Last edited by jayd512; 12-17-2008 at 02:18 AM. Reason: Multiple after-thoughts
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 12-17-2008 #4
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
- 12-17-2008 #5Here'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/vmlinuzJay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote
