Page MenuHomePureOS Tracker

Burn images using dd
Updated 2,709 Days AgoPublic

Version 5 of 7: You are viewing an older version of this document, as it appeared on Nov 26 2016, 12:09.

Main PagePureOSTips & TricksBurn images using dd

Burn images to SD card/USB drive using dd terminal command


IMPORTANT: Choosing incorrect drive designation could wipe your wipe your valuable data, like /home or root partition!
WARNING: This action will wipe all data on your SD Card/USB drive!
  • Insert USB drive but do not mount it: it must be unmounted. Open your favorite terminal emulator and run sudo fdisk -l to check drive designations.
  • Run: sudo dd bs=4M if=/path/to/PureOS-2.1.iso of=/dev/sdX status=progress && sync, replacing sdX with your USB drive designation, for example: sdc (be very careful here!).
  • The sync part is important, do not ommit it!

After dd command finishes, your drive is ready.

Last Author
mladen
Last Edited
Nov 26 2016, 12:09

Event Timeline

mladen moved this document from Restricted Phriction Wiki Document.Nov 20 2016, 07:57
mladen changed the title from Burn images to SD card/USB drive using 'dd' terminal command to Burn images using dd {icon terminal}.Nov 20 2016, 08:02
mladen changed the title from Burn images using dd {icon terminal} to Burn images using dd.
mladen edited the content of this document. (Show Details)
mladen edited the content of this document. (Show Details)
mladen edited the content of this document. (Show Details)
mladen changed the visibility from "All Users" to "Public (No Login Required)".Nov 21 2016, 01:43
mladen changed the edit policy from "Administrators" to "All Users".
mladen edited the content of this document. (Show Details)Nov 26 2016, 12:09
mladen edited the content of this document. (Show Details)Nov 26 2016, 12:11