Difference between revisions of "Burning Images"

From Indie IT Wiki
imported>Plittlefield
 
Line 4: Line 4:
  
 
=== Etcher ===
 
=== Etcher ===
 +
 +
[https://phoenixnap.com/kb/etcher-ubuntu#ftoc-heading-7 Installing Etcher on Ubuntu Using Apt]
  
 
https://github.com/balena-io/etcher/releases/
 
https://github.com/balena-io/etcher/releases/

Revision as of 11:26, 4 January 2022

GENERAL - LINUX

ISO USB

Etcher

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