|
我的硬盘分区是这样的
/dev/sda1 /boot ext3 defaults,noatime 1 2
/dev/sda2 none swap sw 0 0
/dev/sda3 / ext3 ext3 0 0
我的grub里面是
root (hd0,0)
kernel /boot/kernel root=/dev/sda3
补弃
装好重启后报
please append a correct "root=" boot option;here are the available partitons:0300 4194302 hda driver:ide-cdrom
kernel panic - not syncing :VFS : unable to mount root fs on unknown-block(2,0)
pid:1,comm:swapper not tainted 2.6.32-gentoo-r7 #4
call trace
[<c03ac73d>]? panic+0x38/0xd8
[<c04e1b25>]? mount_block_root+0x15f/0x173
[<c04e1be0>]? mount_root+0xa7/0xd6
.......
[<c010329f>]?kernel_+thread_helper+0x7/0x10
是这句
pid:1,comm:swapper not tainted 2.6.32-gentoo-r7 #4
为什么会从swap里面去找gentoo的文件 看我上面的fstab也没写错啊 求教 |
|