LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   /boot/splash.lilo missing !! (https://www.linuxquestions.org/questions/linux-general-1/boot-splash-lilo-missing-242293/)

hitesh_linux 10-13-2004 03:53 PM

/boot/splash.lilo missing !!
 
Hi,

i m using fedora core 1. I have installed LILO, which was not installed by default at installation time, Fedora core 1 comes with GRUB as default boot loader, right?. when i try to run lilo at command prompt. it showing me "no such file of directory /etc/lilo.conf.

so I 'cp' 'lilo.conf.anaconda' file with /etc/lilo.conf. i retried with lilo command and it's giving me error like.

[root@mail etc]# lilo
Fatal: open /boot/splash.lilo: No such file or directory
[root@mail etc]#

when i reboot system and check, it showing " Linux: " boot prompt,and it will boot with fedora after some second. but it not showing me lilo boot image, in order to boot other OSes i need splash.lilo image at booting time. How do i add splash.lilo image?

please help me...

Thanx
-/Hitesh

evilmrhenry 10-14-2004 03:03 AM

Take a look at /etc/lilo.conf
Find something like the following lines:

message=/boot/splash.lilo
prompt
single-key
delay=100
timeout=100

and comment those lines out with #
Save, then run lilo as root.

If this doesn't work, post back with the contents of lilo.conf.

hitesh_linux 10-14-2004 09:17 PM

Hi,

Thanx for the quick reply. here is my lilo.conf file.


boot=/dev/hda
install=/boot/boot.b
message=/boot/splash.lilo
map=/boot/map
prompt
timeout=50
default=linux
linear

image=/boot/vmlinuz-2.4.22-1.2115.nptl
label=linux
initrd=/boot/initrd-2.4.22-1.2115.nptl.img
read-only
append="hdc=ide-scsi rhgb root=LABEL=/"

other=/dev/hda3
optional
label=DOS
----------------------------------
any idea? pls help me...

-/Hitesh

evilmrhenry 10-14-2004 10:58 PM

Change
message=/boot/splash.lilo
to
#message=/boot/splash.lilo

hitesh_linux 10-15-2004 12:24 AM

evilmrhenry

thanx for reply. but i need splash.image at boot prompt. I commented #message=/boot/splash.lilo line. it's shows " LILO boot: " prompt. it will boot with fedora after some second.

but i need splash.image screen at boot time so i can select the OSes.

do u know how do i install splash.image rpm for fedora? so next boot it will show me splash screen (LILO).

-/Hitesh

evilmrhenry 10-15-2004 02:37 AM

Try changing
install=/boot/boot.b
to
install=/boot/boot-menu.b


All times are GMT -5. The time now is 08:44 PM.