A quick reminder on how to burn a an ISO using the terminal.
- Install ”wodim”
1$ sudo apt-get install wodim - Install “inxi”
1$ sudo apt-get install inxi - Identify Drive
1$ inxi -d
Read output
123Drives: HDD Total Size: 160.0GB (14.4% used) 1: id: /dev/sda model: size: 160.0GBOptical: /dev/sr0 model: N/A dev-links: cdromFeatures: speed: 48x multisession: yes audio: yes dvd: yes rw: cd-r,cd-rw,dvd-r,dvd-ram - Burn your ISO
1wodim -eject -tao speed=2 dev=/dev/sr0 -v -data Ubuntu.14.04.iso
Post a Comment