Quantcast
Channel: Nico's blog
Viewing all articles
Browse latest Browse all 21

Manually create a bootable linux usb drive

$
0
0

This is present on a lot of website but I keep forgetting about it. I am therefore just placing it for future reference:

sudo dd if=[path to iso] of=[path to usb drive] oflag=direct count=10MB status=progress

For info, to get the path of the usb drive, type:

fdisk -l

Viewing all articles
Browse latest Browse all 21

Trending Articles