Trying to make a working ISO containing both the 32-bit and 64-bit W7 recovery discs, part of a bigger project I'm working on.
Extracted the contents of both discs into a single folder and renamed boot.wim to boot32.wim before copying over the 64 bit version into the sources folder renaming it boot64.wim.
Used EasyBCD to edit the BCD, added two new WIM entries:
Remastered the iso. Testing it in VBox on a W7 VM. Bootmgrs coming up just fine but when I select either entry I'm getting the screen in the attachment. Am I doing anything wrong?
Extracted the contents of both discs into a single folder and renamed boot.wim to boot32.wim before copying over the 64 bit version into the sources folder renaming it boot64.wim.
Used EasyBCD to edit the BCD, added two new WIM entries:
Code:
Windows Boot Manager
--------------------
identifier {9dea862c-5cdd-4e70-acc1-f32b344d4795}
description Windows Boot Manager
locale en-US
inherit {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}
default {bc1b0f13-6d51-11df-9f51-001e4cadcfde}
displayorder {bc1b0f13-6d51-11df-9f51-001e4cadcfde}
{f2778d25-6d51-11df-9f51-001e4cadcfde}
toolsdisplayorder {b2721d73-1db4-4c62-bf78-c548a880142d}
timeout 10
displaybootmenu Yes
Windows Boot Loader
-------------------
identifier {bc1b0f13-6d51-11df-9f51-001e4cadcfde}
device ramdisk=[boot]\WIN7RecoveryWIMs\sources\boot32.wim,{bbd38887-6d51-11df-9f51-001e4cadcfde}
path \Windows\System32\Boot\winload.exe
description Windows 7 32-bit Recovery
locale en-US
osdevice ramdisk=[boot]\WIN7RecoveryWIMs\sources\boot32.wim,{bbd38887-6d51-11df-9f51-001e4cadcfde}
systemroot \Windows
detecthal Yes
winpe Yes
Windows Boot Loader
-------------------
identifier {f2778d25-6d51-11df-9f51-001e4cadcfde}
device ramdisk=[boot]\WIN7RecoveryWIMs\sources\boot64.wim,{f21f5623-6d51-11df-9f51-001e4cadcfde}
path \Windows\System32\Boot\winload.exe
description Windows 7 64-bit Recovery
locale en-US
osdevice ramdisk=[boot]\WIN7RecoveryWIMs\sources\boot64.wim,{f21f5623-6d51-11df-9f51-001e4cadcfde}
systemroot \Windows
detecthal Yes
winpe Yes