• 0.2.4 68de91778e

    ValdikSS released this 2022-12-08 23:29:28 +03:00 | 0 commits to master since this release

    Bug fixes:

    • Extract Windows 7 EFI bootloader from both regular and multi-volume WIM file

    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.4-i686.AppImage if you have 32 bit OS or windows2usb-0.2.4-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.

    Downloads
  • 0.2.3 8dd14fc452

    ValdikSS released this 2022-12-08 22:38:17 +03:00 | 2 commits to master since this release

    Bug fixes:

    • Fix extraction of Windows 7 EFI bootloader from WIM/ESD file

    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.3-i686.AppImage if you have 32 bit OS or windows2usb-0.2.3-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.

    Downloads
  • 0.2.2 964443265f

    ValdikSS released this 2022-12-07 01:57:02 +03:00 | 4 commits to master since this release

    Bug fixes:

    • Filter prohibited characters of ISO label for FAT32 partition label
    • Update uefi-ntfs in appimage with Secure Boot support

    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.2-i686.AppImage if you have 32 bit OS or windows2usb-0.2.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.

    Downloads
  • 0.2.1 9f855faabd

    ValdikSS released this 2022-01-09 18:11:44 +03:00 | 9 commits to master since this release

    Bug fixes:

    • Proper handling of /dev/loop devices (courtesy of @recolic)
    • Use UTF-8 locale in LANG and FAT mountpoint for customized ISO files with non-ascii file names
    • Properly extract bootmgfw.efi from customized Windows 7 ISOs with install.esd instead of install.wim
    • Add some timeouts for partition layout and new file system to settle
    • Unless selected explicitly, default mode is 'mbr' now

    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.1-i686.AppImage if you have 32 bit OS or windows2usb-0.2.1-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.

    Downloads
  • 0.2 5d803853aa

    ValdikSS released this 2021-08-16 01:15:12 +03:00 | 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 (https://github.com/ValdikSS/windows2usb/issues/3#issuecomment-771534058)

    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.

    Downloads
  • 0.1.6 4dbe548678

    ValdikSS released this 2020-08-15 10:59:06 +03:00 | 29 commits to master since this release

    • Perfer ntfs-3g for NTFS mounting. Should fix read-only mouting bug on NixOS.
    • Wait 3 seconds after formatting the drive. Should fix FS sync delay on some distros.

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

    Download windows2usb-0.1.6-i686.AppImage if you have 32 bit OS or windows2usb-0.1.6-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.

    Downloads
  • 0.1.5 6bc0ae55c2

    ValdikSS released this 2018-06-06 19:41:32 +03:00 | 32 commits to master since this release

    • Use msftdata for GPT partition

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

    Download windows2usb-0.1.5-i686.AppImage if you have 32 bit OS or windows2usb-0.1.5-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.

    Downloads
  • 0.1.4 86bfabe76f

    ValdikSS released this 2018-05-27 12:37:16 +03:00 | 35 commits to master since this release

    • Create partition label from ISO label
    • Check that ISO file and device exist
    • [AppImage] use autofsync to prevent bufferbloat

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

    Download windows2usb-0.1.4-i686.AppImage if you have 32 bit OS or windows2usb-0.1.4-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.

    Downloads
  • 0.1.3 208609e09c

    ValdikSS released this 2018-05-07 19:23:56 +03:00 | 37 commits to master since this release

    • Fix detection of install.wim > 4GiB, fixes #2

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

    Download windows2usb-0.1.3-i686.AppImage if you have 32 bit OS or windows2usb-0.1.3-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.

    Downloads
  • 0.1.2 618f507a0a

    ValdikSS released this 2018-05-05 02:33:06 +03:00 | 38 commits to master since this release

    • Handle relative paths before running pkexec, fixes #1

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

    Download windows2usb-0.1.2-i686.AppImage if you have 32 bit OS or windows2usb-0.1.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.

    Downloads