Copy .iso file to usb to boot

From AcrodusWiki
Revision as of 20:33, 1 October 2024 by Alex (talk | contribs)

This can easily be done with a one line command in the linux terminal as seen below:

dd bs=4M if=/path/to/file.iso of=/dev/sdx status=progress oflag=sync