Page MenuHomePureOS Tracker

Burn images using dd
Updated 2,437 Days AgoPublic

Version 3 of 4: You are viewing an older version of this document, as it appeared on Aug 15 2017, 13:34.

Main PageGeneral RecommendationsBurn images using dd

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


Follow instructions to download and verify the PureOS ISO image.

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.

NOTE: You can also do this using GUI apps like Etcher or GNOME Disks.
Last Author
mladen
Last Edited
Aug 15 2017, 13:34

Event Timeline

mladen edited the content of this document. (Show Details)Jul 27 2017, 02:57
mladen edited the content of this document. (Show Details)Aug 15 2017, 13:34
mladen changed the edit policy from "All Users" to "Restricted Project (Project)".May 10 2018, 07:49
jeremiah.foster edited the content of this document. (Show Details)Sep 20 2019, 14:50
puremac added a subscriber: puremac.Jun 1 2021, 03:38