Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Comparison of Iventoy and IPXE Manager.
#7
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
folder is present before mounting, it is deleted and recreated to prevent issues caused by stale or corrupted mount points.
• 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 volume
are compared to identify the newly mounted UDF/DVD-ROM volume without a drive letter, which is then attached to the folder using the
Code:
diskpart assign mount=
command.
• 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()
function has been removed. Since
Code:
_unmount_iso()
already unmounts each ISO individually and correctly, the extra cleanup step had become unnecessary.
Reply


Messages In This Thread
RE: Comparison of Iventoy and IPXE Manager. - by crasadure - 06-25-2026, 02:27 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)