Booting the system using Microsoft Diagnostic and Repair Tool (DaRT) and enumerating the Boot Configuration Data (BCD) showed that both the device and osdevice settings on the {default} entry were unknown.
To resolve this issue, the following was done:
- Locate the partition drive letter for the drive containing the OS. (In this instance, drive C.)
- Set device setting on the {default} entry to Partition={DriveLetter}:. (in this instance, Partition=C:)
- Set osdevice setting on the {default} entry to Partition={DriveLetter}:. (in this instance, Partition=C:)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bcdedit /set {default} device Partition=C: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bcdedit /set {default} osdevice Partition=C: |
GUID
|
Globally Unique Identifier
|
0xC0000001
STATUS_UNSUCCESSFUL |
{Operation Failed} The requested operation was unsuccessful.
|
No comments:
Post a Comment