summaryrefslogtreecommitdiff
path: root/en/hardware/installation-media.xml
blob: 00eba6c8a8a855a7c5ada9bd0c0c2a2d6673e4bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!-- retain these comments for translator revision tracking -->
<!-- $Id$ -->

 <sect1 id="installation-media">
 <title>Installation Media</title>

<para>

This section will help you determine which different media types you can use to
install &debian;. There is a whole chapter devoted to media,
<xref linkend="install-methods"/>, which lists the advantages and
disadvantages of each media type. You may want to refer back to this page once
you reach that section.

</para>

  <sect2 arch="not-s390"><title>CD-ROM/DVD-ROM/BD-ROM</title>

<para>

Installation from optical disc is supported for most architectures.

</para><para arch="x86">

On PCs SATA, IDE/ATAPI, USB and SCSI optical drives are supported, as are
FireWire devices that are supported by the ohci1394 and sbp2 drivers.

</para>

<!-- This is not true on today's hardware
<para arch="arm">

IDE/ATAPI CD-ROMs are supported on all ARM machines.

</para>
-->

  </sect2>

  <sect2 condition="bootable-usb"><title>USB Memory Stick</title>

<para>

USB flash disks a.k.a. USB memory sticks have become a commonly used
and cheap storage device. Most modern computer systems also allow
booting the &d-i; from such a stick. Many modern computer systems, in
particular netbooks and thin laptops, do not have an optical drive
anymore at all and booting from USB media is the standard way of
installing a new operating system on them.

</para>
  </sect2>

  <sect2><title>Network</title>

<para>

The network can be used during the installation to retrieve files needed
for the installation. Whether the network is used or not depends on the
installation method you choose and your answers to certain questions that
will be asked during the installation. The installation system supports
most types of network connections (including PPPoE, but not ISDN or PPP),
via either HTTP or FTP. After the installation is completed, you can also
configure your system to use ISDN and PPP.

</para><para condition="supports-tftp">

You can also <emphasis>boot</emphasis> the installation system over the
network without needing any local media like CDs/DVDs or USB sticks.  If
you already have a netboot-infrastructure available (i.e.  you are already
running DHCP and TFTP services in your network), this allows an easy and fast
deployment of a large number of machines.  Setting up the necessary
infrastructure requires a certain level of technical experience, so this is
not recommended for novice users.

<phrase arch="mipsel;mips64el">This is the preferred installation technique
for &arch-title;.</phrase>

</para><para condition="supports-nfsroot">

Diskless installation, using network booting from a local area network
and NFS-mounting of all local filesystems, is another option.

</para>
  </sect2>


  <sect2><title>Hard Disk</title>

<para>

Booting the installation system directly from a hard disk is another option
for many architectures. This will require some other operating system
to load the installer onto the hard disk. This method is only recommended
for special cases when no other installation method is available.

</para>

  </sect2>


  <sect2><title>Un*x or GNU system</title>

<para>

If you are running another Unix-like system, you could use it to install
&debian-gnu; without using the &d-i; described in the rest of this
manual. This kind of install may be useful for users with otherwise
unsupported hardware or on hosts which can't afford downtime.  If you
are interested in this technique, skip to the <xref
linkend="linux-upgrade"/>. This installation method is only recommended
for advanced users when no other installation method is available.

</para>
  </sect2>

  <sect2><title>Supported Storage Systems</title>

<para>

The &debian; installer contains a kernel which is built to maximize the
number of systems it runs on.
</para><para arch="x86">
Generally, the &debian; installation system includes support for IDE (also
known as PATA) drives, SATA and SCSI controllers and drives, USB, and
FireWire.  The supported file systems include FAT, Win-32 FAT extensions
(VFAT) and NTFS.


<!--
</para><para arch="i386">

Disk interfaces that emulate the <quote>AT</quote> hard disk interface
&mdash; often called MFM, RLL, IDE, or PATA &mdash; are supported.  SATA and
SCSI disk controllers from many different manufacturers are supported. See the
<ulink url="&url-hardware-howto;">Linux Hardware Compatibility HOWTO</ulink>
for more details.
-->

</para><para>

IDE systems are also supported.

<!-- </para><para arch="powerpc">

Any storage system supported by the Linux kernel is also supported by
the boot system.  Note that the current Linux kernel does not support
floppies on CHRP systems at all. -->

</para><para arch="mipsel;mips64el">

Any storage system supported by the Linux kernel is also supported by
the boot system.

</para><para arch="s390">

Any storage system supported by the Linux kernel is also supported by
the boot system.  This means that FBA and ECKD DASDs are supported with
the old Linux disk layout (ldl) and the new common S/390 disk layout (cdl).

</para>

  </sect2>

 </sect1>