Skip to content

windows2usb v0.2

Compare
Choose a tag to compare
@ValdikSS ValdikSS released this 15 Aug 22:24
· 22 commits to master since this release

Major software update which brings better compatibility and bug fixes.

  • MBR mode was reworked and now uses FAT32 and installs both BIOS and UEFI bootloaders. This mode is the most compatible and recommended. No more issues with large install.wim files and Secure Boot.
  • GPTUEFI mode was renamed to GPT+UEFINTFS (NTFS + FAT32 partition with uefi-ntfs bootloader)
  • GPT mode now uses FAT32 partition and is a pretty good choice when BIOS compatibility is not required (this mode still does not install BIOS bootloader as original Windows bootmgr does not support GPT partition table, although BIOS booting from GPT is technically possible and supported by third-party loaders like syslinux or GRUB).
  • New GPTNTFS mode which is GPT but with NTFS partition. Will work only on motherboards with NTFS driver included.
  • Wimsplit utility is used to split 4+ GiB install.wim file to fit FAT32 partition.
  • Added informational message if unmounting takes enormous amount of time (#3 (comment))

AppImages are portable and contain most needed dependencies. They are built on Debian 7 and should work on any modern Linux.

Download windows2usb-0.2-i686.AppImage if you have 32 bit OS or windows2usb-0.2-x86_64.AppImage for 64 bit OS, set execute bit (either with file manager or by running chmod +x windows2usb-*.AppImage) and run it from the terminal.

You can determine which OS you're on by executing uname -m.

Note to package maintainers: this version adds new wimsplit dependency from wimlib software.