Ich versuche eine Installation über Netzwerk. Als DHCP-Server benutze ich dnsmasq und als TFTP-Server tftpd-hpa.
Die Konfigurationen sind Folgende:
die von dnsmasq (/etc/dnsmasq.conf):
Code: Alles auswählen
..
dhcp-boot=/pxelinux.0,0.0.0.0
..
Code: Alles auswählen
#Defaults for tftpd-hpa
RUN_DAEMON="yes"
OPTIONS="-l -s /var/lib/tftpboot"
Code: Alles auswählen
# ls -lah
total 16K
drwxr-xr-x 3 root root 4.0K 2010-07-26 06:25 .
drwxr-xr-x 27 root root 4.0K 2010-07-23 04:29 ..
drwxr-xr-x 3 root root 4.0K 2010-06-19 00:21 debian-installer
lrwxrwxrwx 1 root root 32 2010-07-26 06:23 pxelinux.0 -> debian-installer/i386/pxelinux.0
lrwxrwxrwx 1 root root 34 2010-07-26 06:23 pxelinux.cfg -> debian-installer/i386/pxelinux.cfg
-rw-r--r-- 1 root root 61 2010-06-19 00:21 version.info
..." und auf der Zeile:
Code: Alles auswählen
Trying to load: pxelinux.cfg/ffffffff-ffff-ffff-ffff-ffffffffffff
Wenn ich mein neuerer Rechner mit derselben Konfiguration des Servers versuche,
wird Kernel gebootet.
Mit Grüßen, Gennadiy