From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RijqN-00033W-BZ for qemu-devel@nongnu.org; Thu, 05 Jan 2012 04:42:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RijqI-0001st-H0 for qemu-devel@nongnu.org; Thu, 05 Jan 2012 04:42:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3645) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RijqI-0001si-9W for qemu-devel@nongnu.org; Thu, 05 Jan 2012 04:42:38 -0500 Message-ID: <4F05708B.5040401@redhat.com> Date: Thu, 05 Jan 2012 10:42:35 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4F055827.50202@redhat.com> <20120105083239.GR2072@redhat.com> <20120105092037.GA31206@redhat.com> 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, Gleb Natapov Hi, > But to get rid of this problem typical BIOSes have an option whether > they prefer to BOOT from SCSI (with an option ROM) or > from the other devices. Then the option ROM typically boots from the > first registered device. qemu+seabios have bootindex to address that issue. It was created exactly because "boot from hard disk" isn't good enougth with multiple disks in the system ... cheers, gerd