From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Lieven Subject: qemu-kvm 0.15.0 boot order not working Date: Mon, 29 Aug 2011 12:12:14 +0200 Message-ID: <4E5B65FE.7020101@dlh.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit To: qemu-devel@nongnu.org, kvm@vger.kernel.org Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Id: kvm.vger.kernel.org Hi, when I specify something like qemu -boot order=dc -cdrom image.iso -drive file=img.raw,if=virtio,boot=yes or qemu -boot order=n -cdrom image.iso -drive file=img.raw,if=virtio,boot=yes with qemu-kvm 0.15.0 it will always directly boot from the hardrive and not from cdrom or network. is this on purpose? the behaviour was different in earlier versions. If i omit the boot=yes in the drive specification the "-boot order" parameter is working as expected. Peter