Jump to content


  • 0
balubeto

[Win10] Create the boot.esd file and modify two BCD files

Question

1 answer to this question

Recommended Posts

  • 0

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:

 

2ywc0fp.jpg

 

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

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.