Re: Lilo.conf Cant boot the 2.2.19 with kernel 2.4.x
On Thu, May 10, 2001 at 01:46:37AM -0600, GMAN wrote:
> I am trying to get lilo.conf to load up the latest kernel I recently installed, but I am lost at this since I am a total newbie. Any help will be greatly appreciated.
>
If you installed with kernel-package you could probably get by with just
running "lilo" again.
cd to /
do a ls -l vmlinuz
that link should be pointed to your new kernel. You should also have a
link pointing to your old kernel. Probably "vmlinuz.old"
At any rate you want to point the entry "image=" in /etc/lilo.conf to
your kernels. Here is an example -
image=/vmlinuz
label=deb2.4
read-only
root=/dev/hda12
image=/vmlinuz.old
label=deb2.2.18
read-only
root=/dev/hda12
After you set that up run -
# /sbin/lilo
if you get a "geometry" error -
# /sbin/lilo -L
Then reboot.
kent
--
From seeing and seeing the seeing has become so exhausted
First line of "The Panther" - R. M. Rilke
Reply to: