[email protected] wrote:
> I have 4 kernels compiled but ever come kernel panic.
>
> The Message is:
>
> VFS cannot open root device "sda2" or unknown block.
> Please append a correct root=
>
> -rw-r--r-- 1 root root 1928169 Mar 24 00:31 System.map-3.2.12
> -rw-r--r-- 1 root root 79290 Mar 24 00:31 config-3.2.12
> drwxr-xr-x 3 root root 4096 Mar 23 02:19 grub
> -rw-r--r-- 1 root root 4882976 Mar 24 00:29 kernel-3.2.12
> Disk /dev/sda: 16.1 GB, 16106127360 bytes
> Device Boot Start End Blocks Id System
> /dev/sda1 2048 2099199 1048576 82 Linux swap / Solaris
> /dev/sda2 2099200 31457279 14679040 83 Linux
>
> # Begin /boot/grub/grub.cfg
> set default=0
> set timeout=5
>
> insmod ext2
> set root=(hd0,2)
>
> menuentry "GNU/Linux, Linux 3.2.12" {
> linux /boot/kernel-3.2.12 root=/dev/sda2 ro
> }
>
> The Kernel config: http://nopaste.info/4be0cb2877.html
>
>
> Has someone idea? I use at moment vmware for try first steps.
vmware is fine. Your kernel config seems to be cut off at line 2164 so
I can't check it, bu tyou probably need to have CONFIG_EXT3_FS=y.
That's around line 22300 on my config file. More specifically, I have:
#
# File systems
#
# CONFIG_EXT2_FS is not set
CONFIG_EXT3_FS=y
# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT4_FS is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_REISERFS_FS_XATTR is not set
CONFIG_JFS_FS=y
# CONFIG_JFS_POSIX_ACL is not set
# CONFIG_JFS_SECURITY is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
CONFIG_XFS_FS=y
# CONFIG_XFS_QUOTA is not set
# CONFIG_XFS_POSIX_ACL is not set
# CONFIG_XFS_RT is not set
# CONFIG_XFS_DEBUG is not set
# CONFIG_GFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
but you probably only need the EXT3 settings.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page