A.2. Asentimen käynnistys

For some quick links to installation images, check out the debian-installer home page. The debian-cd team provides builds of installation images using debian-installer on the Debian CD/DVD page. For more information on where to get installation images, see Kohta 4.1, ”Official Debian GNU/Linux installation images”.

Some installation methods require other images than those for optical media. The debian-installer home page has links to other images. Kohta 4.2.1, ”Where to Find Installation Files” explains how to find images on Debian mirrors.

Seuraavat aliluvut kertovat yksityiskohtaisemmin mitä otosta olisi missäkin asennustavassa käytettävä.

A.2.1. Optical disc

The netinst CD image is a popular image which can be used to install trixie with the debian-installer. This installation method is intended to boot from the image and install additional packages over a network; hence the name netinst. The image has the software components needed to run the installer and the base packages to provide a minimal trixie system. If you'd rather, you can get a DVD image which will not need the network to install. You only need the first image of such set.

Download whichever type you prefer and burn it to an optical disc. To boot the disc, you may need to change your BIOS/UEFI configuration, as explained in Kohta 3.6.1, ”Invoking the BIOS/UEFI Set-Up Menu”.

A.2.2. USB-muisti

Asennus on mahdollista myös irrotettavalta USB-muistilaitteelta. Esimerkiksi USB-avaimenperä on kätevä asennustaltio Debianille, sen voi ottaa mukaansa kaikkialle.

The easiest way to prepare your USB memory stick is to download any Debian CD or DVD image that will fit on it, and write the image directly to the memory stick. Of course this will destroy anything already on the stick. This works because Debian CD/DVD images are isohybrid images that can boot both from optical and USB drives.

There are other, more flexible ways to set up a memory stick to use the debian-installer, and it's possible to get it to work with smaller memory sticks. For details, see our wiki.

While booting from USB storage is quite common on UEFI systems, this is somewhat different in the older BIOS world. Some BIOSes can boot USB storage directly, and some cannot. You may need to configure your BIOS/UEFI to enable USB legacy support or Legacy support. The boot device selection menu should show removable drive or USB-HDD to get it to boot from the USB device. For helpful hints and details, see Kohta 5.1.1, ”Käynnistys USB-muistilta”.

A.2.3. Verkkokäynnistys

debian-installer on mahdollista käynnistää kokonaan verkosta. Erilaiset verkkokäynnistystavat riippuvat arkkitehtuurista ja verkkokäynnistyksen asetuksista. Hakemiston netboot/ tiedostoja voidaan käyttää debian-installer:in verkkokäynnistykseen.

The easiest thing to set up is probably PXE netbooting. Untar the file netboot/pxeboot.tar.gz into /srv/tftp or wherever is appropriate for your tftp server. Set up your DHCP server to pass filename pxelinux.0 to clients, and with luck everything will just work. For detailed instructions, see Kohta 4.5, ”Tiedostojen valmistelu verkosta käynnistämiseen TFTP:llä”.

A.2.4. Käynnistys kiintolevyltä

It's possible to boot the installer using no removable media, but just an existing hard disk, which can have a different OS on it. Download hd-media/initrd.gz, hd-media/vmlinuz, and a Debian DVD image to the top-level directory of the hard disk. Make sure that the image has a filename ending in .iso. Now it's just a matter of booting linux with the initrd. Kohta 5.1.3, ”Booting from Linux using GRUB explains one way to do it.