Re: [Qemu-devel] boot order=d bug?

2017-05-08 Thread Carl Karsten
On Mon, May 8, 2017 at 2:57 AM, Thomas Huth wrote: > On 08.05.2017 06:22, Carl Karsten wrote: > > neat. missed that. > > > > except it doesn't work. > > > > juser@gator:~/temp$ qemu-system-x86_64 -drive > > file=boot.img,format=raw,bootindex=1 > > qemu-system-x86_64: -drive file=boot.img,format=

Re: [Qemu-devel] boot order=d bug?

2017-05-08 Thread Thomas Huth
On 08.05.2017 06:22, Carl Karsten wrote: > neat. missed that. > > except it doesn't work. > > juser@gator:~/temp$ qemu-system-x86_64 -drive > file=boot.img,format=raw,bootindex=1 > qemu-system-x86_64: -drive file=boot.img,format=raw,bootindex=1: Block > format 'raw' does not support the option '

Re: [Qemu-devel] boot order=d bug?

2017-05-07 Thread Carl Karsten
neat. missed that. except it doesn't work. juser@gator:~/temp$ qemu-system-x86_64 -drive file=boot.img,format=raw,bootindex=1 qemu-system-x86_64: -drive file=boot.img,format=raw,bootindex=1: Block format 'raw' does not support the option 'bootindex' juser@gator:~/temp$ qemu-system-x86_64 -drive

Re: [Qemu-devel] boot order=d bug?

2017-05-07 Thread Thomas Huth
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

[Qemu-devel] boot order=d bug?

2017-05-07 Thread Carl Karsten
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