Topic: [Solved] Win10PESE boot.wim cannot be booted with IPXE (wimboot error)  (Read 80 times)

hapx

  • Jr. Chef
  • **
  • Date Registered: Jul 2013
  • Posts: 48
Hello,

I had this problem since few years ago: the boot.wim produced by Win10PESE cannot be booted with IPXE (wimboot). Error messages:
Code: [Select]
wimboot Can't handle unknown compression scheme 0x00020082
Could not patch wim boot.wim
Could not boot...
Booting failed, dropping to shell

Happily, today I found the following threads at IPXE forum that gave the solution:
https://forum.ipxe.org/showthread.php?tid=7987
https://forum.ipxe.org/showthread.php?tid=10377

Solution: Redo the compression with (with administrator's right). I give below the complete command since it takes me few minutes to figure out the right syntax:
Code: [Select]
dism.exe /Export-Image /SourceImageFile:Win10PE_x64.wim /SourceName:Win10PE_x64 /DestinationImageFile:Win10PE_x64_new.wim /DestinationName:Win10PE_x64 /Compress:max

Other benefit is that the final .wim is smaller (compression:max option). You might want also to report the change inside the iso too.

Cheers!

Re: [Solved] Win10PESE boot.wim cannot be booted with IPXE (wimboot error)
« Reply #1 on: August 28, 2020, 10:53:31 AM »

APT

  • Grand Chef
  • *****
  • winpe enthusiast
  • Location: UK
  • Date Registered: Nov 2012
  • Posts: 1150
Hi hapx

thanks for sharing a solution

 

Powered by EzPortal