Hi,
i'm trying to make initrd working on my gentoo box. I get:
Code:
UDF-fs: No partition found (1)
No filesystem could mount root, tried: reiserfs ext3 ext2 vfat iso9660 ntfs udf
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block (3,3)
I made the image with:
Code:
# mkinitrd initrd.img.gz 2.6.18-suspend2
this is my grub.conf:
Code:
default 1
timeout 30
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title=Windows XP
rootnoverify (hd0,0)
makeactive
chainloader +1
title=Gentoo Linux (gentoo-sources-2.6.18)
root (hd0,1)
kernel /boot/default root=/dev/hda3 quiet
title=Gentoo Linux (suspend2-sources-2.6.18)
root (hd0,1)
kernel /boot/suspend root=/dev/hda3 quiet
title=Gentoo Linux (suspend2-sources-2.6.18 initrd)
root (hd0,1)
kernel /boot/suspend root=/dev/hda3
initrd=/boot/initrd.img.gz
reiserfs support was built in kernel. No modules. Am i missing something?