Я пытаюсь восстановить BCD, но не удается найти установку Windows7.
До сих пор я набрал эти команды с установочного DVD Windows7 (который я загрузил в режиме UEFI):
X:\sources>chkdsk /r c:
X:\sources>bcdedit /export C:\BCDBackup
The operation completed successfully.
X:\sources>attrib c:\boot\bcd -h -r -s
X:\sources>ren c:\boot\bcd bcd.old
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>attrib c:\bootmgr -h -r -s
X:\sources>ren c:\bootmgrbackup
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.
Тем не менее, Windows не может быть найден.
Вот некоторая полезная информация о моем ПК (который я загрузил с французского установочного DVD Windows), поэтому вы заметите, что я перевел на английский как мог:
информация о diskpart
на моем GPT-диске:
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 931 GB 456 GB *
Partition ### Type Size Offset
------------- ---------------- ------- --------
Partition 1 Primary 19 G 1024 K
Partition 2 Primary 255 G 19 G
Partition 3 System 550 M 275 G
Partition 4 Primary 199 G 275 G
Volume ### Ltr Nom Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 E GSP1RMCHPXF UDF DVD-ROM 3102 M Healthy
Volume 1 PQSERVICE NTFS Partition 19 G Healthy
Volume 2 C Windows7 NTFS Partition 255 G Healthy
Volume 3 D Donnees NTFS Partition 199 G Healthy
Volume 4 EFI_SYSTEMP FAT32 Partition 550 M Healthy System
Volume 5 F Removable 0 o 0 media
Volume 6 G MULTISYSTEM FAT32 Removable 43 G Healthy
Информация о bcdedit
. :
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume3
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-us
inherit {globalsettings}
default {default}
resumeobject {e0e194f6-21df-11e9-9f00-de2495574b25}
displayorder {default}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {default}
device partition=C:
path \Windows\system32\winload.efi
description Windows 7
locale en-us
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {e0e194f6-21df-11e9-9f00-de2495574b25}
nx OptIn
detecthal Yes
Вы можете мне помочь ?