Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

RAMDISK:Couldn't find valid RAM disk image starting at 0 ... (etch)

798 views
Skip to first unread message

Gerard Robin

unread,
Sep 27, 2008, 10:40:05 AM9/27/08
to
Hello,
my box works fine since about two years with etch, and this morning I
installed cupsys, hplip ...
I rebooted the machine and I got:
---------------------------------8<------------------------
input: AT Translated Set 2 keyboard as /class/input.input0
RAMDISK: Couldn't find valid RAM disk image starting at 0
VFS: Cannot open device "302" or unknown-block (3, 2)
Please append a correct "root=" boot ....
Kernel panic ....

My machine seems ok, because it boot correctly on puppy.(on an USB
drive)
The mbr seems ok, I can boot windows or linux until Kernel panic ...

I use: the package debian linux-image-2.6.24-etchnhalf.1-486 an the
bootloader lilo.

/boot/initrd.img-2.6.24-etchnhalf.1-486
/boot/vmlinuz-2.6.24-etchnhalf.1-486

Can someone gives me a clue to solve the problem otherwise that
to reinstall etch entirely on my box.

Thanks in advance.
--
Gérard


--
To UNSUBSCRIBE, email to debian-us...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

Mumia W..

unread,
Sep 27, 2008, 1:30:19 PM9/27/08
to
On 09/27/2008 09:34 AM, Gerard Robin wrote:
> Hello,
> my box works fine since about two years with etch, and this morning I
> installed cupsys, hplip ... I rebooted the machine and I got:
> ---------------------------------8<------------------------
> input: AT Translated Set 2 keyboard as /class/input.input0
> RAMDISK: Couldn't find valid RAM disk image starting at 0
> VFS: Cannot open device "302" or unknown-block (3, 2)

Device (3, 2) sounds like an IDE device, /dev/hda.

> Please append a correct "root=" boot ....
> Kernel panic ....
>
> My machine seems ok, because it boot correctly on puppy.(on an USB
> drive)
> The mbr seems ok, I can boot windows or linux until Kernel panic ...
>
> I use: the package debian linux-image-2.6.24-etchnhalf.1-486 an the
> bootloader lilo.
>
> /boot/initrd.img-2.6.24-etchnhalf.1-486
> /boot/vmlinuz-2.6.24-etchnhalf.1-486
>
> Can someone gives me a clue to solve the problem otherwise that
> to reinstall etch entirely on my box.
>
> Thanks in advance.

"Modern" Debian kernels use libata to drive both SATA and IDE disks.
Disks that have been taken over by libata will appear as /dev/sd? , so I
think you need to set your root partition to /dev/sda.

Others will instruct you on how to use UUID in Debian.

Hugo Vanwoerkom

unread,
Sep 27, 2008, 2:30:18 PM9/27/08
to
Gerard Robin wrote:
> Hello,
> my box works fine since about two years with etch, and this morning I
> installed cupsys, hplip ... I rebooted the machine and I got:
> ---------------------------------8<------------------------
> input: AT Translated Set 2 keyboard as /class/input.input0
> RAMDISK: Couldn't find valid RAM disk image starting at 0
> VFS: Cannot open device "302" or unknown-block (3, 2)
> Please append a correct "root=" boot ....
> Kernel panic ....
>
> My machine seems ok, because it boot correctly on puppy.(on an USB
> drive)
> The mbr seems ok, I can boot windows or linux until Kernel panic ...
>
> I use: the package debian linux-image-2.6.24-etchnhalf.1-486 an the
> bootloader lilo.
>
> /boot/initrd.img-2.6.24-etchnhalf.1-486
> /boot/vmlinuz-2.6.24-etchnhalf.1-486
>
> Can someone gives me a clue to solve the problem otherwise that
> to reinstall etch entirely on my box.
>

I would try a Knoppix CD and see what's out there.

Hugo

Gerard Robin

unread,
Sep 27, 2008, 5:30:08 PM9/27/08
to
On Sat, Sep 27, 2008 at 01:34:20PM -0500, Hugo Vanwoerkom wrote:
>From: Hugo Vanwoerkom <hvw5...@care2.com>
>To: debia...@lists.debian.org
>Subject: Re: RAMDISK:Couldn't find valid RAM disk image starting at 0 ...
> (etch)
>X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on liszt.debian.org
>X-Spam-Level:
>X-Spam-Status: No, score=-10.7 required=4.0 tests=LDOSUBSCRIBER,LDO_WHITELIST,
> RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO autolearn=failed version=3.2.3

>
> Gerard Robin wrote:
>> Hello,
>> my box works fine since about two years with etch, and this morning I
>> installed cupsys, hplip ... I rebooted the machine and I got:
>> ---------------------------------8<------------------------
>> input: AT Translated Set 2 keyboard as /class/input.input0
>> RAMDISK: Couldn't find valid RAM disk image starting at 0
>> VFS: Cannot open device "302" or unknown-block (3, 2)
>> Please append a correct "root=" boot ....
>> Kernel panic ....
>>
>> My machine seems ok, because it boot correctly on puppy.(on an USB
>> drive)
>> The mbr seems ok, I can boot windows or linux until Kernel panic ...
>>
>> I use: the package debian linux-image-2.6.24-etchnhalf.1-486 an the
>> bootloader lilo.
>>
>> /boot/initrd.img-2.6.24-etchnhalf.1-486
>> /boot/vmlinuz-2.6.24-etchnhalf.1-486
>>
>> Can someone gives me a clue to solve the problem otherwise that
>> to reinstall etch entirely on my box.
>>
>
> I would try a Knoppix CD and see what's out there.

I had bootted with knoppix and,
lilo.conf is ok
/boot/initrd.img-2.6.24-etchnhalf.1-486 seems ok
/boot/vmlinuz-2.6.24-etchnhalf.1-486 seems ok

I have copied lilo.conf on my usb stick and I did:

lilo -C /media/sda2/lilo.conf -M /dev/hda

backup copy of /dev/hda in /boot/boot.0300
The Master Boot Record of /dev/hda has been updated

But now, my box boot only on windows. linux disappearded ...

What did I do wrong ?
--
Gérard

Gerard Robin

unread,
Sep 28, 2008, 5:40:07 AM9/28/08
to
On Sat, Sep 27, 2008 at 11:18:07PM +0200, Gerard Robin wrote:
>From: Gerard Robin <g.ro...@free.fr>
>To: debian <debia...@lists.debian.org>

>Subject: Re: RAMDISK:Couldn't find valid RAM disk image starting at 0 ...
> (etch)
>X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on liszt.debian.org
>X-Spam-Level:
>X-Spam-Status: No, score=-9.6 required=4.0 tests=LDOSUBSCRIBER,LDO_WHITELIST,
> MAILTO_TO_SPAM_ADDR autolearn=failed version=3.2.3
>MTA: Postfix Version: 2.5.5-1.1
>EDITOR: vim or gvim

My box runs fine now.
If this can be useful for others I did:

I bootted on knoppix V 5.3
In a terminal, as root: mount -o rw /dev/hda2 /media/hda2
/dev/hda2 is the partition / (which must contain the directories /boot and /etc)
then cd /media/hda2
finally: lilo -C etc/lilo.conf -r /media/hda2
did the trick.

However it is not normal that my mbr was altered when I installed some
packages.

0 new messages