Version 1 vs 2
Version 1 vs 2
Content Changes
Content Changes
In theory it [[ https://itsfoss.com/bootable-windows-usb-linux/ | should be as simple as ]] copying the contents of an ISO over onto a USB stick. In practice that seems to generally not work.
https://github.com/slacka/WoeUSB is an alternate method. In practice it probably requires:
```
lang=bash
sudo woeusb --target-filesystem NTFS --device /path/to/Image.iso /dev/yourUSB
```
That will [[ https://github.com/slacka/WoeUSB/wiki/Features#ntfs-filesystem-support | require Secure Boot being disabled to install in UEFI mode ]]. Haven't tried it yet myself, since as of this writing I've given up on the flakey USB ports at work and on the target machine and am instead burning a DVD (ewww).
In theory it [[ https://itsfoss.com/bootable-windows-usb-linux/ | should be as simple as ]] copying the contents of an ISO over onto a USB stick. In practice that seems to generally not work.
https://github.com/slacka/WoeUSB is an alternate method. In practice it probably requires:
```
lang=bash
sudo woeusb --target-filesystem NTFS --device /path/to/Image.iso /dev/yourUSB
```
You can also use [[ https://rufus.ie/ | Rufus ]], but as of this writing there is [[ https://github.com/pbatard/rufus/issues/1213 | a known bug ]] that will likely cause failure if using their NTFS UEFI driver, so you have to use Rufus 3.9 or earlier. WoeUSB uses Rufus' driver and the current version suffers from the same issue as a result.
Any use of things that use this driver (Rufus, WoeUSB) will [[ https://github.com/slacka/WoeUSB/wiki/Features#ntfs-filesystem-support | require Secure Boot being disabled to install in UEFI mode ]].
See T94 for a log of tribulations.
In theory it [[ https://itsfoss.com/bootable-windows-usb-linux/ | should be as simple as ]] copying the contents of an ISO over onto a USB stick. In practice that seems to generally not work.
https://github.com/slacka/WoeUSB is an alternate method. In practice it probably requires:
```
lang=bash
sudo woeusb --target-filesystem NTFS --device /path/to/Image.iso /dev/yourUSB
```
That will [[ https://github.com/slacka/WoeUSB/wiki/Features#ntfs-filesystem-support | require Secure Boot being disabled to install in UEFI mode ]]You can also use [[ https://rufus.ie/ | Rufus ]], but as of this writing there is [[ https://github.com/pbatard/rufus/issues/1213 | a known bug ]] that will likely cause failure if using their NTFS UEFI driver, so you have to use Rufus 3.9 or earlier. Haven't tried it yet myselfWoeUSB uses Rufus' driver and the current version suffers from the same issue as a result.
Any use of things that use this driver (Rufus, since as of this writing I've given up on the flakey USB ports at work and on the target machine and am instead burning a DVD (ewww)WoeUSB) will [[ https://github.com/slacka/WoeUSB/wiki/Features#ntfs-filesystem-support | require Secure Boot being disabled to install in UEFI mode ]].
See T94 for a log of tribulations.