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/DVD images. The installer cannot boot from files on an HFS+ file system. MacOS System 8.1 and above may use HFS+ file systems; NewWorld PowerMacs all use HFS+. To determine whether your existing file system is HFS+, select Get Info for the volume in question. HFS file systems appear as Mac OS Standard, while HFS+ file systems say Mac OS Extended. You must have an HFS partition in order to exchange files between MacOS and Linux, in particular the installation files you download. Different programs are used for hard disk installation system booting, depending on whether the system is a NewWorld or an OldWorld model. Hard disk installer booting from Linux using <command>GRUB</command> 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 (kernel binary) initrd.gz (ramdisk image) Finally, to configure the bootloader proceed to . Hard disk installer booting from DOS using <command>loadlin</command> This section explains how to prepare your hard drive for booting the installer from DOS using loadlin. Copy the following directories from a &debian; installation image to c:\. /&x86-install-dir; (kernel binary and ramdisk image) /tools (loadlin tool)