Releases: ipxe/wimboot
Releases · ipxe/wimboot
v2.5.0 (2015-08-28)
Downloads
Binaries
- wimboot (for BIOS and 64-bit UEFI systems)
- wimboot.i386 (for BIOS and 32-bit UEFI systems)
Source code
Changes
-
Limit initrd to the low 2GB of memory to work around versions of Windows that assume the ability to use arbitrary fixed addresses above 0x80000000.
-
Prepare for UEFI Secure Boot signing.
v2.4.1 (2014-12-08)
Downloads
Binaries
- wimboot (for BIOS and 64-bit UEFI systems)
- wimboot.i386 (for BIOS and 32-bit UEFI systems)
Source code
Changes
- Ignore
initrdfile
command-line argument that may be appended by syslinux.
v2.4.0 (2014-11-07)
Downloads
Binaries
- wimboot (for BIOS and 64-bit UEFI systems)
- wimboot.i386 (for BIOS and 32-bit UEFI systems)
Source code
Changes
- Provide space for a protected-mode interrupt descriptor table, avoiding RSOD crashes on systems such as HP DL360p Gen8 that happen to occasionally generate IRQ 5 during boot.
v2.3.0 (2014-09-24)
Downloads
Binaries
- wimboot (for BIOS and 64-bit UEFI systems)
- wimboot.i386 (for BIOS and 32-bit UEFI systems)
Source code
Changes
- Fix building of 32-bit UEFI binary.
v2.2.5 (2014-09-23)
Downloads
Binaries
- wimboot (for BIOS and 64-bit UEFI systems)
- wimboot.i386 (for BIOS and 32-bit UEFI systems)
Source code
Changes
- Fix construction of FAT long filenames that are exactly 12 characters in length.
v2.2.4 (2014-09-09)
Downloads
Binaries
- wimboot (for BIOS and 64-bit UEFI systems)
- wimboot.i386 (for BIOS and 32-bit UEFI systems)
Source code
Changes
- Work around UEFI firmware that fails to populate the
DeviceHandle
inEFI_LOADED_IMAGE_PROTOCOL
.
v2.2.3 (2014-09-03)
Downloads
Binaries
- wimboot (for BIOS and 64-bit UEFI systems)
- wimboot.i386 (for BIOS and 32-bit UEFI systems)
Source code
Changes
- Display an optional prompt when using the
pause
command-line option.
v2.2.2 (2014-09-03)
Downloads
Binaries
- wimboot (for BIOS and 64-bit UEFI systems)
- wimboot.i386 (for BIOS and 32-bit UEFI systems)
Source code
Changes
-
Generate position-independent code for UEFI, to allow for relocation to arbitrary 64-bit addresses.
-
Fix assorted build toolchain issues.
v2.2.1 (2014-09-02)
Downloads
Binaries
- wimboot (for BIOS and 64-bit UEFI systems)
- wimboot.i386 (for BIOS and 32-bit UEFI systems)
Source code
Changes
-
Respect the selected boot index when extracting files from the
.wim
image. -
Add
pause
command-line option to allow for inspection of debug output before transferring control tobootmgr.exe
orbootmgfw.efi
.
v2.2.0 (2014-09-02)
Downloads
Binaries
- wimboot (for BIOS and 64-bit UEFI systems)
- wimboot.i386 (for BIOS and 32-bit UEFI systems)
Source code
Changes
-
Add the ability to extract individual files from the
.wim
image. -
Extract
bootmgr.exe
orbootmgfw.efi
automatically from the.wim
image.