|
这两天把自己的移动硬盘做成了启动盘,用Grub引导PE和其他工具都ok了,就是深山红叶dos启动盘会出错:I/O error,在Grub的Menu里写成这样:
title 启动深山红叶DOS工具箱
kernel (hd0,0)/boot/grub/memdisk.gz c=63 h=8 s=36
initrd (hd0,0)/boot/grub/dos98.img
其中dos98.img大小为9140Kb,扇区总数18280,每磁道扇区数36,磁头8。参照别的网友的改成:
title 启动深山红叶DOS工具箱
clear
map --mem /boot/grub/DOS98.IMG (hd0,0)
map --hook
chainloader (hd0,0)+1
rootnoverify (hd0,0)
可以正常启动进,但选择IDE_CDROM, Start computer with IDE/ATAPI CD-ROM support后就会提示:
Invalid drive specification.
The windows startup disk could not create a temporary drive for the diagnostic tools.This may be because this compute has less than the minimum required extended memory.
CDR101:Not ready reading driver A
Retry,abort,fail?
怎么回事,恳请各位大虾赐教!谢谢!
[ 本帖最后由 hpebble 于 2007-4-15 10:30 PM 编辑 ] |
|