Harald Sundt wrote: > The failure message follows: > > QUOTE: > Loading module reiserfs > Using /lib/modules/2.4.19-4GB/kernel/fs/reiserfs/reiserfs.0 > /lib/modules/2.4.19-4GB/kernel/fs/reiserfs/reiserfs.0:unresolved > symbol page_wait queue > Kernel panic:VFS:Unable to mount root fs on 03:07 > :UNQUOTE
(Does the file name really end in "dot zero"? Normally, kernel modules end in "dot oh".) You have a reiserfs module that doesn't match your kernel anymore. Either you updated your kernel and kept the old reiserfs, or you updated reiserfs and didn't update the kernel. Check the date on that file (/lib/modules/.../reiserfs.o or .0). If that's a kernel you built, then move /lib/modules/2.4.19-4GB aside and recompile your kernel. If it's one you got from somewhere (SuSE, NeTraverse, ...), try to reinstall it. I don't know much about Win4Lin or what kernel mods it requires. -- Bob Miller K<bob> kbobsoft software consulting http://kbobsoft.com [EMAIL PROTECTED] _______________________________________________ EuG-LUG mailing list [EMAIL PROTECTED] http://mailman.efn.org/cgi-bin/listinfo/eug-lug
