From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:58676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiiDd-0007bV-Ft for qemu-devel@nongnu.org; Thu, 05 Jan 2012 02:58:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RiiDc-0000oS-3L for qemu-devel@nongnu.org; Thu, 05 Jan 2012 02:58:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RiiDb-0000lJ-T0 for qemu-devel@nongnu.org; Thu, 05 Jan 2012 02:58:36 -0500 Message-ID: <4F055827.50202@redhat.com> Date: Thu, 05 Jan 2012 08:58:31 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 01/04/12 19:02, Gerhard Wiesinger wrote: > Hello, > > I'm having the following boot order problem using an SCSI option ROM: > > Still boots the cdrom instead of harddisk. So it is impossible to have a > bootable CDROM in the VM without booting from it. -option-rom romfile=/root/roms/8xx_64.rom,bootindex=1 > 2.) -device rtl8139,romfile=/dev/null Better use a empty string as romfile argument, that will make the ROM pci bar go away instead of creating one with an invalid rom. HTH, Gerd