[ipxe-devel] Reference implementation

Geert Stappers stappers at stappers.nl
Wed Aug 24 21:34:26 UTC 2022


On Sat, Aug 20, 2022 at 04:05:11PM +0200, Geert Stappers wrote:
> On Fri, Aug 19, 2022 at 11:46:01PM +0200, Geert Stappers wrote:
> >  ... looking for an test environment setup.
> > More specific a virtual test iPXE system.
> > I think more people want that and that it already exists.
> > 
> > What is the reference implementation of iPXE we all can have?
> > 
> > That question less open:
> >   What are known good QEMU command lines?
> 
> Meanwhile I have
>   qemu-system-x86_64 -nographic -boot d -cdrom bin/ipxe.iso
> 
> and would like to have advice on `-netdev` options.
> 

  sudo qemu-system-x86_64 -boot d -cdrom bin/ipxe.iso \
     -device rtl8139,netdev=rope0,mac=52:54:00:4e:69:63 \
     -netdev bridge,id=rope0,br=ltbr0

works for me.


Groeten
Geert Stappers
-- 
Silence is hard to parse


More information about the ipxe-devel mailing list