| 
 | 
6#
 
 
 楼主 |
发表于 2011-7-7 07:26:12
|
只看该作者
 
 
 
原帖由 2011_dihuo0 于 2011-7-6 12:35 发表   
linux下的sda1设备,在grub中被命名为(hd0,0),建议你使用()或(bd),其中()是当前设备,(bd)是初始启动设备。 
置顶帖又一本很好的教程——grub4dos0.4.5b帮助文档,建议你你好好看看。   
 
之前看过一部分grub4dos0.4.5b帮助文档,回去再看看,不过tinylinux中用的是sda1,而不是grub中的(hd0,0)、()或(bd),这怕不是一一对应的吧 
 
应该需要的是 
kernel /BOOT/bzImage quiet tinycore tce=sda1/BOOT/tce/ waitusb=10 
 
而不是 
kernel /BOOT/bzImage quiet tinycore tce=(hd0,0)/BOOT/tce/ waitusb=10 
或 
kernel /BOOT/bzImage quiet tinycore tce=()/BOOT/tce/ waitusb=10 
 
我再试试吧 |   
 
 
 
 |