From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuPfK-00059j-4T for qemu-devel@nongnu.org; Tue, 10 Jun 2014 13:16:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuPfF-0004yr-Ks for qemu-devel@nongnu.org; Tue, 10 Jun 2014 13:16:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuPfF-0004wx-D7 for qemu-devel@nongnu.org; Tue, 10 Jun 2014 13:16:49 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5AHGmbL008506 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 10 Jun 2014 13:16:48 -0400 Date: Tue, 10 Jun 2014 22:46:40 +0530 From: Kashyap Chamarthy Message-ID: <20140610171640.GO8813@tesla> References: <20140610125650.GJ8813@tesla> <539721BD.8010700@redhat.com> <20140610161048.GM8813@tesla> <539731CA.5040108@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539731CA.5040108@redhat.com> Subject: Re: [Qemu-devel] Booting a guest with OVMF List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Laszlo Ersek Cc: pbonzini@redhat.com, Peter Jones , qemu-devel@nongnu.org On Tue, Jun 10, 2014 at 06:26:50PM +0200, Laszlo Ersek wrote: > On 06/10/14 18:10, Kashyap Chamarthy wrote: [. . .] > > The USB stick is created with Fedora Rawhide image using this > > script: http://people.freedesktop.org/~kay/installer/installer.sh > > > > $ sudo ./installer.sh /dev/sdb > > > > Then, invoke QEMU. > > That script is exactly what I don't want to run :) Can you upload the > result somewhere? Yes, I can, but will have to wait till tomorrow -- the contents of the script came down to 1.6G after trying to make an ISO as below. $ sudo dd bs=1k if=/dev/sdb2 of=fed-min2.iso conv=sparse (Thanks to Rich W. Jones for the 'sparse' option tip). > > This is disk image #3: > > > > http://download.fedoraproject.org/pub/fedora/linux/updates/20/Images/x86_64/Fedora-x86_64-20-20140407-sda.qcow2 > > OK, I'll try to check this out. > > Thanks > Laszlo -- /kashyap