Windows 10: bcdedit, bcdboot and bootrec issues in Windows 10.

Discus and support bcdedit, bcdboot and bootrec issues in Windows 10. in Windows 10 BSOD Crashes and Debugging to solve the problem; I needed to edit the EFI default boot using bcdedit, but it gave me the error message:"The boot configuration data store could not be opened. The... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by sysosus, Nov 23, 2023.

  1. sysosus Win User

    bcdedit, bcdboot and bootrec issues in Windows 10.


    I needed to edit the EFI default boot using bcdedit, but it gave me the error message:"The boot configuration data store could not be opened. The requested system cannot be found."I tried recreating the EFI partition from a bootable Windows USB using the command:bcdboot d:\windows /c /s S: /f ALLwhere S: is the assigned letter to the EFI partition that was previously formatted in FAT32.The command successfully created the EFI partition, but at boot bcdedit still gave me the same error.I then tried fixing the issue using the following commands:bootrec /fixmbrbootrec /fixbootbootrec /scano

    :)
     
    sysosus, Nov 23, 2023
    #1

  2. when i rebuild bcd,run bcdedit /export c:\bcdbackup,An error occurred

    an ERROR IS The storage export operation has failed and the system cannot find the specified FILE because when laptop startup,screen display Not connected or unable to access the required device Error code 0Xc000000e but,i run bcdedit /export d:\bcdbackup,The screen shows that the operation was successful I run these commands step by step 1.bootrec /fixmbr 2.bootrec /fixboot 3.bootsect /nt60 sys 4.bootrec /fixboot 5.bcdedit /export c:\bcdbackup 6.attrib c:\boot\bcd -h -r -s 7.ren c:\boot\bcd bcd.old 8.bootrec /rebuildbcd An error occurred in the fifth step i use diskpart and list volume Disk C is only 260M, Disk H is the system disk, Disk D is a removable disk so What command should I enter in the fifth step
     
    wangwei520, Nov 23, 2023
    #2
  3. Windows 10 bootrec /fixboot access denied issue STILL

    I have done these steps several times to no avail:

    Windows 10 Installation Media:

    1. Insert the Media (DVD/USB) in your PC and restart.
    2. Boot from the media.
    3. Select Repair Your Computer.
    Select Troubleshoot.

    1. Choose Command Prompt from the menu:
    Type in the command:

    Diskpart

    Type in the command:

    List disk (Note which disk is your Boot drive number mine is 0)

    Type in the command:

    Sel disk 0

    Type in the command:

    List vol (Note which volume is the EFI partition mine is 4)

    Type in the command:

    Sel vol 4

    Type in the command:

    assign letter=V:

    Type in the command:

    Exit

    Type in the command:

    V:

    After you have assigned a drive letter Using Diskpart You can format the EFI partition:

    Example: if you assigned a letter V to the partition the command would be:

    format V: /FS:FAT32

    After the format you need to recreate the EFI directory structure with the command:

    MD \EFI\Microsoft\Boot

    Then change to the Boot directory with:

    cd /d V:\EFI\Microsoft\Boot\

    Then run:

    bootrec /FixBoot

    Finally run:

    bcdboot c:\Windows /l en-us /s V: /f All

    Type in the command:

    bcdboot C:\windows /s V: /f UEFI (This replaces the above crossed out lines and works in Win 10 1709)
     
    Merlin42AT, Nov 23, 2023
    #3
  4. bcdedit, bcdboot and bootrec issues in Windows 10.

    Windows 10 Won't Boot, No Safe Mode, sfc chkdsk and bootrec do not seem to fix issue, DISM doesnt work.

    really you had horrible experience ,, sorry for the trouble caused to you ,

    I think your windows 10 iso itself is corrupted , because you installed in two computers , all gives same result means , download fresh windows 10

    disable secure boot , enable csm mode , save and exit

    try below methods

    method 1

    boot the computer with windows 10 dvd

    go to command prompt

    type diskpart

    select disk 0

    list vol

    find EFI partition no, Windows 10 partition no

    i assume efi is 2

    i assume os is C

    select vol 2

    assign letter=V

    exit

    X:\windows\system32\

    type below commands

    bootrec /fixmbr

    bootrec /fixboot

    bootrec /scanos

    bootrec /rebuildbcd , if it found windows location type Y

    bootsect /nt60 sys /force

    or

    bootsect /nt60 C: /force

    or

    bootsect /nt60 all /force

    or

    bcdboot C:\windows /l en-us

    or

    bcdboot c:\windows /s V:

    or

    bcdboot c:\windows /s V: /f UEFI

    method 2

    go to command prompt

    type diskpart

    select disk 0

    create partition EFI size=260

    format quick fs=fat32 label="EFI"

    create partition msr size=128

    list vol

    find EFI partition no, Windows 10 partition no

    i assume efi is 2

    i assume OS is

    select vol 2

    assign letter=V

    exit

    X:\windows\system32\

    type below commands

    bootrec /fixmbr

    bootrec /fixboot

    bootrec /scanos

    bootrec /rebuildbcd , if it found windows location type Y

    bootsect /nt60 sys /force

    or

    bootsect /nt60 C: /force

    or

    bootsect /nt60 all /force

    or

    bcdboot C:\windows /l en-us

    or

    bcdboot c:\windows /s V:

    or

    bcdboot c:\windows /s V: /f UEFI

    exit

    method 3

    go to command prompt

    type diskpart

    select disk 0

    list vol

    find EFI partition no, Windows 10 partition no

    i assume efi is 2

    i assume os is C

    select vol 2

    assign letter=V

    exit

    cd /d V:\EFI\Microsoft\Boot\

    bootrec /FixBoot

    exit
     
    RAJU.MSC.MATHEMATICS, Nov 23, 2023
    #4
