Copy .iso file to usb to boot

From AcrodusWiki
Revision as of 20:14, 1 October 2024 by Alex (talk | contribs) (Created page with "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/sdbx status=progress oflag=sync")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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/sdbx status=progress oflag=sync