: >
: > Hi everyone,
: >
: > I've just build my new linux kernel. But it didn't start completely.
: > When it it tries to mount the root file system, an error occured:
: >
: > "Kernel panic: VFS : unable to mount root fs on 03:42 "
: >
: > Does anyone have an idea? I've compiled my new kernel to use the ext2
: > file system, like my root file system has.
: That's odd... 03:42, as far as I can tell, seems to correspond to a tty,
: not even a block device... anyways, the fix is simple enough. At the lilo
: prompt, boot with something like
: boot: linux root=/dev/hdxx
: where 'linux' is your usual boot label, and hdxx is your actual root
: device. Once you get it booted, 'man rdev' to figure out how to fix it more
: permenantly.
: --
: Windows: I can play Doom! |RedHat Linux 2.0.30 i486
: Linux: I can be a file server, be a Web |Because reboots are for upgrades!
: twelve terminals AND play Doom! |for pgp key. frank sweetser
I have tried it, but it also didn't work (the same error message occured)...