I executed but the same error I have got, well ???
Can NOT start up my PC: HP Z440: Prepare Automatic Repair - Diagnosing your PC
Can NOT start up my PC: HP Z440
When booting up:
Prepare Automatic Repair - Diagnosing your PC
I see always
I have tried
1
Safe Mode, Uninstall the latest quality update, Restore back to point 18-10-2021 :
same symptom
2
Troubleshoot> Advanced options > Startup Repair:
same symptom
Status
Today in the morning I turn ON PC, I was offline[no cable ethernet], and while working prompt for an update[while was dis-connected], after this connected - checked some Gmail, etc. and after 30-min press UPDATE & RESTART,
And got this problem on startup...
well...?
I have a backup of C:/ with Acronis... I think of October 2021
Windows for home | Windows 10 | Windows update
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
61 answers
Sort by: Newest
-
Anonymous
2021-10-26T17:05:23+00:00 -
Anonymous
2021-10-26T15:42:14+00:00 Because I referred that I wanted to backup EFI Partition below are correct?
Especially these are correct?
mkdir -p E:/backup/EFI
Xcopy S:\*.* E:\backup\EFI /E /H /C /I
==================================
Microsoft Windows [Version 10.0.19041.928]
(c) Microsoft Corporation. All rights reserved.
X:\Sources>notepad
X:\Sources>Bcdedit /enum | find "osdevice"
osdevice partition=C:
X:\Sources>Bootrec /rebuildbcd
Scanning all disks for Windows installations.
Please wait, since this may take a while...
Successfully scanned Windows installations.
Total identified Windows installations: 0
The operation completed successfully.
X:\Sources>BCDBOOT C:\WINDOWS
Boot files successfully created.
X:\Sources>Bootrec /rebuildbcd
Scanning all disks for Windows installations.
Please wait, since this may take a while...
Successfully scanned Windows installations.
Total identified Windows installations: 0
The operation completed successfully.
X:\Sources>
X:\Sources>diskpart
Microsoft DiskPart version 10.0.19041.610
Copyright (C) Microsoft Corporation.
On computer: MININT-NMH26CS
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
Disk 0 Online 931 GB 0 B *
Disk 1 Online 57 GB 16 MB
DISKPART> list vol
Volume ### Ltr Label Fs Type Size Status Info
Volume 0 C System NTFS Partition 930 GB Healthy
Volume 1 FAT32 Partition 100 MB Healthy Hidden
Volume 2 D NTFS Partition 502 MB Healthy Hidden
Volume 3 E USB DISK FAT32 Removable 57 GB Healthy
DISKPART> exit
Leaving DiskPart...
X:\Sources>
DiskPart
List Vol
Select Volume 1
Assign Letter=S
Exit
List Vol
mkdir -p E:/backup/EFI
Xcopy S:\*.* E:\backup\EFI /E /H /C /I
DiskPart
List Vol
Select Volume 1
Format Quick FS=fat32 Label="EFI"
Exit
BCDBoot C:\Windows /s S: /f UEFI
DiskPart
Select Vol=S
Remove Letter=S
Exit
-
Anonymous
2021-10-26T07:24:37+00:00 What you mean " Fingers ..."
Can i use xcopy to backup efi partition: https://www.ubackup.com/backup-restore/xcopy-command-to-copy-folders-and-subfolders-6688.html ?
I will do soon the efi ... but one last Q
YOU the same as
but you added line in bold GPT ATTRIBUTES
Is this line required...?
it letter S
GPT ATTRIBUTES=0x8000000000000000 <<<Give it right Attrib
-
Anonymous
2021-10-26T06:44:59+00:00 Fingers crossed.
-
Anonymous
2021-10-26T06:28:50+00:00 You say
(2) It looked to me you ran SFC correctly on the Windows partition
I thought C: was the Windows drive, but as had the data hdd connected, and C: was this hdd 4TB, not the Windows drive,...
After understanding it, I have interrupted the process.
I will do the
bcdboot C:\Windows /s S: /f UEFI
In about 1-hour or 2...