From ae8d184116a049b219e0aee822a21cd16e53ed2c Mon Sep 17 00:00:00 2001 From: Laura Arjona Reina Date: Sun, 24 Jul 2016 18:17:21 +0000 Subject: Add methods for copying the iso file to USB and optical media CVS version numbers english/download/index.wml: 1.1.2.4 -> 1.1.2.5 --- english/download/index.wml | 64 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 52 insertions(+), 12 deletions(-) diff --git a/english/download/index.wml b/english/download/index.wml index 3beef599d81..60d4ab159bc 100644 --- a/english/download/index.wml +++ b/english/download/index.wml @@ -140,12 +140,34 @@ contains detailed installation instructions. ## a fancy image for USB stick -

How to write to USB

+

How to write to USB flash drive

-

(simple instructions, - link to pages with more - details)

- +

On a GNU/Linux machine, simply use the cp command, to copy an +image to a USB flash drive:

+ +

cp <file> <device>

+ +

where:

+ + +

Additionally to the method above for GNU/Linux systems, there is also + the win32diskimager + program available, which allows writing such bootable USB flash + drives under Windows. +

+ +

The frequent asked questions about Debian CDs +include more details on this, and additional methods for GNU/Linux and Mac OS X users. +

+ +
@@ -155,14 +177,32 @@ contains detailed installation instructions.

How to write to optical media

-

(simple instructions, - link to pages with more - details)

- -
- - +

+ +

On a GNU/Linux machine, use +xorriso +for all optical media types (also doable as non-root user): +
xorriso -as cdrecord -v dev=/dev/sr0 -eject debian-x.y.z-arch-MEDIUM-NN.iso +

+ +

You can also use the graphical programs Brasero, +K3B, and others. +

+

In Windows, you can use InfraRecorder to burn the iso file, +or look for options like ISO9660 file, Raw ISO image in your +preferred optical media writer program. +

+

In Mac OS X, after opening the Disk Utility application +(in the /Applications/Utilities folder), +select Burn... in the Image menu and choose the image file +to burn. +

+

The frequent asked questions about Debian CDs +include more details, and additional methods for GNU/Linux, Windows and Mac OS X users. +

+ + -- cgit v1.2.3