Version 3 vs 4
Version 3 vs 4
Edits
Edits
- Edit by jeremiah.foster, Version 4
- Sep 20 2019 14:50
- Edit by mladen, Version 3
- Aug 15 2017 13:34
« Previous Change | Next Change » |
Edit Older Version 3... | Edit Older Version 4... |
Content Changes
Content Changes
{nav icon=home, name=Main Page >
icon=thumbs-o-up, name=General Recommendations >
icon=terminal, name=Burn images using dd}
Burn images to SD card/USB drive using `dd` terminal command
---
Follow [[Recommendations/download-pureos | 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 {icon terminal}`sudo fdisk -l` to check drive designations.
* Run: {icon terminal}`sudo dd bs=4M if=/path/to/PureOS-2.1.iso of=/dev/sdX status=progress && sync`, replacing //sd**X**// with your USB drive designation, for example: //sd**c**// (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 [[recommendations/burn-using-etcher|Etcher]] or [[recommendations/burn-using-gdisks|GNOME Disks]].
{nav icon=home, name=Main Page >
icon=thumbs-o-up, name=General Recommendations >
icon=terminal, name=Burn images using dd}
Burn images to SD card/USB drive using `dd` terminal command
---
Follow [[Recommendations/download-pureos | 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 {icon terminal}`sudo fdisk -l` to check drive designations.
* Run: {icon terminal}`sudo dd bs=4M if=/path/to/PureOS-2.1.iso of=/dev/sdX status=progress && sync`, replacing //sd**X**// with your USB drive designation, for example: //sd**c**// (be very careful here!).
* The //sync// part is important, do not omit it!
After `dd` command finishes, your drive is ready.
NOTE: You can also do this using GUI apps like [[recommendations/burn-using-etcher|Etcher]] or [[recommendations/burn-using-gdisks|GNOME Disks]].
{nav icon=home, name=Main Page >
icon=thumbs-o-up, name=General Recommendations >
icon=terminal, name=Burn images using dd}
Burn images to SD card/USB drive using `dd` terminal command
---
Follow [[Recommendations/download-pureos | 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 {icon terminal}`sudo fdisk -l` to check drive designations.
* Run: {icon terminal}`sudo dd bs=4M if=/path/to/PureOS-2.1.iso of=/dev/sdX status=progress && sync`, replacing //sd**X**// with your USB drive designation, for example: //sd**c**// (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 [[recommendations/burn-using-etcher|Etcher]] or [[recommendations/burn-using-gdisks|GNOME Disks]].