Skip to main content
formatting
Source Link
Indrek
  • 24.6k
  • 14
  • 91
  • 93
  1. Open a CMDcommand prompt with administrator privileges.

  2. Run the following set of commands: DISKPART & rarr; SELECT DISK 0UNIQUEID DISK ID=<random_disk_signature> (e.g. 1a2b3c4d)

  3. Quit DISKPART stay within the command prompt.

  4. Enter the following commands, one at a time, in the command prompt pressing key after each command.

     bcdboot c:\windows /s c:
     bcdedit /set {DEFAULT.EN_US} device partition=c:DISKPART
     bcdedit /set {DEFAULT.EN_US}SELECT osdeviceDISK partition=c:0
     bcdedit /set {BOOTMGR.EN_US}UNIQUEID deviceDISK partition=c:ID=<random_disk_signature>
    
  5. Close the command prompt.

  6. Reboot.

(<random_disk_signature> is e.g. 1a2b3c4d) 3. Quit DISKPART, but stay in the command prompt. 4. Enter the following commands, one at a time, in the command prompt pressing Enter key after each command:

    bcdboot c:\windows /s c:
    bcdedit /set {DEFAULT.EN_US} device partition=c:
    bcdedit /set {DEFAULT.EN_US} osdevice partition=c:
    bcdedit /set {BOOTMGR.EN_US} device partition=c:
  1. Close the command prompt.
  2. Reboot.
  1. Open a CMD prompt with administrator privileges.

  2. Run the following set of commands: DISKPART & rarr; SELECT DISK 0UNIQUEID DISK ID=<random_disk_signature> (e.g. 1a2b3c4d)

  3. Quit DISKPART stay within the command prompt.

  4. Enter the following commands, one at a time, in the command prompt pressing key after each command.

     bcdboot c:\windows /s c:
     bcdedit /set {DEFAULT.EN_US} device partition=c:
     bcdedit /set {DEFAULT.EN_US} osdevice partition=c:
     bcdedit /set {BOOTMGR.EN_US} device partition=c:
    
  5. Close the command prompt.

  6. Reboot.

  1. Open a command prompt with administrator privileges.

  2. Run the following set of commands:

     DISKPART
     SELECT DISK 0
     UNIQUEID DISK ID=<random_disk_signature>
    

(<random_disk_signature> is e.g. 1a2b3c4d) 3. Quit DISKPART, but stay in the command prompt. 4. Enter the following commands, one at a time, in the command prompt pressing Enter key after each command:

    bcdboot c:\windows /s c:
    bcdedit /set {DEFAULT.EN_US} device partition=c:
    bcdedit /set {DEFAULT.EN_US} osdevice partition=c:
    bcdedit /set {BOOTMGR.EN_US} device partition=c:
  1. Close the command prompt.
  2. Reboot.
deleted 1 characters in body
Source Link
Sathyajith Bhat
  • 61.9k
  • 38
  • 181
  • 265
  1. Open a CMD prompt with administrator privileges.

  2. Run the following set of commands: DISKPART -> SELECT DISK 0DISKPART & rarr; -> UNIQUEID DISK ID=<random_disk_signature>SELECT DISK 0 UNIQUEID DISK ID=<random_disk_signature> (e.g. 1a2b3c4d)

  3. Quit DISKPART stay within the command prompt.

  4. Enter the following commands, one at a time, in the command prompt pressing key after each command.

    a. bcdboot c:\windows /s c:
     
    b. bcdedit /set {DEFAULT.EN_US} device partition=c:
     
    c. bcdedit /set {DEFAULT.EN_US} osdevice partition=c:
     
    d. bcdedit /set {BOOTMGR.EN_US} device partition=c:
    
  5. Close the command prompt.

  6. Reboot.

  1. Open a CMD prompt with administrator privileges.

  2. Run the following set of commands: DISKPART -> SELECT DISK 0 -> UNIQUEID DISK ID=<random_disk_signature> (e.g. 1a2b3c4d)

  3. Quit DISKPART stay within the command prompt.

  4. Enter the following commands, one at a time, in the command prompt pressing key after each command.

    a. bcdboot c:\windows /s c:
     
    b. bcdedit /set {DEFAULT.EN_US} device partition=c:
     
    c. bcdedit /set {DEFAULT.EN_US} osdevice partition=c:
     
    d. bcdedit /set {BOOTMGR.EN_US} device partition=c:
    
  5. Close the command prompt.

  6. Reboot.

  1. Open a CMD prompt with administrator privileges.

  2. Run the following set of commands: DISKPART & rarr; SELECT DISK 0 UNIQUEID DISK ID=<random_disk_signature> (e.g. 1a2b3c4d)

  3. Quit DISKPART stay within the command prompt.

  4. Enter the following commands, one at a time, in the command prompt pressing key after each command.

     bcdboot c:\windows /s c:
     bcdedit /set {DEFAULT.EN_US} device partition=c:
     bcdedit /set {DEFAULT.EN_US} osdevice partition=c:
     bcdedit /set {BOOTMGR.EN_US} device partition=c:
    
  5. Close the command prompt.

  6. Reboot.

Source Link

  1. Open a CMD prompt with administrator privileges.

  2. Run the following set of commands: DISKPART -> SELECT DISK 0 -> UNIQUEID DISK ID=<random_disk_signature> (e.g. 1a2b3c4d)

  3. Quit DISKPART stay within the command prompt.

  4. Enter the following commands, one at a time, in the command prompt pressing key after each command.

    a. bcdboot c:\windows /s c:
    
    b. bcdedit /set {DEFAULT.EN_US} device partition=c:
    
    c. bcdedit /set {DEFAULT.EN_US} osdevice partition=c:
    
    d. bcdedit /set {BOOTMGR.EN_US} device partition=c:
    
  5. Close the command prompt.

  6. Reboot.