For a much too long period of my life I have always manually changed the "pxelinux" entry in the "dnsmasq.d/domain.conf" file, to achieve the boot with this and with that image depending to the needed install distro
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# PXE boot | |
dhcp-boot = net:domain, pangolin-amd64/pxelinux.0, lurch, 192.168.1.100 |
That is accomplished adding something like:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Multi PXE boot | |
pxe-prompt="Welcome to Lurch's TFTP" | |
pxe-service=x86PC, "Pangolin-amd64 on Lurch TFTP", "pangolin-amd64/pxelinux", 192.168.1.100 | |
pxe-service=x86PC, "Pangolin-i386 on Lurch TFTP", "pangolin-i386/pxelinux", 192.168.1.100 | |
pxe-service=x86PC, "Debian-amd64 on Lurch TFTP", "debian-amd64/pxelinux", 192.168.1.100 | |
pxe-service=x86PC, "Fedora17-amd64 on Lurch TFTP", "fedora-x86_64/pxelinux", 192.168.1.100 |
Nessun commento:
Posta un commento