On Tue, 10 Jul 2001, Victor wrote: > > > NET4: Unix domain sockets 1.0/SMP for linux NET4.0 > > > request_module[block-major-3]: Root fs not mounted > > > VFS: Cannot open root devic "302" or 03:02 > > > Please append a correct "root=" boot option > > > Kernel panic:VFS:Unable to mount root fs 03:02
>From the looks of this, it seems that there isn't any native file system support for the mount. I dunno, I've never really had much problem with mounting root other than a botched lilo.conf once. The "request_module" seems to be a piece to your puzzle. Make sure you have compiled with ext2 (or whatever FS you are using) support. Also make sure your modules are installed correctly, though you shouldn't really compile file system support as a module if you are going to use it at boot time. Just some ideas. -z-