Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to get a USB flash drive to serve as a multi-os installer. I have hit a snag when it comes to having both Windows 7 & Windows 8 on the same flash drive.

root (hd0,0)
chainloader (hd0,0)/bootmgr

These commands spin up the bootmgr for both 7 & 8 without a problem, but with:

root (hd0,0)
chainloader (hd0,0)/WIN_8_AIO/bootmgr

It throws the following error:

File: \Boot\BCD
Status: 0xc000000f
Info: An error occurred while attempting to read the boot configuration data.

Not surprising since that path doesn't exist when the install files are up one directory further. I was hoping someone might know a way to "trick" the bootmgr into thinking WIN_8_AIO is the root? Thanks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.