Tagged Questions
0
votes
2answers
1k views
What can be the reason for “Invalid module format”?
I'm following the steps to compile kernel 2.6.32 from source,
and have no problem to go the the last step:
...
make modules_install
make install
And I've also configured grub.conf correctly.
But ...
1
vote
3answers
800 views
Kernel Panic with gentoo boot (root partition not found)
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(1,0)
grub.conf
default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Gentoo Linux 2.6.34-r6
root (hd0,0)
...