Hello all!
I would like to know if is possible to use LILO as the boot loader instead of the default GRUB. My question comes because I tried to run lilo command but the message "command not found" appear. It sounds like my only boot loader option in CentOS is GRUB ¿?.
I found lilo.conf.anaconda, but not the lilo command. From already thanks. Regards,
Juan P. Espino
yeah.. it`s possible!
I`m using lilo how CentOS boot manager!
I`ve removed grub (yum remove grub), installed lilo (yum install lilo), configured lilo (/etc/lilo.conf) and installed lilo at MBR, with the "lilo" command!!
[]s,
Juan Pablo Espino escreveu:
Hello all!
I would like to know if is possible to use LILO as the boot loader instead of the default GRUB. My question comes because I tried to run lilo command but the message "command not found" appear. It sounds like my only boot loader option in CentOS is GRUB ¿?.
I found lilo.conf.anaconda, but not the lilo command. From already thanks. Regards,
Juan P. Espino _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Juan Pablo Espino wrote:
Hello all!
I would like to know if is possible to use LILO as the boot loader instead of the default GRUB. My question comes because I tried to run lilo command but the message "command not found" appear. It sounds like my only boot loader option in CentOS is GRUB ¿?.
I found lilo.conf.anaconda, but not the lilo command. From already thanks. Regards,
LILO is not installed by default. It's on one of the CDs, just install the lilo RPM package, create lilo.conf, run /sbin/lilo, and you are set.
I think it is not possible anymore to select LILO in installation GUI (I might be wrong, haven't done GUI installs for a long time), so if that is the way you install the system, you'd always get Grub. However, if you are performing kickstart installation, you can specify that you want LILO in ks.cfg file (bootloader --location=mbr --useLilo).
Hello!
Thanks to all. I have installed LILO successfully! as the boot loader for my CentOS 4 installation.
cp lilo.conf.anaconda lilo.conf replace "linear" with "lba32" in lilo.conf yum install lilo lilo -v
that's all
Thanks in advance, regards,
Juan P. Espino
Aleksandar Milivojevic ha scritto:
I think it is not possible anymore to select LILO in installation GUI (I might be wrong, haven't done GUI installs for a long time),
AFAIK you have to choose an "advanced" option in the Anaconda section regarding the bootloader installation. Here you can change between LILO/Grub and the location on which install it (MBR or somewhere else in /dev/*d* )
Cheers, Nicola