|  | 
 
| 嗯.... 
 我的電腦 裝了 3個 OS
 
 (HD0,0)  =>Win7
 (HD0,1)  =>WinXP
 
 然後拔掉 HD0 掛載 HD 1 裝入 OS
 
 (HD1,0)  =>Win7
 
 現在兩顆硬碟 同時掛載
 
 那..菜單該如何寫呢
 
 (Grub4DOS 安裝在硬盤上 hd0 上的一個分區
 
 HD1 的 MBR 也改成 Grub4DOS
 
 不管選 Win7 -1   Win7-2  都會跑去第一顆.... 冏!~
 
 
 default 2UNIFONT /U16HEI
 splashimage /LOGO.xpm
 timeout 3
 
 
 title Love_virus
 clear
 
 title Start XP
 hide (hd0,0)
 unhide (hd0,1)
 chainloader (hd0,1)/ntldr
 
 title Start W7
 unhide (hd0,0)
 hide (hd0,1)
 hide (hd1,0)
 chainloader (hd0,0)/bootmgr
 
 title Start W7 - 2
 unhide (hd1)
 hide (hd0,0)
 hide (hd0,1)
 chainloader (hd1,0)/bootmgr
 
 title OPEN-OS
 configfile /openos.lst
 
 title tools
 configfile /tools.lst
 
 title reboot
 reboot
 
 title halt
 halt
 另外 若 HD1 的 MBR 不變動(就是為 NT6.x)
 
 菜單 該如何寫成 由 第二硬碟啟動呢
 
 [ 本帖最后由 2011回忆爱情 于 2011-12-26 05:16 编辑 ]
 | 
 |