Re: [Qemu-devel] QEMU not honouring bootorder

2017-12-14 Thread Paolo Bonzini
On 14/12/2017 09:48, Michal Privoznik wrote: > On 12/13/2017 10:21 PM, Paolo Bonzini wrote: >> On 11/12/2017 13:14, Michal Privoznik wrote: > qemu-system-x86_64 \ > -boot menu=on,strict=on \ > -device lsi,id=scsi0,bus=pci.0 \ > -drive > file=/var/lib/libvirt/images/fedo

Re: [Qemu-devel] QEMU not honouring bootorder

2017-12-14 Thread Michal Privoznik
On 12/13/2017 10:21 PM, Paolo Bonzini wrote: > On 11/12/2017 13:14, Michal Privoznik wrote: qemu-system-x86_64 \ -boot menu=on,strict=on \ -device lsi,id=scsi0,bus=pci.0 \ -drive file=/var/lib/libvirt/images/fedora.qcow2,format=qcow2,if=none,id=drive-scsi0 \

Re: [Qemu-devel] QEMU not honouring bootorder

2017-12-13 Thread Paolo Bonzini
On 11/12/2017 13:14, Michal Privoznik wrote: >>> qemu-system-x86_64 \ >>> -boot menu=on,strict=on \ >>> -device lsi,id=scsi0,bus=pci.0 \ >>> -drive >>> file=/var/lib/libvirt/images/fedora.qcow2,format=qcow2,if=none,id=drive-scsi0 >>> \ >>> -device scsi-hd,bus=scsi0.0,drive=drive-scsi0,b

Re: [Qemu-devel] QEMU not honouring bootorder

2017-12-11 Thread Michal Privoznik
On 12/11/2017 12:41 PM, Fam Zheng wrote: > On Thu, 12/07 13:10, Michal Privoznik wrote: >> Dear list, >> >> I've encountered the following problem. I have two disks: >> >> /var/lib/libvirt/images/fedora.qcow2 (which contains OS) >> /dev/sde (iSCSI dummy disk just for testing) >> >> Now, when I

Re: [Qemu-devel] QEMU not honouring bootorder

2017-12-11 Thread Fam Zheng
On Thu, 12/07 13:10, Michal Privoznik wrote: > Dear list, > > I've encountered the following problem. I have two disks: > > /var/lib/libvirt/images/fedora.qcow2 (which contains OS) > /dev/sde (iSCSI dummy disk just for testing) > > Now, when I configure QEMU to start with both of them, QEMU

Re: [Qemu-devel] QEMU not honouring bootorder

2017-12-11 Thread Michal Privoznik
On 12/07/2017 01:10 PM, Michal Privoznik wrote: > Dear list, > Ping. Is there anything I can help you with to have this sorted out? Michal

[Qemu-devel] QEMU not honouring bootorder

2017-12-07 Thread Michal Privoznik
Dear list, I've encountered the following problem. I have two disks: /var/lib/libvirt/images/fedora.qcow2 (which contains OS) /dev/sde (iSCSI dummy disk just for testing) Now, when I configure QEMU to start with both of them, QEMU/Seabios tries to boot from /dev/sde which fails obviously. E