Re: 2.2.9 Kernel Panic!

Bryn Paul Arnold Jones (bpaj@gytha.demon.co.uk)
Thu, 17 Jun 1999 18:38:52 +0100 (GMT)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Thu, 17 Jun 1999, Cristian POP wrote:

>
> Hi all,
>
> I'm kind of newbie in linux.
> I installed RH 6.0 in server mode, with kernel 2.2.5
> I want to upgrade the kernel to 2.2.9 (test only)
> After compiling the kernel and booting I get the following
> message and kernel doesn't boot :
>

I'm not supprised it paniced, I would. You've built ide support as a
module. You can't load modules until you've mounted something as / (set
to /dev/hda8 in this case), and you need a module to do that.

> ....
> Starting kswapd v1.5

Attempt to find our root filesystem on 0x03:0x08 (/dev/hda8).
No driver, so request_mod() for it.

> request_module[block-major-3]: Root fs not mounted

request_mod sanity check failed (/ not mounted), complain we can't load
modules yet.

> VFS: Cannot open root device 03:08

still no driver for rootfs dev, can't usfully continue.

> Kernel panic: VFS: Unable to mount root fs on 03:08

so panic and stop here (actually for(;;) {} loop).

> _________________
> and hangs!
>
[snip stuff, it's all fine]

Bryn
- --
Or words to that effect ...
PGP pubkeys from http://www.gytha.demon.co.uk/pubkey.asc.

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i for non-commercial use
Comment: Silly comment here ...
Charset: noconv

iQA/AwUBN2kys994IUtvfSqaEQKI4QCfYxSCYh8IIFgH+JZwlft80ajgCLEAn2p/
vNwDTRU/zz51NCOh0gp7dmmT
=o2Wk
-----END PGP SIGNATURE-----

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/