I'm only having a single Windows Vista installed.
I don't have any c:\boot\ or d:\boot\ folder. All boot data is missing. (However I happen to have a bcdbakup done with bcdedit /export, dont know if it's usefull due to don't have any advanced setup involving dual-boot etc.)
How do I recreate the boot loader?
I tried the following steps from the 'recovering vista bootloader' acticle here on neosmart. (Recovering the Vista Bootloader from the DVD - NeoSmart Technologies Wiki)
"del C:\boot\bcd
bcdedit /createstore c:\boot\bcd.temp
bcdedit.exe /store c:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager"
bcdedit.exe /import c:\boot\bcd.temp
bcdedit.exe /set {bootmgr} device partition=C:
bcdedit.exe /timeout 10
del c:\boot\bcd.temp"
Vista gets mounted to D: in the recovery console so I'd preform:
bcdedit /createstore D:\boot\bcd.temp
bcdedit.exe /store D:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager"
bcdedit.exe /import D:\boot\bcd.temp <-- getting error here.
"The store import operation has failed.
The requested system device cannot be found."
Found this post to the similiar problem: BCD Error Single OS Vista Ultimate (BCD Error Single OS Vista Ultimate - The NeoSmart Forums)
But my problem can not have todo with the registry. Cause the only thing I've done was to format and remove another hdd that was in my computer... which appearently had the boot loader.
Suggestions?
I don't have any c:\boot\ or d:\boot\ folder. All boot data is missing. (However I happen to have a bcdbakup done with bcdedit /export, dont know if it's usefull due to don't have any advanced setup involving dual-boot etc.)
How do I recreate the boot loader?
I tried the following steps from the 'recovering vista bootloader' acticle here on neosmart. (Recovering the Vista Bootloader from the DVD - NeoSmart Technologies Wiki)
"del C:\boot\bcd
bcdedit /createstore c:\boot\bcd.temp
bcdedit.exe /store c:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager"
bcdedit.exe /import c:\boot\bcd.temp
bcdedit.exe /set {bootmgr} device partition=C:
bcdedit.exe /timeout 10
del c:\boot\bcd.temp"
Vista gets mounted to D: in the recovery console so I'd preform:
bcdedit /createstore D:\boot\bcd.temp
bcdedit.exe /store D:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager"
bcdedit.exe /import D:\boot\bcd.temp <-- getting error here.
"The store import operation has failed.
The requested system device cannot be found."
Found this post to the similiar problem: BCD Error Single OS Vista Ultimate (BCD Error Single OS Vista Ultimate - The NeoSmart Forums)
But my problem can not have todo with the registry. Cause the only thing I've done was to format and remove another hdd that was in my computer... which appearently had the boot loader.
Suggestions?