How to make USB Device Bootable on Linux (using dd command)
What you need :
An ISO image of the operating system we want to boot
A USB Drive (minimum 8GB)
NOTE : I am using Ubuntu for this tutorial.
Step 1 : Recognize your USB device
Type the following command in the terminal to list all disks.
lsblk
s...
general-cs-info.hashnode.dev2 min read