All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laszlo Ersek <lersek@redhat.com>
To: Kashyap Chamarthy <kchamart@redhat.com>
Cc: pbonzini@redhat.com, Peter Jones <pjones@redhat.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Booting a guest with OVMF
Date: Tue, 10 Jun 2014 19:30:58 +0200	[thread overview]
Message-ID: <539740D2.9060303@redhat.com> (raw)
In-Reply-To: <20140610171640.GO8813@tesla>

On 06/10/14 19:16, Kashyap Chamarthy wrote:
> 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

(1) I think you should just format the disk image into a regular file,
rather than dumping it to a USB stick, and then dumping it back from there.

(2) Even if you opt for the USB "detour", the above dd command line is
incorrect. You selected a specific partition on the USB stick as input
block device. That's wrong, we need to see the entire disk (partition
table, EFI system partition etc).

Thanks
Laszlo

  reply	other threads:[~2014-06-10 17:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-10 13:04 [Qemu-devel] Booting a guest with OVMF Kashyap Chamarthy
2014-06-10 15:18 ` Laszlo Ersek
2014-06-10 16:10   ` Kashyap Chamarthy
2014-06-10 16:26     ` Laszlo Ersek
2014-06-10 17:16       ` Kashyap Chamarthy
2014-06-10 17:30         ` Laszlo Ersek [this message]
2014-06-10 18:03           ` Kashyap Chamarthy
2014-06-10 17:26     ` Laszlo Ersek
2014-06-11 16:35 ` Laszlo Ersek
2014-06-11 18:11   ` Kashyap Chamarthy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=539740D2.9060303@redhat.com \
    --to=lersek@redhat.com \
    --cc=kchamart@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=pjones@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.