LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   lilo says command not found (https://www.linuxquestions.org/questions/linux-general-1/lilo-says-command-not-found-376652/)

prozac 10-25-2005 05:21 AM

lilo says command not found
 
i recently installed redhat es 3 with grub as the bootloader. later i tried changing the boot loader to lilo by doing this:

[root@bikash etc]# cp lilo.conf.anaconda lilo.conf
[root@bikash etc]# vi lilo.conf
---------------------------------
prompt
timeout=30
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
lba32

image=/boot/vmlinuz-2.4.21-4.EL
label=linux
initrd=/boot/initrd-2.4.21-4.EL.img
read-only
append="root=LABEL=/"

other=/dev/hda1
optional
label=DOS
-----------------------------------
[root@bikash etc]# lilo
-bash: lilo: command not found

whats wrong with it? i tried the same thing earlier in both redhat 8.0 and redhat 9.0 and it was working but not here.

bathory 10-25-2005 05:51 AM

That means that either lilo is not installed by default (since you have grub as default boot loader), or it's not in your PATH. Try "/sbin/lilo" or run "localte lilo" to see if it's already installed.


All times are GMT -5. The time now is 09:37 PM.