1. 建立開機用的entry, 並設定名稱
C:\Windows\system32>bcdedit /copy {ntldr} /d "FreeBSD"
這時候會有一串 {ooxx.....} 的 entry 值, 先把這個值給 copy 下來.
2. 準備好 boot sector, 這邊假設是放在 C:
C:\Windows\system32>bcdedit /set {ooxx.....} device partition=C:
C:\Windows\system32>bcdedit /set {ooxx.....} path \freebsd.sec
3. 把開機選項加到 boot menu 裡
C:\Windows\system32>bcdedit /displayorder {ooxx.....} /addlast
以上, 然後就可以用 bcdedit 檢查看看有沒有加進去了.
說實在的, 這樣搞實在是蠻麻煩的....
沒有留言:
張貼留言