From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58985) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9zvQ-00085U-6V for qemu-devel@nongnu.org; Fri, 07 Sep 2012 10:52:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9zvK-0005uU-A7 for qemu-devel@nongnu.org; Fri, 07 Sep 2012 10:52:52 -0400 Received: from mailpro.odiso.net ([89.248.209.98]:42975) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9zvK-0005uH-4A for qemu-devel@nongnu.org; Fri, 07 Sep 2012 10:52:46 -0400 Date: Fri, 07 Sep 2012 16:52:19 +0200 (CEST) From: Alexandre DERUMIER Message-ID: <375041b8-2c9d-49f7-a0a1-de24f1fda962@mailpro> In-Reply-To: <504A0947.80704@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu 1.2 : lsi controller + scsi-block don't boot. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Thanks, But Why does it work with lsi + scsi-hd and not scsi-block? For now I'll use scsi-hd for these (very old) guests, it's not a problem. ----- Mail original ----- De: "Paolo Bonzini" =C3=80: "Alexandre DERUMIER" Cc: qemu-devel@nongnu.org Envoy=C3=A9: Vendredi 7 Septembre 2012 16:48:39 Objet: Re: qemu 1.2 : lsi controller + scsi-block don't boot. Il 07/09/2012 14:35, Alexandre DERUMIER ha scritto: > I'm trying to boot scsi-block device with lsi controller, and it doesn't = boot. (don't find devices). > > > lsi + scsi-block : don't boot > > lsi + scsi-hd : boot > > virtio-scsi + scsi-block : boot The LSI driver in SeaBIOS is really a "best effort" driver, it's not fun to debug it either... just don't use it, pick up the virtio-scsi backport that is in CentOS and lobby your distro to include it... Paolo