View previous topic :: View next topic |
Author |
Message |
IcEonFirE Apprentice
Joined: 15 Aug 2004 Posts: 174
|
Posted: Sun Sep 12, 2004 1:37 am Post subject: Kernel Panic Problem |
|
|
Hi
I installed Gentoo 4 times today using stage 3 but while the first booting of system the kernel panic message appears
[...]
EXT2-FS:ide0(3, couldn't mount because of unsupported optional features (4).
Kernel Panic:VFS;Unable to mount root fs on 03:08
I don't really know what happened. It seems that I enabled all required options for Kernel-2.4.26-gentoo-r6
I really Need Help Please
Thanks |
|
Back to top |
|
|
[UK]Superdude Tux's lil' helper
Joined: 22 Jul 2002 Posts: 149 Location: Adelaide, Australia
|
Posted: Sun Sep 12, 2004 5:42 am Post subject: |
|
|
I'm guessing that you compiled support for your filesystem as a module instead of compiling it as part of the kernel. What filesystem are you using? (looks like ext3...) and have you got support for it in the kernel? |
|
Back to top |
|
|
IcEonFirE Apprentice
Joined: 15 Aug 2004 Posts: 174
|
Posted: Sun Sep 12, 2004 7:42 am Post subject: |
|
|
HI
Thanks for the help. I remember that I leave the EXT3 & 2 FS as modules. but how can I verify this? I chroot my installation using my livecd and /usr/src/ directory is empty. Beside, when I opended /etc/fstab all infos that put it in are lost. |
|
Back to top |
|
|
galenjr Tux's lil' helper
Joined: 02 Aug 2004 Posts: 88 Location: Connecticut, USA
|
Posted: Sun Sep 12, 2004 7:46 am Post subject: |
|
|
maybe you didnt chroot correctly? |
|
Back to top |
|
|
IcEonFirE Apprentice
Joined: 15 Aug 2004 Posts: 174
|
Posted: Sun Sep 12, 2004 10:34 am Post subject: |
|
|
I did chroot / /bin/bash
Is this correct ? |
|
Back to top |
|
|
steel300 Veteran
Joined: 10 Jul 2003 Posts: 1155
|
Posted: Sun Sep 12, 2004 10:56 am Post subject: |
|
|
IcEonFirE wrote: | I did chroot / /bin/bash
Is this correct ? |
Code: | mount /dev/hdaX /mnt/gentoo
mount /dev/hdaY /mnt/gentoo/boot
chroot /mnt/gentoo /bin/bash |
|
|
Back to top |
|
|
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1939
|
Posted: Sun Sep 12, 2004 12:40 pm Post subject: |
|
|
IcEonFirE wrote: | I did chroot / /bin/bash |
This does actually nothing more than starting a new shell. steel300 posted the correct way.
But I would run the following extra commands after the chroot command:
Code: |
env-update
. /etc/profile
|
This sets up your new environment correctly by re-setting the path, recreating the linker cache and such... |
|
Back to top |
|
|
pjp Administrator
Joined: 16 Apr 2002 Posts: 20585
|
Posted: Wed Sep 15, 2004 8:48 pm Post subject: |
|
|
Moved from Other Things Gentoo. _________________ Quis separabit? Quo animo? |
|
Back to top |
|
|
|