[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: lilo problem



----- Original Message -----
From: "Rudy Gevaert" <rudy@zeus.rug.ac.be>
To: "Alvin Oga" <aoga@Maggie.Linux-Consulting.com>
Cc: "Rudy Gevaert" <rudy@zeus.rug.ac.be>; <debian-user@lists.debian.org>
Sent: Friday, February 22, 2002 3:47 PM
Subject: Re: lilo problem


> Wel, I removed the initrd line from lilo.conf, and redhat boots fine,
> but when I try to boot Sid I get a kernel panic, "no init found... try
> passing init= ...etc".
>
> This is my lilo.conf:

> image=/boot/vmlinuz-2.2.19
             ^^^^^^^^^^^^^^^^
> label=DebianSid
> read-only
> root=/dev/hdc1

I thought you had install Sid (and its kernel) on its own partition. So the
Sid kernel surely isn't in the /boot directory of your Red Hat !

Try to mount you Sid (if its kernel is on /dev/hdc1) :

mkdir /mnt/sid ;
mount /dev/hdc1 /mnt/sid

Then edit your Red Hat lilo.conf :

image=/mnt/sid/boot/vmlinuz
label = DebianSid
root=/dev/hdc1
read-only

Then do :

lilo -v (to see the results of your command), reboot and i thik it will be
good for you...

Francis




Reply to: