On 07.05.2017 07:42, Carl Karsten wrote: > In the real world I will have a machine with a sata hd and boot the > installer from a usb stick. I want to test this with 2 disk image files. > > The usb stick will be built like so: > https://github.com/CarlFK/video-stack-deploy/blob/usbstick/scripts/mk_usb_installer.sh > > but this will demo the problem I have run into with qemu: how do I boot > from boot.img without using boot=menu?
Have you already tried to use the bootindex property? See: http://git.qemu.org/?p=qemu.git;a=blob;f=docs/bootindex.txt Thomas