我想在dos下用批处理掉用GRUB.exe加载软驱镜像,但始终不行,readme.txt上说
FILE can be the contents of a menu. Use semi-colon to delimitate the embedded commands here in FILE. The FILE can be enclosed with a pair of double-quotes. For example: GRUB --config-file="root (hd0,0);chainloader +1"
但是我建立了dos.bat内容为
GRUB --config-file="map --mem (hd0,0)/boot/dos.img (fd0);map --hook;chainloader (fd0)+1;rootnoverify (fd0);boot"
好像不行啊,
请指点
FILE can be the contents of a menu. Use semi-colon to delimitate the embedded commands here in FILE. The FILE can be enclosed with a pair of double-quotes. For example: GRUB --config-file="root (hd0,0);chainloader +1"
但是我建立了dos.bat内容为
GRUB --config-file="map --mem (hd0,0)/boot/dos.img (fd0);map --hook;chainloader (fd0)+1;rootnoverify (fd0);boot"
好像不行啊,
请指点
