Installationsprogrammet kan startas upp med uppstartsfiler placerade på en befintlig hårddiskpartition, antingen startade från ett annat operativsystem eller genom att kalla upp en starthanterare direkt från BIOS.
A full, ”pure network” installation can be achieved using this technique. This avoids all hassles of removable media, like finding and burning CD/DVD images.
This section explains how to add to or even replace an existing linux installation using GRUB.
At boot time, GRUB supports loading in memory not only the kernel, but also a disk image. This RAM disk can be used as the root file-system by the kernel.
Copy the following files from the Debian archives to a convenient location on your hard drive, for instance to /boot/newinstall/
.
vmlinuz
(kärnbinär)
initrd.gz
(ramdiskavbildning)
Om du tänkte använda hårddisken bara för att starta upp och sedan hämta allt över nätverket, bör du hämta filen netboot/debian-installer/amd64/initrd.gz och dess motsvarande kärna, netboot/debian-installer/amd64/linux. Den låter dig partionera om hårddisken från vilken du startar upp installationsprogrammet, dock bör du göra med försiktighet.
Alternatively, if you intend to keep an existing partition on the hard drive unchanged during the install, you can download the hd-media/initrd.gz file and its kernel hd-media/vmlinuz, as well as copy an installation image to the hard drive (make sure the file is named ending in .iso
). The installer can then boot from the hard drive and install from the installation image, without needing the network.
Till slut, för att konfigurera starthanteraren kan du fortsätta till Avsnitt 5.1.5, ”Booting from Linux using GRUB”.
Det här avsnittet förklarar hur man förbereder din hårddisk för att starta upp installationsprogrammet från DOS med loadlin.
Copy the following directories from a Debian installation image to c:\
.
/install.
(kärnans binärfil och ramdisk-avbildning) amd
/tools
(loadlin-verktyg)