10 Nov 2020

Fixing Windows 10 Boot after Ghosting 2 disks

 I love Ghost but it is getting old now and does not set the MBR when finished for windows 10

Once Ghosted you need to fix the boot records on the new SSD

Windows 10 USB Boot  --> Adv --> Command prompt

DISKPART

LIST DISK

SEL DISK 0

LIST VOL

SELECT VOL3 (the EFT one  99mb fat32) 

ASSIGN LETTER=H:

SEL VOL 1  (the windows disk)

ASSIGN LETTER=F:

BOOTREC /fixmbr

BCDEDIT /SET {bootmgr} device partition=h:
BCDEDIT /SET {default} device partition=f:
BCDEDIT /SET {default} osdevice partition=f:


And reboot !

No comments:

Post a Comment