zvivered Posted November 25, 2011 Posted November 25, 2011 (edited) Hello,Using windows AIK 7 (SP1) installed under XP-SP3 (also tried it under Windows 7) I'm trying to create a WinPE-64 CD that runs from RAM. So I did the following steps according to the walkthrough:1. copype.cmd ia64 c:\winpe_64 (also tried amd64)2. copy e:\winpe_64\winpe.wim e:\winpe_64\ISO\sources\boot.wim3. oscdimg.exe -n -be:\winpe_64\efisys.bin e:\winpe_64\ISO e:\winpe_64\winpex64efi.isoThen I burned the CD and booted the PC.I got the following messages:Boot from CD/DVD 1. FD 1.44 MB Sysem Type -(13)Non-System disk or disk errorReplace and press any key when readyWhen I did the above steps to create WinPE-32, it worked OK.Can you help ?Thanks,Zvika Edited November 25, 2011 by zvivered
kyor Posted November 25, 2011 Posted November 25, 2011 (edited) use the following command to create a efi and legacy ISO image. it works for meoscdimg -m -o -u2 -udfver102 -bootdata:2#p0,e,bc:\pe3\etfsboot.com#pEF,e,bc:\pe3\efisys.bin c:\pe3\ISO c:\pe3\winpe3_64_efi_mbr.isoYou have to edit the path in the commandkyor Edited November 25, 2011 by kyor
arwidmark Posted November 26, 2011 Posted November 26, 2011 Even for x64 you need to use the etfsboot.com bootcode, you can still add secondary boot file iy you need to boot secondary EFI images/ Johan
zvivered Posted November 27, 2011 Author Posted November 27, 2011 Hello,Thank you for your help !Can you tell what is EFI image ?Best regards,Zvika.
arwidmark Posted November 27, 2011 Posted November 27, 2011 EFI (or UEFI for new hardware) is a just replacement for the older BIOS firmware. Most new hardware have experimental support for UEFI these days. EFI is used on Itanium based systems (which very few people arfe using)./ Johan
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now