|

楼主 |
发表于 2008-4-4 12:42:56
|
显示全部楼层
认出了硬盘:scsi:0:0:0:0: Direct-Access ATA WDC WD1600JS-00N 10.0 PQ:0 ANSI: 5
我用grub命令启动,root (hd0, <tab>,可以看到各个分区,所以,root (hd0,2)
kernel /boot/<tab>也可以看到我编译的内核bzImage,
kernel /boot/test1-2.6.24
提示:[Linux-bzImage, setup=0x2600, size=0x12f4f8]
然后boot
快速的显示了一堆信息到:
input AT Translated Set 2 keyboard as /class/input/input0
然后是错误:VFS: cannot open root device "<NULL>" or unknown-block(254,0)
please append a correct "root=" boot option;here are the available partition:
kernel panic - not syncing: VFS : unable to mount root fs on unknown-block(254,0) |
|