From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rii5x-0006Mo-2J for qemu-devel@nongnu.org; Thu, 05 Jan 2012 02:50:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rii5w-0007vk-2q for qemu-devel@nongnu.org; Thu, 05 Jan 2012 02:50:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rii5v-0007vY-RZ for qemu-devel@nongnu.org; Thu, 05 Jan 2012 02:50:40 -0500 Date: Thu, 5 Jan 2012 09:50:36 +0200 From: Gleb Natapov Message-ID: <20120105075036.GQ2072@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Boot order problem and disable iPXE/gPXE List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerhard Wiesinger Cc: qemu-devel@nongnu.org On Wed, Jan 04, 2012 at 07:02:34PM +0100, Gerhard Wiesinger wrote: > Hello, > > I'm having the following boot order problem using an SCSI option ROM: > > Command line: > /root/download/qemu/git/qemu-kvm/x86_64-softmmu/qemu-system-x86_64 > -drive file=1.img,media=disk,if=scsi,bus=0,unit=0 > -drive file=2.img,media=disk,if=scsi,bus=0,unit=1 > -drive file=3.img,media=disk,if=scsi,bus=0,unit=2 > -drive file=4.img,media=disk,if=scsi,bus=0,unit=3 > -cdrom KNOPPIX_V6.2CD-2009-11-18-DE.iso > -boot order=c -m 256 -k de -vga vmware -vnc :0 > -bios /root/download/seabios/git/seabios/out/bios.bin -option-rom > BIOS/8xx_64.rom > -net nic,model=rtl8139,macaddr=1a:46:0b:ca:bc:7c > -net tap,ifname=tap0,script=no,downscript=no > Try changing option-rom flags like this: -option-rom BIOS/8xx_64.rom,bootindex=1 -- Gleb.