Bootable USB drive
Create a bootable USB key that can be used to run or install linux on a machine.
- Format as fat32 and set boot flag. I use gparted.
- unmount drive [sudo umount /dev/sda]
- [sudo dd if=ubuntu.iso of=/dev/sda bs=4M status=progress oflag=sync]
- https://wiki.archlinux.org/index.php/USB_flash_installation_media
Topics