Windows Boot Manager onarımı işlemleri sorunu

omertrans505

Hectopat
Katılım
12 Ocak 2019
Mesajlar
180
SSD veya HDD modeli
Samsung SSD 980 Pro
Ekran kartı
RTX 3060 Laptop GPU
Anakart
Monster Tulpar v24.7.1 anakartı
İşlemci
i7 11800H
Cmd ekran çıkıntısı:
Kod:
C:\>diskpart

Microsoft DiskPart version 10.0.19041.610

Copyright (C) Microsoft Corporation.
On computer: StrelecPE

DISKPART> list disk

  Disk ###  Status         Size     Free     Dyn  Gpt
  --------  -------------  -------  -------  ---  ---
  Disk 0    Online          223 GB      0 B
  Disk 1    Online          931 GB   869 MB        *
  Disk 2    Online          931 GB  1024 KB        *
  Disk 3    Online          476 GB  1024 KB        *

DISKPART> sel disk 1

Disk 1 is now the selected disk.

DISKPART> list partition

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    Primary            930 GB  1024 KB

DISKPART> create partition EFI size=500

DiskPart succeeded in creating the specified partition.

DISKPART> list partition

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    Primary            930 GB  1024 KB
* Partition 2    System             500 MB   930 GB

DISKPART> sel par 2

Partition 2 is now the selected partition.

DISKPART> list partition

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    Primary            930 GB  1024 KB
* Partition 2    System             500 MB   930 GB

DISKPART> format fs=fat32

  100 percent completed

DiskPart successfully formatted the volume.

DISKPART> list par

  Partition ###  Type              Size     Offset
  -------------  ----------------  -------  -------
  Partition 1    Primary            930 GB  1024 KB
* Partition 2    System             500 MB   930 GB

DISKPART> assign letter=f

Virtual Disk Service error:
The specified drive letter is not free to be assigned.


DISKPART> assign letter=b

DiskPart successfully assigned the drive letter or mount point.

DISKPART> exit

Leaving DiskPart...

C:\>bcdboot c:/Windows /l tr-TR /s B: /f all
BFSVC Error: Could not open the BCD template store. Status = [c000000f]

C:\>

Bir SSD diskine restore etme işlemi sonucu silinmiş Windows Boot Manager partition yeni oluşturup daha sonra bcdboot kullanılarak yeni bir boot değeri eklemeyi çalışırken yukardaki c000000f kodlu hatası veriyor. İnternetten bu sorunu çözümler denedim, işe yaramadı galiba BCD dosyası hasarlı olabilir mi emin değilim. Ne yapmam gerekiyor?

Not: USB Live ile WinPE (Windows Preinstallation Enviroment) işletim sistemi kullanıyorum.

Arkadaşlar, "bcdboot c:/Windows /l tr-TR /s B: /f all" komutu yerine Dism++ program aracıyla fotoğraftaki "Bootmgr Repair" işlemi yaptım. Sorunu çözüldü.
1699197370777.jpeg


Cmd ekran çıkıntısı
Kod:
C:\Windows\System32>bcdedit

Windows Boot Manager
--------------------
identifier              {bootmgr}
device                  partition=B:
path                    \EFI\Microsoft\Boot\bootmgfw.efi
description             Windows Boot Manager
locale                  en-US
inherit                 {globalsettings}
default                 {default}
resumeobject            {99748be5-7bec-11ee-9189-80fa5b9a2be6}
displayorder            {default}
toolsdisplayorder       {memdiag}
timeout                 30

Windows Boot Loader
-------------------
identifier              {default}
device                  partition=C:
path                    \Windows\system32\winload.efi
description             Windows 11
locale                  en-US
inherit                 {bootloadersettings}
isolatedcontext         Yes
allowedinmemorysettings 0x15000075
osdevice                partition=C:
systemroot              \Windows
resumeobject            {99748be5-7bec-11ee-9189-80fa5b9a2be6}
nx                      OptIn
bootmenupolicy          Standard

C:\Windows\System32>
 

Dosya Ekleri

  • 1699197092299.png
    1699197092299.png
    193,6 KB · Görüntüleme: 8
Son düzenleme:

Geri
Yukarı