Hello!
I have set up a new server with an Ubuntu offshoot (bodhi).
The client reports correct IP / Mask / DHCP IP / Gateway IP from dhcpd.conf when booting via pxe, but then: "PXELINUX 6.04 PXE 20191223 ... Anvin ... Unable to locate configuration file"
/etc/dhcpd.conf: next-server 192.168.3.8; filename "/pxelinux.0"; interface ens160;
Connecting from another PC with x2go client works. I've been sitting there for hours and can't get any further. Would be great if someone could help me.
/etc/default/isc-dhcp-server: INTERFACESv4 = "ens160"
/etc/exports: /opt/x2gothinclient/chroot 192.168.3.0/255.255.255.0(ro,async,no_root_squash,no_subtree_check)
/srv/tftp/pxelinux.0 => /usr/lib/PXELINUX/pxelinux.0
Greetings, Olaf
Hi,
did you have /srv/tftp/pxelinux.cfg/default ? Maybe show your tftp server log.
Best Regards, Juri Grabowski
Am Sat, 18 Dec 2021 23:12:20 +0100 schrieb Juri Grabowski <x2go-user@jugra.de>:
did you have /srv/tftp/pxelinux.cfg/default ?
Thank you very much, that was it, I had overlooked or apparently no longer remembered that this has to be created manually first.
Greetings, Olaf