First off, let me say that I read the forum rules, however, it's very late and I'm really tired of trying to get this to work. So I'm sorry if this is in the wrong place or formatted incorrectly or whatever I might have done wrong. I've been trying to figure out what I'm doing wrong here for at least 2 weeks, but I can't seem to find any answers. With my luck it's probably painfully obvious. Nonetheless, here are my problems:
I followed one of the tutorials here in the forums to restore the graphical bootsplash (both of them actually) to my HDD Install. I also felt like changing the timeout for lilo while I was doing this. I edited lilo.conf and added the values that were required to achieve this, and executed 'lilo -v' in a shell window. Once I restarted my computer, however, none of the changes were applied. Everything was exactly as it was before I edited lilo.conf. I looked closer at the lilo.conf file and one of the parts that the tutorial said to insert was this line: "initrd = /boot/splash.initrd". But my /boot directory doesn't have this file and neither does the CD's /boot directory! What's up with that? Shouldn't it at least say that it doesn't exist? Also, when I execute 'lilo -v' it says this at the bottom: "Fatal: open /boot/vmlinuz: No such file or directory". How is that possible? It boots fine, so why does it say that? I checked my /boot directory and it's empty except for the splash.bmp file I copied into it while following the aforementioned tutorial. So how can it boot without the boot image? What's going on???
If it helps at all, this is lilo's output:
Code:
LILO version 22.7.1 Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2005 John Coffman
Released 17-Sep-2005 and compiled at 00:33:53 on Aug 8 2006
Reading boot sector from /dev/hda
Warning: Kernel & BIOS return differing head/sector geometries for device 0x80
Kernel: 65535 cylinders, 16 heads, 63 sectors
BIOS: 1023 cylinders, 255 heads, 63 sectors
Using BITMAP secondary loader
Calling map_insert_data
Mapping bitmap file /boot/splash.bmp
Calling map_insert_file
Boot other: /dev/hda1, on /dev/hda, loader CHAIN
Added WindowsXP *
Boot image: /boot/vmlinuz
Fatal: open /boot/vmlinuz: No such file or directory
Is it a good thing that it won't apply the changes to the lilo.conf file? Because from the looks of it things wouldn't work too well if it did...