From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9zrb-0006Hq-U8 for qemu-devel@nongnu.org; Fri, 07 Sep 2012 10:49:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9zrS-0004Tl-IU for qemu-devel@nongnu.org; Fri, 07 Sep 2012 10:48:55 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:47814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9zrS-0004Tc-9A for qemu-devel@nongnu.org; Fri, 07 Sep 2012 10:48:46 -0400 Received: by pbbjt11 with SMTP id jt11so4295290pbb.4 for ; Fri, 07 Sep 2012 07:48:45 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <504A0947.80704@redhat.com> Date: Fri, 07 Sep 2012 16:48:39 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <0df69c64-6478-475a-a5a2-34d7b0ce1fc8@mailpro> In-Reply-To: <0df69c64-6478-475a-a5a2-34d7b0ce1fc8@mailpro> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Alexandre DERUMIER Cc: qemu-devel@nongnu.org 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