|
|
VFS:Cannot open root device "803" or unknown-block(8,3)
Please append a correct "root=" boot option; here are the available partitions;
1600 230068 hdc driver: ide-cdrom
Kernel panic - not syncing: VFS: Unable to mount root fs on unknow-block(8,3)
启动到这就停了...
这是 lilo.conf
boot=/dev/sda
default=gentoo
image=/boot/kernel-2.6.23-gentoo-r3
label=gentoo
read-only
root=/dev/sda3
这是 fstab
/dev/sda1 /boot ext2 defaults,noatime 1 2
/dev/sda2 none swap sw 0 0
/dev/sda3 / ext3 noatime 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /mnt/cdrom auto noauto,user 0 0
求教了... |
|