| 
 | 
 
用的老毛桃的老版本PE,安装到U盘,非内置,现在想修改grldr菜单,添加引导my.iso文件,但是试了好多种方法,都没办法引导iso 
 
title 【1】启动my.iso 
map --mem (hd0,0) /boot/my.iso (0xff) 
map --hook 
chainloader (0xff) 
 
title 【1】启动my.iso 
map --mem (hd0,0)/boot/my.ISO (hd32)  
map --hook  
chainloader (hd32)  
boot 
 
title 【1】启动my.iso 
find --set-root /boot/my.iso 
map /boot/my.iso(hd32) 
map --hook 
chainloader (hd32) 
boot 
 
以上几种引导方式都不能成功, 
有的提示Autodetect number-of-heads failed 
还有其他什么提示的,忘记了 
请教一下,grldr菜单该怎么写 |   
 
 
 
 |