Gerd Hoffmann wrote:
...Then you can easily have qemu guests netboot from somewhere without any local pxe/tftp setup, like this: qemu -fw-file gpxe/default=bko.gpxe
That looks a bit like: # qemu -kernel gpxe.lkrn -initrd bko.gpxe -hda /dev/nullwhich might be useful iff the *.lkrn build target feature for using an initrd as a gPXE startup script is incorporated into gPXE mainline. Of course, it's different because an .lkrn is not a ROM.
- Shao Miller