LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to change my Grub Loader to Lilo loader in REDHAT LINUX 9.0 (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-change-my-grub-loader-to-lilo-loader-in-redhat-linux-9-0-a-633002/)

skumar.v 04-04-2008 10:00 AM

How to change my Grub Loader to Lilo loader in REDHAT LINUX 9.0
 
dear all,

i am a new one to linux, tell me how to change my grub to lilo loader.I installed Linux with XP. My bootloader is Grub. When i gone inside to /etc ,the lilo.conf is there. if it is grub loader. will it be present?

Pls tell me how to change it?

aus9 04-04-2008 10:33 AM

if it is grub loader. will it be present?
normally the exucutable is somewhere else but the config file is /boot/grub/menu.lst

read my signature on a crash course.

the main benefit of grub versus lilo is that once grub is installed...you just edit the config file and do not have to re-embed grub while lilo has to be re-embedded

nflenz 04-04-2008 10:37 AM

Why do you want to change it?

P.S. Red Hat Linux 9 is very old. I recommend installing something else.

b0uncer 04-04-2008 10:38 AM

I'd vote for grub instead of lilo too. Grub is easier to maintain (the boot list, if and when you add/upgrade kernels) and when you take a short lesson with it's configuration file syntax, you notice it's at least as easy as lilo's. Lilo is not as easy to handle as grub, and when you alter it's configuration, you need to reinstall it every time again. Also if there's a problem with the configuration file, if you're using Grub you can enter an interactive shell, fix the boot entry, be able to boot it and then fix the configuration for good (changes made in the interactive shell don't get saved to disk as far as I know), but if you're instead using Lilo, you need a bootdisk or a live-cd to get your hands on the configuration file (and be able to reinstall lilo to have the changes apply), because it doesn't have such features as Grub.

To change your bootloader simply obtain and install the one you like, then configure it. It overwrites the previous bootloader (if you install it to the same place, usually MBR).


All times are GMT -5. The time now is 06:00 AM.