Solour Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 01 Jul 2006 Posts: 107
|
Posted: Fri Nov 14, 2008 11:30 am Post subject: Kernel Panic: Unable to mount root fs ... |
|
|
Hi,
The message is:
"Kernel Panic: Unable to mount root fs on unknown-blocl (0,1)"
fdisk -l says something like:
Code: | /dev/sda1 boot-partition ext2
/dev/sda2 windows vista NTFS
/dev/sda3 windows vista backup NTFS
/dev/sda4 extended
/dev/sda5 swap linux-swap
/dev/sda6 root |
my fstab says
Code: | /dev/sda1 /boot ext2 noauto,noatime 12
/dev/sda5 none swap sw 0 0
/dev/sda6 / ext3 noatime 0 1 |
my grub.conf says
Code: | title=Gentoo linux (..)
root (hd0,0)
kernel /boot/kernel-genkernel-x86-2.6.25-gentoo-r9 root=/dev/ram0 real_root=/dev/sda1 |
Is there an obvious mistake or any other information I could provide?
Please help me and thanks a lot in advance! |
|