BCD店要搬遷嗎?

BCD店要搬遷嗎?

如何驗證 BCD 商店是否確實已移動?

我有:

Windows Boot Manager
--------------------
identifier              {bootmgr}
device                  partition=F:
description             Windows Boot Manager
locale                  en-US
inherit                 {globalsettings}
default                 {current}
resumeobject            {59d84d8a-0888-11e0-9d9c-91c956e448ed}
displayorder            {current}
toolsdisplayorder       {memdiag}
timeout                 30

Windows Boot Loader
-------------------
identifier              {current}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Windows Server 2008 R2
locale                  en-US
inherit                 {bootloadersettings}
recoverysequence        {59d84d8c-0888-11e0-9d9c-91c956e448ed}
recoveryenabled         Yes
osdevice                partition=C:
systemroot              \Windows
resumeobject            {59d84d8a-0888-11e0-9d9c-91c956e448ed}
nx                      OptOut

然後我跑了:

C:\Windows\system32>bcdedit /set {bootmgr} device partition=C:
The operation completed successfully.

我現在有:

C:\Windows\system32>bcdedit

Windows Boot Manager
--------------------
identifier              {bootmgr}
device                  partition=C:
description             Windows Boot Manager
locale                  en-US
inherit                 {globalsettings}
default                 {current}
resumeobject            {59d84d8a-0888-11e0-9d9c-91c956e448ed}
displayorder            {current}
toolsdisplayorder       {memdiag}
timeout                 30

Windows Boot Loader
-------------------
identifier              {current}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Windows Server 2008 R2
locale                  en-US
inherit                 {bootloadersettings}
recoverysequence        {59d84d8c-0888-11e0-9d9c-91c956e448ed}
recoveryenabled         Yes
osdevice                partition=C:
systemroot              \Windows
resumeobject            {59d84d8a-0888-11e0-9d9c-91c956e448ed}
nx                      OptOut

商店的位置真的搬了嗎?或者我只是搞亂了設定?

答案1

不,您剛剛更改了引用。

使用BCD導和/或布特雷克安裝/恢復 BCD 儲存區。

答案2

您可以使用檔案複製來實體複製 BCD 存儲,也可以將 BCD 儲存匯出到任何 Windows 磁碟機。

如果您想將 Windows 啟動檔案(僅移動 BCD 檔案是不夠的)移至另一個分割區,這是另一個故事。

如何將 Windows 7/8 啟動檔案移至另一個分割區。同樣,這僅對 MBR 磁碟有意義。在 GPT 磁碟和 UEFI 韌體上,Windows 7/8 始終從 ESP - EFI 系統分割區啟動。

相關內容