in my /etc/lilo.confVFS: Cannot open root device "902" or unknown-block(9,2)
Please append a correct "root" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(9,2)
boot=/dev/sda
image=/boot/bzImage
label=linux
read-only
root=/dev/md2
in my /etc/fstab i have:
What can I do about this Kernel Panic, i tried the tutorial with grub, and i got the same error.../dev/md0 /boot ext3 noauto,noatime 1 2
/dev/md2 / reiserfs noatime 0 1
/dev/md3 /usr reiserfs noatime 0 1
/dev/md4 /var reiserfs noatime 0 1
/dev/md5 /home reiserfs noatime 0 1
/dev/sda3 none swap sw 0 0
/dev/sdb3 none swap sw 0 0


