Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

PXE boot debian

Here you can discuss every aspect of Debian. Note: not for support requests!
Post Reply
Message
Author
corsairetc
Posts: 73
Joined: 2014-11-14 05:30

PXE boot debian

#1 Post by corsairetc »

Hello I try to start pxe boot server with this guide:
http://www.tecmint.com/network-installa ... -machines/
Everything works until I promt " Install Debian 7...." from boot
Then client says Could not locate pxe server.
Where is the error. I am running out of ideas.
Thank you for any help.


corsairetc
Posts: 73
Joined: 2014-11-14 05:30

Re: PXE boot debian

#3 Post by corsairetc »

Thank you situation same I am using dnsmasq for this.

corsairetc
Posts: 73
Joined: 2014-11-14 05:30

Re: PXE boot debian

#4 Post by corsairetc »

It works.
This is bare minimum config.
dnsmasq.conf:

Code: Select all

dhcp-boot=pxelinux.0
enable-tftp
tftp-root=/srv/tftp/
/srv/tftp structure for Debian:

Code: Select all

rwxr-xr-x 3 nobody nogroup   4096 čen  2 12:21 debian-installer
lrwxrwxrwx 1 nobody nogroup     47 čen  2 12:21 ldlinux.c32 -> debian-installer/amd64/boot-screens/ldlinux.c32
lrwxrwxrwx 1 nobody nogroup     35 čen  2 12:21 pxelinux.cfg -> debian-installer/amd64/pxelinux.cfg
lrwxrwxrwx 1 nobody nogroup     33 čen  2 12:21 pxelinux.0 -> debian-installer/amd64/pxelinux.0
-rwxr-xr-x 1 nobody nogroup 148217 čen  4 15:26 Release
-rwxr-xr-x 1 nobody nogroup   2373 čen  4 15:37 Release.gpg
-rwxr-xr-x 1 nobody nogroup  72131 čen  2 12:29 SHA256SUMS
-rwxr-xr-x 1 nobody nogroup     61 čen  2 12:21 version.info
Set rights on tftp folder chmod -R 755

Post Reply