4.4. Preparing Files for Hard Disk Booting

The installer may be booted using boot files placed on an existing hard drive partition, either launched from another operating system or by invoking a boot loader directly from the BIOS.

A full, pure network installation can be achieved using this technique. This avoids all hassles of removable media, like finding and burning CD images or struggling with too numerous and unreliable floppy disks.

4.4.1. Hard disk installer booting from Linux using LILO or GRUB

This section explains how to add to or even replace an existing linux installation using either LILO or GRUB.

At boot time, both bootloaders support 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 (note that LILO can not boot from files on an NTFS file system), for instance to /boot/newinstall/.

  • vmlinuz (kernel binary)

  • initrd.gz (ramdisk image)

Finally, to configure the bootloader proceed to Section 5.1.5, “Booting from Linux using LILO or GRUB.

4.4.2. Hard disk installer booting from DOS using loadlin

This section explains how to prepare your hard drive for booting the installer from DOS using loadlin.

Copy the following directories from a Debian CD image to c:\.

  • /install.386 (kernel binary and ramdisk image)

  • /tools (loadlin tool)