若是灌 DOS + Windows XP + Windos 7, Windos 會自動建立多重開機選單,
在 Windos 7 可以回到 Windows XP 的開機選單, Windos XP 中有個選項可進入 DOS
但是若只有灌 DOS + Windos 7, Windos 並不會自動建立多重開機選單, 需要手動加一下
DOS 灌在第一個開割區, Windos 7 在第二個分割區
1. 需先準備 ntldr 檔案, 從另外一台 Windos XP Copy 到 DOS 分割區
2. 在 DOS 分割區建立 boot.ini, 內容
[boot loader]
timeout=3
default=C:\
[operating systems]
C:\
3. 在 Windows 7 用 bcdedit 建立開機選單
bcdedit /create {ntldr} /d "DOS"
bcdedit /set {ntldr} device partition=D:
bcdedit /set {ntldr} path \ntldr
bcdedit /displayorder {ntldr} /addlast
改完後就可以看到兩個選單
Windows 7
DOS
Leave a comment