Re: client has only UEFI (no legacy mode) SOLVED
"M.Herweg" <[email protected]>
| Newsgroups | gmane.linux.terminal-server.general |
|---|---|
| Message-ID | <[email protected]> |
I successfully tested the Client selection by vendorclass today:
/etc/dnsmasq.d/ltsp-server-dnsmasq.conf
======================================================
log-dhcp
dhcp-range=192.168.8.20,192.168.8.250,8h
# The rootpath option is used by both NFS and NBD.
dhcp-option=17,/opt/ltsp/amd64
dhcp-vendorclass=uefipxe,"PXEClient:Arch:00007"
dhcp-vendorclass=biospxe,"PXEClient:Arch:00000"
dhcp-vendorclass=ltsp,"Linux ipconfig"
dhcp-boot=net:biospxe,/ltsp/amd64/pxelinux.0
dhcp-boot=net:uefipxe,ipxe.efi
dhcp-match=set:ipxe,175 # iPXE sends a 175 option.
dhcp-boot=tag:ipxe,/ltsp/amd64/ipxe-script
dhcp-no-override
enable-tftp
tftp-root=/var/lib/tftpboot/
=======================================================
/var/lib/tftpboot/ltsp/amd64/ipxe-script
===========================================================
#!ipxe
kernel vmlinuz ro initrd=initrd.img init=/sbin/init-ltsp forcepae
root=/dev/nbd0 fastboot
initrd initrd.img
boot
===========================================================
cheers,
Martin
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net