LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Install Gentoo and get a free kernel panic (https://www.linuxquestions.org/questions/linux-software-2/install-gentoo-and-get-a-free-kernel-panic-60449/)

rickenbacherus 05-18-2003 08:45 AM

Install Gentoo and get a free kernel panic
 
grub.conf

default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo
root (hd0,0)
kernel (hd0,0)/boot/bzImage root=/dev/hda7 hdc=ide-scsi vga=792

Partitions:

hda1 Primary Linux ext2 65.81
hda2 Primary Linux swap 551.10
hda3 Primary Linux 1497.01
hda5 Logical Linux 1003.49

hda6 Logical Linux 1497.01

hda7 Logical Linux ReiserFS 1998.75

_________________________________
hda1 is /boot
hda7 is /

/etc/fstab

/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda7 / reiserfs noatime,notail 0 1
/dev/hda2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
proc /proc proc defaults 0 0

It fails boot with:

NET4 Unix domain sockets blah
ds: no socket drivers loaded!
Kernel panic VFS unable to
mount rootfs on 03:07


What is 03:07 referring to? I can't figure out why it can't mount /dev/hda7. Where is it trying to mount it to exactly?

Here is part of
/hda7/usr/src/linux-2.4.20-gentoo-r5/kernel-config

CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_SUPERMOUNT is not set
/snip/
CONFIG_VXFS_FS=m
CONFIG_PROC_FS=y
CONFIG_PROC_CONFIG=y
CONFIG_DEVFS_FS=y
# CONFIG_DEVFS_MOUNT is not set
/snip/
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XATTR_SHARING is not set
# CONFIG_EXT2_FS_XATTR_USER is not set
# CONFIG_EXT2_FS_XATTR_TRUSTED is not set
# CONFIG_EXT2_FS_POSIX_ACL is not set
CONFIG_SYSV_FS=m
CONFIG_UDF_FS=m
# CONFIG_DEVFS_DEBUG is not set
# CONFIG_DEVPTS_FS is not set
/snip/

Should some of those not be modules? Like perhaps the VXFS?
Can I just edit kernel-config directly or is there another method I must use?

What about DEVFS_MOUNT?

Thank you for any assistance.

jetblackz 05-18-2003 03:35 PM

I don't think it can be a module. Remove CONFIG_AUTOFS_FS.

The problem could very well be here
Code:

CONFIG_AUTOFS_FS=m
CONFIG_AUTOFS4_FS=m
# CONFIG_DEVFS_MOUNT is not set
--
File systems --->
<*> Ext3 journalling file system support[*]  JBD (ext3) debugging support[*] /dev file system support (EXPERIMENTAL)[*]  Automatically mount at boot



All times are GMT -5. The time now is 01:08 AM.