Hi,
I had a multiboot installation with Win 7 first installed on a raid array, then Vista 64 installed on another lone hard drive. So I dismatled the raid array and would like to know how to resore the bcd information. I've tried setting it as active with diskpart and bootrec/ fixmbr, though when I get to bootrec /fixboot it throws an error.
There is not C:/Boot/ folder however. I tried the nuclear options on the tutorial without luck. I even tried bootsect /nt60 all /force. I've tried all options including this:
mkdir c:\Boot\
xcopy c:\windows\boot\pcat\* C:\boot\ EXCLUDE:bootmgr /E /C /Q /G /H /R /Y
xcopy c:\windows\boot\fonts\* c:\boot\Fonts\ /E /C /Q /G /H /R /Y
copy c:\windows\boot\pcat\bootmgr C:\Bootmgr
bcdedit.exe /createstore c:\boot\BCD
bcdedit.exe /create {bootmgr} /d "Windows Boot Manager"
bcdedit.exe /set {bootmgr} device partition=C:
bcdedit.exe /timeout 5
bcdedit.exe /create /d "Windows Vista" /application osloader
# You should get a message saying {ID} was created successfully. Use {ID} in future commands.
bcdedit.exe /set {ID} osdevice partition=C:
bcdedit.exe /set {ID} device partition=C:
bcdedit.exe /set {ID} path \Windows\system32\winload.exe
bcdedit.exe /displayorder {ID}
bcdedit.exe /default {ID}
bcdedit.exe /set {ID} systemroot \Windows
But get an error at the xcopy (know its missing a backslash) where it says can't read bootmgr. Guessing maybe the file is locked. Anyone know the correct sequence of commands to make the drive bootable?
I already tried the recovery routine on the install vista cd but it doesn't see the volume. Also bootrec/scanos does see it however so its there just have to restore bootfiles....
Thanks.
I had a multiboot installation with Win 7 first installed on a raid array, then Vista 64 installed on another lone hard drive. So I dismatled the raid array and would like to know how to resore the bcd information. I've tried setting it as active with diskpart and bootrec/ fixmbr, though when I get to bootrec /fixboot it throws an error.
There is not C:/Boot/ folder however. I tried the nuclear options on the tutorial without luck. I even tried bootsect /nt60 all /force. I've tried all options including this:
mkdir c:\Boot\
xcopy c:\windows\boot\pcat\* C:\boot\ EXCLUDE:bootmgr /E /C /Q /G /H /R /Y
xcopy c:\windows\boot\fonts\* c:\boot\Fonts\ /E /C /Q /G /H /R /Y
copy c:\windows\boot\pcat\bootmgr C:\Bootmgr
bcdedit.exe /createstore c:\boot\BCD
bcdedit.exe /create {bootmgr} /d "Windows Boot Manager"
bcdedit.exe /set {bootmgr} device partition=C:
bcdedit.exe /timeout 5
bcdedit.exe /create /d "Windows Vista" /application osloader
# You should get a message saying {ID} was created successfully. Use {ID} in future commands.
bcdedit.exe /set {ID} osdevice partition=C:
bcdedit.exe /set {ID} device partition=C:
bcdedit.exe /set {ID} path \Windows\system32\winload.exe
bcdedit.exe /displayorder {ID}
bcdedit.exe /default {ID}
bcdedit.exe /set {ID} systemroot \Windows
But get an error at the xcopy (know its missing a backslash) where it says can't read bootmgr. Guessing maybe the file is locked. Anyone know the correct sequence of commands to make the drive bootable?
I already tried the recovery routine on the install vista cd but it doesn't see the volume. Also bootrec/scanos does see it however so its there just have to restore bootfiles....
Thanks.