Translation(s): English - Italiano

(!) ?Discussion


Debian-Installer: boot via etherboot

Howto boot debian-installer-floppies over network for etherboot machines.

WARNING: here you can test the "first" diskette. This information mostly usefull only for people who work the floppy and/or CDROM images.

Back to DebianInstaller

These steps need to be done:


Server setup

To setup dhcp do the following steps:

# dhcpd.conf for debian-installer

# global settings
allow booting;
allow bootp;
default-lease-time 600;
max-lease-time 7200;

option domain-name-servers      yournameserver;
option domain-name              "yourdomain";
use-host-decl-names             on;

subnet 192.168.11.0 netmask 255.255.255.0