Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 375 Bytes

File metadata and controls

27 lines (18 loc) · 375 Bytes

OS Flashing

Find the USB device first:

lsblk

Use the whole disk, not a partition: /dev/sdX, not /dev/sdX1.

Linux

Write the ISO with dd:

sudo dd if=/path/to/linux.iso of=/dev/sdX bs=4M status=progress conv=fsync
sync

Windows

Use woeusb:

sudo apt install -y woeusb
sudo woeusb --device /path/to/windows.iso /dev/sdX