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.