The bcdedit export operation fails. windows vista not booting.

Posted by ocurro on Super User See other posts from Super User or by ocurro
Published on 2010-03-27T07:33:22Z Indexed on 2010/03/27 7:43 UTC
Read the original article Hit count: 356

Filed under:
|

I'm fixing my boot record with bootrec.exe, the first command goes:
C:\>bcdedit /export c:\BCD_Backup
Immediately I receive this error here:

The store export operation has failed.
The requested system device cannot be found.

Likewise, the next command fails, because bcd file is missing:
C:\>attrib bcd -s -h -r

Lastly, when trying the next command, all it returns is "The requested system device cannot be found". C:\>bootrec /RebuildBcd

I'm using Windows 7 setup image to operate. Have Vista installed atm. Has it happened to you? I'd appreciate some orientation.

© Super User or respective owner

Related posts about bootmgr

  • Multiple nt52 entries in bootmgr

    as seen on Super User - Search for 'Super User'
    I have a machine with Windows XP, Server 2003 R2, and Server 2008 R2. Right now, bootmgr has one entry for Server 2008 R2 and one entry for ntldr, which then leads to the ntldr boot.ini menu. Is it possible to add two different nt52 entries on two partitions so that I can access all three OSes from… >>> More

  • bootmgr is missing

    as seen on Super User - Search for 'Super User'
    I have a Toshiba and it is windows 7 and as soon as i turn my computer on it says bootmgr is missing. the only thing i can get into is the setup menu. does anyone know what might be wrong because my step brother thinks that it might be that everything was erased off my hard drive. the last thing he… >>> More

  • Getting BootMgr not found errors repeatedly on Win7 x64

    as seen on Server Fault - Search for 'Server Fault'
    So here is the basic configuration of the box: Primary RAID 1 (Mirror, Bootable): 2x 300GB WD SATA drives AMD Phenom Quad Core x64 @2.2 ASUS M3N78 Pro Board 4GB RAM Win 7 Ultimate Additionally, this box is a Host OS for several CentOS Boxes via VirtualBox. The box runs like a champ but, for whatever… >>> More

  • Multiple nt52 entries in bootmgr

    as seen on Super User - Search for 'Super User'
    I have a machine with Windows XP, Server 2003 R2, and Server 2008 R2. Right now, bootmgr has one entry for Server 2008 R2 and one entry for ntldr, which then leads to the ntldr boot.ini menu. Is it possible to add two different nt52 entries on two partitions so that I can access all three OSes from… >>> More

  • Missing BootMgr in Vista

    as seen on Super User - Search for 'Super User'
    Am in really deep trouble here and would use every advice available from everyone out there.. Am message just pooped on my screen and i had to restart my laptop. upon restarting the BootMgr got corrupted. Am running Windows Vista 32 bit by the way.. i got onto Google with a friend's PC and found… >>> More

Related posts about windows-vista