A.2. Arrencada de l'instal·lador

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 Secció 4.1, «Official Debian GNU/Linux installation images».

Some installation methods require other images than those for optical media. Secció 4.2.1, «On trobar imatges d'instal·lació» explains how to find images on Debian mirrors.

Les següents subseccions us donaran detalls de quines imatges necessiteu aconseguir per a cada mecanisme d'instal·lació.

A.2.1. Optical disc

The netinst CD image is a popular image which can be used to install bullseye 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 bullseye system. If you'd rather, you can get a full size CD/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 configuration, as explained in Secció 3.6.1, «Accedir al menú de configuració de la BIOS».

A.2.2. Clau de memòria USB

També podeu instal·lar des d'una clau de memòria USB. Per exemple un clauer USB pot ser un mitjà d'instal·lació de Debian molt còmode per portar per tot arreu.

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.

Hi ha formes més flexibles per preparar un llapis de memòria per fer ús del debian-installer, i també és possible que funcioni amb llapis de memòria mes petits. Per més detalls, podeu mirar Secció 4.3, «Preparació dels fitxers per arrencar amb el llapis de memòria USB».

Algunes BIOS poden arrencar directament des de dispositius USB, i d'altres no. Pot ser que hagueu de configurar la vostra BIOS perquè arrenque des del «USB legacy support (suport antic USB)». El menú de selecció de dispositius d'arrencada hauria de mostrar «disc extraïble» o de «USB-HDD» per fer que arrenque des del dispositiu USB. Podeu trobar ajudes i detalls a Secció 5.1.1, «Arrencada des d'un llapis USB».

A.2.3. Arrencada des de la xarxa

També és possible arrencar el debian-installer completament des de la xarxa. Hi ha diferents mètodes per arrencar per xarxa depenent de la vostra arquitectura i configuració d'arrencada de xarxa. Els fitxers que podeu trobar a netboot/ poden utilitzar-se per arrencar de la xarxa el debian-installer.

La manera més fàcil per configurar-ho és probablement l'arrencada amb PXE. Desempaqueteu amb el tar el fitxer netboot/pxeboot.tar.gz a /srv/tftp o a un altre lloc al vostre servidor tftp. Configureu el vostre servidor DHCP per que envie als clients el fitxer pxelinux.0, i amb una mica de sort tot anirà be. Si voleu instruccions més detallades, mireu Secció 4.5, «Preparació dels fitxers per a l'arrencada en xarxa TFTP».

A.2.4. Arrencada des del disc dur

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 CD/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. Secció 5.1.5, «Arrencada des de Linux utilitzant el LILO o el GRUB» explains one way to do it.