Uefi ipxe.efi Dnsmasq
|
2016-10-04, 12:48
Post: #1
|
|||
|
|||
Uefi ipxe.efi Dnsmasq
Dear Mesdamias and Dear Sirs,
I would be pleased to get help. I use ipxe.efi at a Ubuntu 16.04 Desktop amd64 and dnsmasq serves as DHCP-Server. The ipxe.efi works like a charm. I press "Control+B" and dhcp as well as "chain http://192.168.1.2/boot.ipxe" is loaded. Now I am trying to automate download the http://192.168.1.2/boot.ipxe. How can I arrange that with DnsMasq? Many thanks for every help! Beste wishes GermanICTEmployee |
|||
2016-10-04, 19:10
(This post was last modified: 2021-08-07 13:58 by NiKiZe.)
Post: #2
|
|||
|
|||
RE: Uefi ipxe.efi Dnsmasq
You want to do the chainloading
To do this with dnsmasq you can find one example here (not a dnsmasq user myself so can't verify) An alternative would be to use script embeding but if possible using chanloading is the recommended way, not least since it easier to maintain and upgrade ipxe with the configuration all done in one place. Edit in 2021: config for dnsmasq as proxydhcp server is available at appnote dnsmasq as proxydhcp and My gist of dnsmasq proxydhcp for gentoo Use GitHub Discussions VRAM bin |
|||
2016-10-05, 19:51
(This post was last modified: 2016-10-05 20:31 by GermanICTEmployee.)
Post: #3
|
|||
|
|||
RE: Uefi ipxe.efi Dnsmasq
Many thanks for your try. I tested that two weeks ago, forget this code it is too old.
Heureka, I broke the looop. :-) Yeeeeehaaa Please add this to uefi and break the loop part on the documentation page. First never use UEFI and DNSmasq in proxy mode combined. The DNSmasq does not answer! I double checked that with the dhcp-logs. I waited for the PXEClient String to transfer ipxe.efi from tftproot. After that I let DNSmasq match iPXE strings with option 175. Besides you see I also integrated pxelinux for "bios / legacy" and several other uefi architectures. You have to place on root at tftp the "bootstrap.ipxe / boot.ipxe". Only one line is needed in the script for ipxe.efi in boot.ipxe: tftproot/boot.ipxe Code: chain http://192.168.1.2/boot.ipxe The /etc/dnsmasq.conf Code: ##Global settings |
|||
2016-10-07, 08:22
Post: #4
|
|||
|
|||
RE: uefi dnsmasq ipxe efi
You need to set up http://ipxe.org/howto/chainloading to load ipxe and your ipxe boot script. The howto I linked to doesn't mention dnsmasq, but if you search the forum here you should be able to find several posts with a working setup for dnsmasq chainloading.
|
|||
2016-10-10, 21:47
(This post was last modified: 2016-10-10 21:48 by GermanICTEmployee.)
Post: #5
|
|||
|
|||
RE: uefi dnsmasq ipxe efi
Hello,
thank you, however, what I found in forum did not work! It seems for me to be out of date. I was able to solve issue. Would you please add this as DNSmasq Code to run ipxe.efi at UEFI section or to the FAQ. I apologize for "duplicate record" here. I point to here: http://forum.ipxe.org/showthread.php?tid=8198 Beste wishes GermanICTEmployee |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)