Thema:

bcdedit, bcdboot and bootrec issues in Windows 10.

Loading...
  1. bcdedit, bcdboot and bootrec issues in Windows 10. - Similar Threads - bcdedit bcdboot bootrec

  2. bcdedit, bcdboot and bootrec issues in Windows 10.

    in Windows 10 Gaming
    bcdedit, bcdboot and bootrec issues in Windows 10.: I needed to edit the EFI default boot using bcdedit, but it gave me the error message:"The boot configuration data store could not be opened. The requested system cannot be found."I tried recreating the EFI partition from a bootable Windows USB using the command:bcdboot...
  3. bcdedit, bcdboot and bootrec issues in Windows 10.

    in Windows 10 Software and Apps
    bcdedit, bcdboot and bootrec issues in Windows 10.: I needed to edit the EFI default boot using bcdedit, but it gave me the error message:"The boot configuration data store could not be opened. The requested system cannot be found."I tried recreating the EFI partition from a bootable Windows USB using the command:bcdboot...
  4. Using bcdedit and bcdboot to booit into Windows 10 MSIX packaging environment VHDX

    in Windows 10 Gaming
    Using bcdedit and bcdboot to booit into Windows 10 MSIX packaging environment VHDX: Can I use bcdedit and bcdboot to boot directly from a Windows 10 MSIX packaging environment VHDX disk? I've tried, but at OS selection when I select the Windows 10 MSIX packaging environment, the machine goes through an infinite loop of reboot. Am I making any mistake?Here is...
  5. Using bcdedit and bcdboot to booit into Windows 10 MSIX packaging environment VHDX

    in Windows 10 Software and Apps
    Using bcdedit and bcdboot to booit into Windows 10 MSIX packaging environment VHDX: Can I use bcdedit and bcdboot to boot directly from a Windows 10 MSIX packaging environment VHDX disk? I've tried, but at OS selection when I select the Windows 10 MSIX packaging environment, the machine goes through an infinite loop of reboot. Am I making any mistake?Here is...
  6. Using bcdedit and bcdboot to booit into Windows 10 MSIX packaging environment VHDX

    in Windows 10 Drivers and Hardware
    Using bcdedit and bcdboot to booit into Windows 10 MSIX packaging environment VHDX: Can I use bcdedit and bcdboot to boot directly from a Windows 10 MSIX packaging environment VHDX disk? I've tried, but at OS selection when I select the Windows 10 MSIX packaging environment, the machine goes through an infinite loop of reboot. Am I making any mistake?Here is...
  7. Bcdboot syntax for Windows XP?

    in Windows 10 Installation and Upgrade
    Bcdboot syntax for Windows XP?: I am in the process of reconfiguring my desktop from a Windows 7 only machine to a Windows 10, 7 , XP multiboot system. I am aware of the option to use VMWare for the 7 and XP installs, but want to play with this option first. My question is - Does the bcdboot command copy...
  8. BCDedit and multiboot issues

    in Windows 10 Drivers and Hardware
    BCDedit and multiboot issues: Win10-1903 I am running this multiboot setup for several years. The machine has SSD #1 and SSD #2, which are Win10 and a clone of Win10. I ran EasyBCD to create boot entires. However when I boot, I have issues. I have to go into BIOS and adjust the boot option #1 to a...
  9. Windows 10 bootrec /fixboot access denied issue STILL

    in Windows 10 BSOD Crashes and Debugging
    Windows 10 bootrec /fixboot access denied issue STILL: So I read all the attemps to fix this issue and all have failed. How this started: Turned on my computer and it said it couldn’t find a bootable drive. Next: Ran the diagnostics which claimed the disk was not accessbible. Next: found all the info on what to do, so I...
  10. Removing bcdboot

    in Windows 10 Installation and Upgrade
    Removing bcdboot: Hello. I have 2 physical disks, one with my old Win 7 on it, and a new SSD with Win 10. The latter is (was?) bootable, as I did a clean Win 10 install on it. Later I added a boot menu, using "bcdboot d:\Windows" (where d: is my old Win 7 disk). Now, however, I want to...