From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulahu-0001I9-Ug for qemu-devel@nongnu.org; Sun, 09 Jun 2013 04:10:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ulahu-0002RI-3V for qemu-devel@nongnu.org; Sun, 09 Jun 2013 04:10:34 -0400 Received: from mail-vb0-x236.google.com ([2607:f8b0:400c:c02::236]:62726) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ulaht-0002R6-W1 for qemu-devel@nongnu.org; Sun, 09 Jun 2013 04:10:34 -0400 Received: by mail-vb0-f54.google.com with SMTP id q12so679258vbe.27 for ; Sun, 09 Jun 2013 01:10:33 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51B4386A.8080508@redhat.com> Date: Sun, 09 Jun 2013 04:10:18 -0400 From: Paolo Bonzini MIME-Version: 1.0 References: <201306061710.42928.hahn@univention.de> <51B179E8.80906@redhat.com> <51B18568.4050906@redhat.com> In-Reply-To: <51B18568.4050906@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] RFH: boot from virtio cdrom? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: qemu-devel@nongnu.org, Gerd Hoffmann , Philipp Hahn Il 07/06/2013 03:02, Laszlo Ersek ha scritto: >>> >> I'm using libvirt to manage my VMs and configured one VM to boot from >>> >> a CDROM connected via virtio. This does neither work with QEMU-1.1.2 >>> >> nor with QEMU-1.5; neither with SeaBIOS is 1.7.0 nor 1.7.2. >> > >> > Doesn't work with virtio-blk, virtio-scsi can handle that just fine though. > ... just make sure your installer media has immediate support for > virtio-scsi (or, in case of Windows, at least access to a driver disk, > but "virtio-win-0.1-30.iso" in your command line implied that). Example: > . ... and that driver disk probably should be on an IDE drive, otherwise you have a chicken-and-egg problem (you need the drivers to load the drivers). Paolo