balubeto Posted October 19, 2015 Report post Posted October 19, 2015 Hi I'm trying to create an ISO of Windows 10 with the boot.esd and install.esd file from a decrypted esd file using only Windows ADK 10. How do I create the boot.esd file and modify appropriately the two BCD (BIOS and UEFI)? Thanks Bye Quote Share this post Link to post Share on other sites More sharing options...
0 balubeto Posted October 20, 2015 Report post Posted October 20, 2015 I upgraded Windows 10 Enterprise build 10240 64 bit to build 10565 through Windows Update (Fast ring), I installed Windows ADK 10 and I created the procedure 1) md "<Windows_Files_Path>" 2) md "<iso_Path>" 3) md "<esd_File_Path>" 4) move "<Primary_partition_letter>:\$Windows.~BT\sources\install.esd" "<esd_File_Path>\" 5) dism /Get-WimInfo /WimFile:"<esd_File_Path>\install.esd" 6) dism /Apply-Image /ImageFile:"<esd_File_Path>\install.esd" /Index:1 /ApplyDir:"<Windows_Files_Path>" 7) dism /Export-Image /SourceImageFile :"<esd_File_Path>\install.esd" /SourceIndex :2 /DestinationImageFile :"<Windows_Files_Path>\sources\boot.esd" /Compress:Recovery 8) dism /Export-image /SourceImageFile:"<esd_File_Path>\install.esd" /SourceIndex:3 /DestinationImageFile:"<Windows_Files_Path>\sources\boot.esd" /Compress:Recovery /Bootable 9) dism /Export-image /SourceImageFile:"<esd_File_Path>\install.esd" /SourceIndex:<Index_Number> /DestinationImageFile:"<Windows_Files_Path>\sources\install.esd" /Compress:Recovery 10) BCDedit /store "<Windows_Files_Path>\boot\bcd" /set {default} osdevice ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f} 11) BCDedit /store "<Windows_Files_Path>\boot\bcd" /set {default} device ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f} 12) del /AH "<Windows_Files_Path>\boot\bcd.LOG*" 13) BCDedit /store "<Windows_Files_Path>\efi\microsoft\boot\bcd" /set {default} osdevice ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f} 14) BCDedit /store "<Windows_Files_Path>\efi\microsoft\boot\bcd" /set {default} device ramdisk=[boot]\sources\boot.esd,{7619dcc8-fafe-11d9-b411-000476eba25f} 15) del /AH "<Windows_Files_Path>\efi\microsoft\boot\bcd\bcd.LOG*" 16) oscdimg -o -u2 -udfver102 -l"<Label_Name>" -tmm/dd/yyyy,hh:mm:ss -bootdata:2#p0,e,b"<Windows_Files_Path>\boot\etfsboot.com"#pEF,e,b"<Windows_Files_Path>\efi\microsoft\boot\efisys.bin" "<Windows_Files_Path>" "<iso_Path>\<iso_Name>.iso" 17) isoburn /Q <Drive_Letter>: "<iso_Path>\<iso_Name>.iso" When, however, I will boot it on a computer that has UEFI, I get this error: The curious thing is that, even if I will boot it on a computer that has the BIOS, I get the same error. Why? but I can not understand where I'm wrong. You have some idea how to fix it? Thanks Bye Quote Share this post Link to post Share on other sites More sharing options...
Hi
I'm trying to create an ISO of Windows 10 with the boot.esd and install.esd file from a decrypted esd file using only Windows ADK 10.
How do I create the boot.esd file and modify appropriately the two BCD (BIOS and UEFI)?
Thanks
Bye
Share this post
Link to post
Share on other sites