| 『楼 主』:
 请教关于U盘grub中menu.lst菜单
 
使用 LLM 解释/回答一下 
 
 
刚才看了grub4dos初级教程,感觉是懂非懂的...
 U盘引导grub里menu.lst这个文件应该怎么写啊?
 
 title Windows Vista
 rootnoverify (hd0,0)
 chainloader (hd0,0)/bootmanager
 boot
 
 title Windows XP
 rootnoverify (hd0,0)
 chainloader (hd0,0)/ntldr
 boot
 
 title PE
 chainloader /LDRXPE
 PE可以启动..Vista跟XP就没试过..还有要是启动U盘上的img应该怎么写?
 
Just now I read the beginner's tutorial of grub4dos, and I feel I understand but not fully...
 How should the menu.lst file in grub for USB boot be written?
 
 title Windows Vista
 rootnoverify (hd0,0)
 chainloader (hd0,0)/bootmanager
 boot
 
 title Windows XP
 rootnoverify (hd0,0)
 chainloader (hd0,0)/ntldr
 boot
 
 title PE
 chainloader /LDRXPE
 PE can boot..Vista and XP haven't been tried.. Also, how to write if starting an img on the USB?
 
 
 
 |