Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Windows Vista系統教程 >> Windows Vista教程 >> MacBook上實現Vista Beta 2與OSX雙啟動

MacBook上實現Vista Beta 2與OSX雙啟動

日期:2017/2/7 15:51:44      編輯:Windows Vista教程

  注意是在Macbook上,不是PC上,就是說必須有MacBook。

  Windows Vista擁有全新的啟動管理器,作者利用它實現了Vista與OS X的雙重啟動。

  啟動到Mac OS X。

  cp /usr/standalone/i386/boot.efi ~/Desktop/復制boot.efi 到USB閃存上.

  啟動到Vista,復制boot.efi到C:

  以管理員身份打開Command Prompt.

  需要探測你是否有繼承的啟動加載器,在Command Prompt窗口輸入.

  bcdedit /enum all | find "{ntldr}"如果返回:

  identifier {ntldr}那麼就是有繼承的啟動加載器,進行步驟6、7;如果沒有返回任何內容就忽略步驟6、7.

  將下列內容復制到繼承啟動加載器.

  bcdedit /copy {ntldr} /d "Mac OS X"

  bcdedit /set {YOUR-GUID-HERE} device boot

  bcdedit /set {YOUR-GUID-HERE} path oot.efi

  bcdedit /displayorder {YOUR-GUID-HERE} /addlast要將其中的YOUR-GUID-HERE使用世紀的GUID替代,可以這樣察看GUID:

  C:>bcdedit /copy {ntldr} /d "Mac OS X"

  The entry was successfully copied to {bcfa924e-07e0-11db-9d86-accf6fd346a1}.

  C:>bcdedit /set {bcfa924e-07e0-11db-9d86-accf6fd346a1} device boot

  The operation completed successfully.

  C:>bcdedit /set {bcfa924e-07e0-11db-9d86-accf6fd346a1} path oot.efi

  The operation completed successfully.

  C:>bcdedit /displayorder {bcfa924e-07e0-11db-9d86-accf6fd346a1} /addlast

  The operation completed successfully.輸入以下內容創建繼承加載器.

  bcdedit /create {ntldr} /d "Mac OS X"

  bcdedit /set {ntldr} device boot

  bcdedit /set {ntldr} path oot.efi

  bcdedit /displayorder {ntldr} /addlast

打開Terminal(終端)程序,輸入以下命令將 boot.efi 復制到桌面:

 

Copyright © Windows教程網 All Rights Reserved