Discussion:
[Dnsmasq-discuss] Chainloading a more featureful iPXE from a limited iPXE
Mark Gardner
2018-11-05 20:33:13 UTC
Permalink
(I hope this isn't in a FAQ somewhere that I was unable to find...)

VirtualBox uses iPXE for it's boot BIOS but the feature set is quite
limited (due to lack of space apparently). I would like to boot URIs such
as HTTPS and use commands such as sanboot which requires a newer, more
featureful iPXE.

https://gist.github.com/robinsmidsrod/4008017 shows how to chainboot a
different iPXE using DHCPD. I would like to do something similar only using
dnsmasq. Has anyone been successful in doing this and have a config they
can share?

Work around: a newer iPXE can be obtained by booting ipxe.iso instead of
using the built-in iPXE. (But I would like to figure out how to do it
strictly over the network.)

Mark
--
Mark Gardner
--
john doe
2018-11-06 05:11:04 UTC
Permalink
Post by Mark Gardner
(I hope this isn't in a FAQ somewhere that I was unable to find...)
VirtualBox uses iPXE for it's boot BIOS but the feature set is quite
limited (due to lack of space apparently). I would like to boot URIs such
as HTTPS and use commands such as sanboot which requires a newer, more
featureful iPXE.
https://gist.github.com/robinsmidsrod/4008017 shows how to chainboot a
different iPXE using DHCPD. I would like to do something similar only using
dnsmasq. Has anyone been successful in doing this and have a config they
can share?
Work around: a newer iPXE can be obtained by booting ipxe.iso instead of
using the built-in iPXE. (But I would like to figure out how to do it
strictly over the network.)
Not strictly an answer; have you considered qemu?:

https://github.com/qemu/ipxe
--
John Doe
Mark Gardner
2018-11-06 13:39:46 UTC
Permalink
Thanks for your suggestion. I've used qemu but prefer VirtualBox.

Even using qemu, I am still interested in a way to chainload a more
featureful iPXE from a less featureful one using dnsmasq.

Mark
--
Mark Gardner
--
Loading...