New
#31
Can anyone help me please...![]()
Can anyone help me please...![]()
The only time I have ever seen a BCD error, is when I had corruption on the boot files. So typically this would be caused by faulty cables or storage hardware, bad ram potentially could cause it as well. As well as something like a power cut.
I recovered from a backup, which is the age old lesson of have backups. Without a backup I dont know what you can do, but what I will suggest is when you have the chance after you get the desktop back again, is to investigate your hardware.
First of all, I would like to know if your system is a Legacy-MBR or EFI-GPT.
Please post a Disk Manager image of your drive. Please post a full window and expand the columns so we can read them.
Run the following CMD as administrator
Disk part
list disk (Take note of the disk number and see if the disk is GPT)
select disk n (replace n with disk number)
list part (how many partitions ?)
exit
Simply run the following script and post the output.
DiskParInfo.bat
Source: Batch files for use in BSOD debugging
Assuming you are booting in UEFI mode, have you tried simply deleting the existing EFI System Partition and recreating it?
Please display the results including commands with results:
Code:diskpart lis dis lis vol sel dis 0 det dis lis vol lis par sel par 1 det par sel par 2 det par sel par 3 det par sel par 4 det par sel par 5 det par sel par 6 det par sel dis 1 det dis lis par sel par 1 det par sel par 2 det par sel par 3 det par sel par 4 det par sel par 5 det par sel par 6 det par sel dis 2 det dis lis par sel par 1 det par sel par 2 det par sel dis 3 det dis lis par sel par 1 det par sel par 2 det par
Code:bcdedit /enum all bcdedit | find "osdevice"
Code:bootrec /fixmbr bootrec /fixboot bootrec /scanos bootsect /nt60 all
Search for these files:
Code:%systemroot%\Minidump %systemroot%\memory.dmp %systemroot%\LiveKernelReports %windir%\Logs\CBS\CBS.log C:\WINDOWS\Logs\CBS\CBS.log C:\Windows\memory.dmp C:\Windows\Minidump C:\Windows\LiveKernelReports srttrail.txt
Perform a startup repair > indicate whether it does or does not create srttrail.txt
Indicate any available system restore points.
What are the status of the important computer files:
a) files backed up to another drive or the cloud
b) backed up images saved to another drive or the cloud
c) no backed up files or images > files need to be saved
d) no backed up files or images > files do not need to be saved
Code:Oxc0000098 = The operation completed successfully. 0xc0000225 = The object was not found. 0xc000000e = A device which does not exist was specified.
Last edited by zbook; 22 Feb 2021 at 16:46.
Here's what you asked for...
x:\windows\system32>diskpart
Microsoft DiskPart version 10.0.14393.0
Copyright (C) 1999-2013 Microsoft Corporation.
On computer: MININT-PEYZ19
DISKPART> list dis
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 447 GB 1024 KB
Disk 1 Online 29 GB 0 B *
DISKPART> lis vol
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 C MAGICTHIGHS NTFS Partition 446 GB Healthy
Volume 1 E RESERVED FAT32 Partition 451 MB Healthy
Volume 2 D HBCD_PE_X64 FAT32 Removable 29 GB Healthy
DISKPART> sel dis 0
Disk 0 is now the selected disk.
DISKPART> det dis
KINGSTON SH103S3480G ATA Device
Disk ID: 00122562
Type : ATA
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : ACPI(_SB_)#ACPI(PCI0)#ACPI(SAT0)#ACPI(CHN0)#ATA(C00T00L00)
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 C MAGICTHIGHS NTFS Partition 446 GB Healthy
Volume 1 E RESERVED FAT32 Partition 451 MB Healthy
DISKPART> lis vol
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 C MAGICTHIGHS NTFS Partition 446 GB Healthy
Volume 1 E RESERVED FAT32 Partition 451 MB Healthy
Volume 2 D HBCD_PE_X64 FAT32 Removable 29 GB Healthy
DISKPART> lis par
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 Primary 446 GB 31 KB
Partition 2 Primary 451 MB 446 GB
DISKPART> sel par 1
Partition 1 is now the selected partition.
DISKPART> det par 1
The arguments specified for this command are not valid.
For more information on the command type: HELP DETAIL PARTITION
DISKPART> det par
Partition 1
Type : 07
Hidden: No
Active: Yes
Offset in Bytes: 32256
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 0 C MAGICTHIGHS NTFS Partition 446 GB Healthy
DISKPART> sel par 2
Partition 2 is now the selected partition.
DISKPART> det par
Partition 2
Type : 0C
Hidden: No
Active: No
Offset in Bytes: 479628099584
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
* Volume 1 E RESERVED FAT32 Partition 451 MB Healthy
DISKPART> exit
Leaving DiskPart...
x:\Windows\System32>bcdedit | find "osdevice"
x:\Windows\System32>bootrec /fixmbr
The operation completed successfully.
x:\Windows\System32>bootrec /fixboot
The operation completed successfully.
x:\Windows\System32>bootrec /scanos
Scanning all disks for Windows installations.
Please wait, since this may take a while...
Successfully scanned Windows installations.
Total identified Windows installations: 1
[1] C:\Windows
The operation completed successfully.
x:\Windows\System32>bootsect /nt60 all
Target volumes will be updated with BOOTMGR compatible bootcode.
C: (\\?\Volume{00122562-0000-0000-007e-000000000000})
Successfully updated NTFS filesystem bootcode.
D: (\\?\Volume{69204324-7576-11eb-8339-806e6f6e6963})
Successfully updated FAT32 filesystem bootcode.
E: (\\?\Volume{00122562-0000-0000-0000-10ac6f000000})
Successfully updated FAT32 filesystem bootcode.
Bootcode was successfully updated on all targeted volumes.
x:\Windows\System32>
Which Windows version is installed on the computer?
14393.0 = 1607 ?
Please display diskpart results for all drives.
Run again these commands:
bcdedit /enum all
bcdedit | find "osdevice"
Please update the progress.