This is the story:
I've got a spare 20Gb on my main drive, so I partitioned 10Gb of it and put ReiserFS on it. Then I did a single partition install of the latest stable Debian to that logical partition (/dev/hde7). I skipped the bootloader installation because I'd planned to use the already installed Gentoo bootloader to load it.
So, after installing Debian to /dev/hde7 (which went flawlessly), I rebooted into Gentoo and edited grub.conf to add an entry to boot Debian.
The entry looks like this:
title=Debian
root (hd0,6)
kernel /vmlinuz root=/dev/hde7
When I select debian from the boot menu however, the kernel loads and starts booting up, but then it stops with the following error messages:
VFS: Cannot open root device "hde7" or 21:07
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 21:07
Any ideas what's going wrong? I can still boot into Gentoo fine...


