All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kashyap Chamarthy <kchamart@redhat.com>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [50809c8] Attempt to boot a guest results in - qemu: could not load PC BIOS 'bios-256k.bin'
Date: Tue, 10 Jun 2014 14:02:53 +0530	[thread overview]
Message-ID: <20140610083253.GH8813@tesla> (raw)
In-Reply-To: <20140608121858.GA8813@tesla>

On Sun, Jun 08, 2014 at 05:48:58PM +0530, Kashyap Chamarthy wrote:
> Heya,
> 
> I built QEMU from this commit:
> 
>     $ git log | head -2
>     commit 50809c8b9288a9bfe1fdec926b7ef985608a7ea6
>     Merge: 4e627ae ae74bbe
> 
> 
> And, attempted to boot a Fedora guest via this QEMU CLI results as
> below:
> 
>     $ /usr/local/sbin/qemu-system-x86_64 -s -S -nographic \
>       -nodefconfig -nodefaults -machine accel=kvm -m 3000 \
>       -drive file=/var/lib/libvirt/images/Fedora-x86_64-20-20140407-sda.qcow2,if=ide,format=qcow2,cache=none \
>       -serial stdio
>     qemu: could not load PC BIOS 'bios-256k.bin'

Pointing to pc-bios sub-directory worked:

   $ qemu-system-x86 . . . -L  /home/kashyap/tinker-space/qemu-upstream/pc-bios/

(Thanks Rich Jones/Amit.)
 
> That's the seabios-bin version:
> 
>     $ rpm -q seabios-bin
>     seabios-bin-1.7.4-3.fc21.noarch
> 
> 
> That's how I build QEMU:
> 
>     $ git clone git://git.qemu.org/qemu.git
>     $ mkdir -p ~/build/qemu && cd ~/build/qemu
>     $ ~/src/qemu/./configure --target-list=x86_64-softmmu \
>       --disable-werror --enable-debug 
>     $ make -j4
> 
> 

-- 
/kashyap

  reply	other threads:[~2014-06-10  8:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-08 12:18 [Qemu-devel] [50809c8] Attempt to boot a guest results in - qemu: could not load PC BIOS 'bios-256k.bin' Kashyap Chamarthy
2014-06-10  8:32 ` Kashyap Chamarthy [this message]
2014-06-10  8:55 ` Paolo Bonzini
2014-06-10  9:20   ` 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=20140610083253.GH8813@tesla \
    --to=kchamart@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.