Posts: 27
Threads: 14
Joined: Jan 2023
Reputation:
0
01-31-2023, 12:03 AM
(This post was last modified: 01-31-2023, 12:17 AM by Keith Weisshar.)
Why do I get a startup error 0xc000000e which indicates a required device isn't connected or can't be accessed if I create a full disk backup image from the emergency disk and then wipe the entire drive and then restore the full disk backup back to the same drive. Does the disk signature or GUID change if the drive is wiped and then restored? System backup can only be done from within Windows and cannot be done from emergency disk. What's the difference between system backup and full disk backup? This issue doesn't occur if I do a full backup and restore using Macrium Reflect rescue disk.
Posts: 8
Threads: 1
Joined: Feb 2023
Reputation:
0
02-17-2023, 02:55 AM
(This post was last modified: 02-17-2023, 11:57 PM by rpaz.)
Hi,
I just fixed this error after doing a restore of a full image backup with all the system partitions created by Windows in UEFI mode.
- Boot the machine using the Hasleo Backup Suite Rescue Disk
- open the Windows Command Prompt using the option available on the menu (first icon on the top right of the window), sorry don't know the proper name!
- on the Windows Command Prompt run Diskpart
- inside Diskpart type:
list volume
// from the list of volumes take note of the ID for the FAT32 partition used by the UEFI boot
// replace <ID> with the proper number on the following command
select volume <ID>
assign letter m
exit
// back to the Windows Command prompt type:
bcdboot c:\windows /s m: /f UEFI
cd m:\EFI\Microsoft\Boot
ren BCD BCD.old
bootrec /RebuildBCD
The last command should ask about adding a boot entry for Windows on the C: drive, confirm the operation.
After doing this rebooted the machine and Windows 10 booted successfully.
Posts: 1,814
Threads: 11
Joined: Feb 2014
Reputation:
27
Can someone provide a screenshot of this error? Thanks.