06-25-2026, 02:27 PM
iPXE Manager v2.1
v2.1 Changelog
This update was primarily introduced to resolve mounting issues encountered with modified WinPE ISOs (such as Sergei Strelec). Since these ISOs use a non-standard volume layout, the previous Get-DiskImage-based approach was not always reliable.
• If the existing
Code:
mnt_temp• The ISO mounting method has been completely migrated from the Get-DiskImage / Add-PartitionAccessPath approach to a DiskPart-based method. Before and after mounting, volume lists obtained via
Code:
diskpart list volumeCode:
diskpart assign mount=• The mount wait time has been increased from 1000 ms to 2000 ms, providing additional time for the mounting process to complete on slower systems.
• The additional PowerShell sweep code in the
Code:
_unmount_all_isos()Code:
_unmount_iso()
