xboxrulz1405241485 0 Report post Posted November 2, 2008 (edited) Hey guys,I'm getting into some trouble on my newly compiled kernel. I had no issues compiling a kernel before but I'm getting booting issues. I guess it could be some type of SATA support issue since this is the first time I had a SATA drive. However, I'm very sure that I compiled SATA support right into the kernel instead of it being a module.This is my filesystem config: ## File systems#CONFIG_EXT2_FS=mCONFIG_EXT2_FS_XATTR=yCONFIG_EXT2_FS_POSIX_ACL=yCONFIG_EXT2_FS_SECURITY=y# CONFIG_EXT2_FS_XIP is not setCONFIG_EXT3_FS=mCONFIG_EXT3_FS_XATTR=yCONFIG_EXT3_FS_POSIX_ACL=yCONFIG_EXT3_FS_SECURITY=yCONFIG_EXT4DEV_FS=mCONFIG_EXT4DEV_FS_XATTR=yCONFIG_EXT4DEV_FS_POSIX_ACL=yCONFIG_EXT4DEV_FS_SECURITY=yCONFIG_JBD=mCONFIG_JBD_DEBUG=yCONFIG_JBD2=mCONFIG_JBD2_DEBUG=yCONFIG_FS_MBCACHE=mCONFIG_REISERFS_FS=m# CONFIG_REISERFS_CHECK is not set# CONFIG_REISERFS_PROC_INFO is not setCONFIG_REISERFS_FS_XATTR=yCONFIG_REISERFS_FS_POSIX_ACL=yCONFIG_REISERFS_FS_SECURITY=yCONFIG_JFS_FS=mCONFIG_JFS_POSIX_ACL=yCONFIG_JFS_SECURITY=y# CONFIG_JFS_DEBUG is not setCONFIG_JFS_STATISTICS=yCONFIG_FS_POSIX_ACL=yCONFIG_XFS_FS=mCONFIG_XFS_QUOTA=yCONFIG_XFS_POSIX_ACL=yCONFIG_XFS_RT=y# CONFIG_XFS_DEBUG is not set# CONFIG_GFS2_FS is not set# CONFIG_OCFS2_FS is not setCONFIG_DNOTIFY=yCONFIG_INOTIFY=yCONFIG_INOTIFY_USER=yCONFIG_QUOTA=yCONFIG_QUOTA_NETLINK_INTERFACE=yCONFIG_PRINT_QUOTA_WARNING=yCONFIG_QFMT_V1=mCONFIG_QFMT_V2=mCONFIG_QUOTACTL=yCONFIG_AUTOFS_FS=mCONFIG_AUTOFS4_FS=mCONFIG_FUSE_FS=mCONFIG_GENERIC_ACL=yand this is the boot error:VFS: Cannot open root device "sda2" or unknown-block (0,0)Please append a correct "root=" boot option; here are the available partitions:Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block (0,0) My OpenSUSE kernel works just fine, i don't understand why mine doesn't.xboxrulz Edited November 3, 2008 by yordan Added the word "solved" in the title (see edit history) Share this post Link to post Share on other sites
yordan 10 Report post Posted November 2, 2008 Seems to say clearly that /dev/sda2 is a corrupted filesystem.Did you try to boot on a Knoppix LiveCD, to see /dev/sda2 is available, and if you can mount it ? Or at leas make a fdisk -l on it ? Share this post Link to post Share on other sites
xboxrulz1405241485 0 Report post Posted November 3, 2008 lol, I'm stupid, forgot to do make modules_install. Now it works lol. It couldn't find the SATA module to control the hard drives. Now it works once I recompiled everything back as a module and did the make modules_install. xboxrulz Share this post Link to post Share on other sites