Нет, вы только что изменили ссылку.
Используйте BCDboot и / или Bootrec для установки / восстановления BCD Store.
Как проверить, что хранилище BCD действительно перемещено?
Я имел:
Windows Boot Manager -------------------- identifier device partition=F: description Windows Boot Manager locale en-US inherit default resumeobject displayorder toolsdisplayorder timeout 30 Windows Boot Loader ------------------- identifier device partition=C: path \Windows\system32\winload.exe description Windows Server 2008 R2 locale en-US inherit recoverysequence recoveryenabled Yes osdevice partition=C: systemroot \Windows resumeobject nx OptOut
Затем я побежал:
C:\Windows\system32>bcdedit /set device partition=C: The operation completed successfully.
Теперь у меня есть:
C:\Windows\system32>bcdedit Windows Boot Manager -------------------- identifier device partition=C: description Windows Boot Manager locale en-US inherit default resumeobject displayorder toolsdisplayorder timeout 30 Windows Boot Loader ------------------- identifier device partition=C: path \Windows\system32\winload.exe description Windows Server 2008 R2 locale en-US inherit recoverysequence recoveryenabled Yes osdevice partition=C: systemroot \Windows resumeobject nx OptOut
Местонахождение магазина действительно изменилось? или я просто испортил настройки?
You can physically copy the BCD store using file copy, or you can export the BCD store to any Windows drive.
If you want to move Windows boot files (it is not enough to move just BCD file) to another partition this is another story.
How to move Windows 7/8 boot files to another partition. Again this has only meaning for MBR disks. On GPT disks and UEFI firmware Windows 7/8 boots always from ESP - EFI System Partition.