Difference between revisions of "Burning Images"

From Indie IT Wiki
 
Line 4: Line 4:
  
 
=== Etcher ===
 
=== Etcher ===
 +
 +
curl -1Lf '<nowiki>https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh</nowiki>' | sudo -E bash
  
 
[https://phoenixnap.com/kb/etcher-ubuntu#ftoc-heading-7 Installing Etcher on Ubuntu Using Apt]
 
[https://phoenixnap.com/kb/etcher-ubuntu#ftoc-heading-7 Installing Etcher on Ubuntu Using Apt]

Latest revision as of 15:55, 5 January 2022

GENERAL - LINUX

ISO USB

Etcher

curl -1Lf 'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' | sudo -E bash

Installing Etcher on Ubuntu Using Apt

https://github.com/balena-io/etcher/releases/

Etcher - Flash OS images to SD cards & USB drives, safely and easily.

mkUSB

sudo add-apt-repository ppa:mkusb/ppa
sudo aptitude update && sudo aptitude -y -v install mkusb

PDF manual available here.

WoeUSB

sudo -i
woeusb --target-filesystem ntfs --device Win10_2004_English_x64.iso /dev/sdX

WoeUSB - writes Windows 10 ISOs to USB

General - Windows

Rufus

APPLICATION SPECIFIC

OSMC Installer