~qbalazs/installation-guide/lp1030336

« back to all changes in this revision

Viewing changes to da/install-methods/official-cdrom.xml

  • Committer: joeyh
  • Date: 2005-10-07 19:51:38 UTC
  • Revision ID: vcs-imports@canonical.com-20051007195138-c3d57b2617a79a4f
move manual to top-level directory, split out of debian-installer package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- retain these comments for translator revision tracking -->
 
2
<!-- original version: 22664 untranslated -->
 
3
 
 
4
 <sect1 id="official-cdrom">
 
5
 <title>Official &debian; CD-ROM Sets</title>
 
6
<para>
 
7
 
 
8
By far the easiest way to install &debian; is from an Official
 
9
Debian CD-ROM Set. You can buy a set from a vendor (see the
 
10
<ulink url="&url-debian-cd-vendors;">CD vendors page</ulink>). 
 
11
You may also download the CD-ROM images from a Debian mirror and make
 
12
your own set, if you have a fast network connection and a CD burner
 
13
(see the <ulink url="&url-debian-cd;">Debian CD page</ulink> for 
 
14
detailed instructions). If you have a Debian CD set and CDs are
 
15
bootable on your machine, you can skip right to 
 
16
<xref linkend="boot-installer"/>; much effort has been expended to ensure
 
17
the files most people need are there on the CD. Although a full set of
 
18
binary packages requires several CDs, it is unlikely you will need
 
19
packages on the third CD and above. You may also consider using the
 
20
DVD version, which saves a lot of space on your shelf and you avoid
 
21
the CD shuffling marathon.
 
22
 
 
23
</para><para>
 
24
 
 
25
If your machine doesn't support CD booting, but you do have a CD set,
 
26
you can use an alternative strategy such as 
 
27
 
 
28
<phrase condition="supports-floppy-boot">floppy disk,</phrase>
 
29
 
 
30
<phrase arch="s390">tape, emulated tape,</phrase>
 
31
 
 
32
<phrase condition="bootable-disk">hard disk,</phrase>
 
33
 
 
34
<phrase condition="bootable-usb">usb stick,</phrase>
 
35
 
 
36
<phrase condition="supports-tftp">net boot,</phrase>
 
37
 
 
38
or manually loading the kernel from the CD to initially boot the
 
39
system installer. The files you need for booting by another means are
 
40
also on the CD; the Debian network archive and CD folder organization
 
41
are identical. So when archive file paths are given below for
 
42
particular files you need for booting, look for those files in the
 
43
same directories and subdirectories on your CD.
 
44
 
 
45
</para><para>
 
46
 
 
47
Once the installer is booted, it will be able to obtain all the other
 
48
files it needs from the CD.
 
49
 
 
50
</para><para>
 
51
 
 
52
If you don't have a CD set, then you will need to download the
 
53
installer system files and place them on the 
 
54
 
 
55
<phrase arch="s390">installation tape</phrase>
 
56
 
 
57
<phrase condition="supports-floppy-boot">floppy disk or</phrase>
 
58
 
 
59
<phrase condition="bootable-disk">hard disk or</phrase>
 
60
 
 
61
<phrase condition="bootable-usb">usb stick or</phrase>
 
62
 
 
63
<phrase condition="supports-tftp">a connected computer</phrase>
 
64
 
 
65
so they can be used to boot the installer.
 
66
 
 
67
</para>
 
68
 
 
69
 </sect1>