Click to See Complete Forum and Search --> : Mandrake 7.2 Grub vs. LILO
LinuxIdiot
12-13-2000, 09:56 PM
Hi - I'm running Mandrake 7.2 with the default 2.2.17-21mdk kernel. Initially, the system would use Grub as its bootloader, but while trying to extend the timeout for Grub in LinuxConf, I instructed the system to use LILO as the default boot loader. How do I get the system to no longer use LILO and resume using Grub?
Any assistance is greatly appreciated.
LinuxIdiot (Rob)
Evil Jeff
12-14-2000, 12:37 AM
Go to DrakeConf and mess with it there, or *I think* you can run grub from the command line, but don't quote me.
Evil Jeff
www.hellincorporated.com (http://www.hellincorporated.com)
LinuxIdiot
12-14-2000, 12:41 AM
Well, I've tried that. Even deselecting the "Use LILO to boot this machine" option has no effect. LILO's working fine, I just preferred Grub.
Thanks!
LinuxIdiot (Rob)
D-Termind
12-14-2000, 01:03 AM
Originally posted by LinuxIdiot:
Hi - I'm running Mandrake 7.2 with the default 2.2.17-21mdk kernel. Initially, the system would use Grub as its bootloader, but while trying to extend the timeout for Grub in LinuxConf, I instructed the system to use LILO as the default boot loader. How do I get the system to no longer use LILO and resume using Grub?
Any assistance is greatly appreciated.
LinuxIdiot (Rob)
Try here and see if this helps...
Before you do save /boot/grub/menu.lst that you should already have on your disk. It will have the right commands for you.
http://www.mandrakeuser.org/install/iboot2.html
------------------
D-Termind
2
Leave
Win-DUHs
[This message has been edited by D-Termind (edited 14 December 2000).]
sssadams
12-14-2000, 01:11 AM
I did this to put grub back on
1)made shure I had a good bootdisk http://www.linuxnewbie.org/ubb/smile.gif
2) lilo -U to uninstall lilo
3) in the /boot/grub folder you will find
a)menu.lst edit to change timeout
b)make the install file executable and run it.
Grub will now be reinstalled http://www.linuxnewbie.org/ubb/smile.gif
D-Termind
12-14-2000, 02:32 AM
Originally posted by LinuxIdiot:
Hi - I'm running Mandrake 7.2 with the default 2.2.17-21mdk kernel. Initially, the system would use Grub as its bootloader, but while trying to extend the timeout for Grub in LinuxConf, I instructed the system to use LILO as the default boot loader. How do I get the system to no longer use LILO and resume using Grub?
Any assistance is greatly appreciated.
LinuxIdiot (Rob)
I found this in the newsgroups....
If you want to use grub, boot up with your boot floppy, and as root, type:
sh /boot/grub/install.sh
that should reinstall grub into the MBR.
------------------
D-Termind
2
Leave
Win-DUHs