Any ideas?
Mark
On Saturday, August 23, 2003, at 10:04 AM, Stuart Sears wrote:
On Saturday 23 August 2003 17:33, I thought I heard [EMAIL PROTECTED] saySorry, I'm new to linux and command line. What is lilo.conf and what does running lilo do and how do I run it?
which version of RH are you running?
RH8/9 use GRUB as a bootloader and installing a new kernel rpm should add
lines to its config file in /boot/grub/grub.conf
Prior to this the boot manager was LILO, which does not read a config file on
boot, but converts the information into a binary form which is loaded at boot
time.
if your boot manager is LILO you need to run
/sbin/lilo -v
after updating your kernel in order to accomplish this - you can then reboot
and it should list an extra/new kernel in the list.
the config file it reads is
/etc/lilo.conf
a sample entry would be:
image = /boot/vmlinuz-2.4.18-14 label ="redhat 8.0" root=/dev/hdb2 read-only
this will of course vary for you, depending on the kernel version and root
partition.
-- Stuart Sears RHCE (Registered Linux User #284465. LFS user #6416) -- "When you are in it up to your ears, keep your mouth shut."
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list