Netshroud Posted August 26, 2009 Share Posted August 26, 2009 To add Windows PE to your USB Multipass, you first need the Windows Automated Installation Kit (WAIK) or the OEM Preinstallation Kit (OPK), and you need to create a Windows PE Image up until Step 4. Then simply copy the files from your Windows PE "ISO" folder to the root of your USB, namely "boot","EFI" and "Sources". You can move "bootmgr" wherever you want, I moved it into the /boot folder. Make sure your WIM image is in /Sources. Note: As far as I am aware, renaming the /boot folder for Windows PE will not work. Then simply chainload bootmgr. Grub Legacy and Grub4DOS: title Windows PE 3.0 chainloader /boot/bootmgr Grub2: menuentry "Windows PE 3.0" { chainloader /boot/bootmgr } Note: You may get a "command not found" error for "chainloader". This is because Grub2 is modular. Use the "insmod chain" command to load the chainloader module. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.