From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wtc46-0002cj-N1 for qemu-devel@nongnu.org; Sun, 08 Jun 2014 08:19:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wtc41-0005Nl-T6 for qemu-devel@nongnu.org; Sun, 08 Jun 2014 08:19:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wtc41-0005LL-Lp for qemu-devel@nongnu.org; Sun, 08 Jun 2014 08:19:05 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s58CJ46Y024273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sun, 8 Jun 2014 08:19:04 -0400 Received: from tesla (ovpn-116-20.sin2.redhat.com [10.67.116.20]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s58CIxOZ032552 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 8 Jun 2014 08:19:03 -0400 Date: Sun, 8 Jun 2014 17:48:58 +0530 From: Kashyap Chamarthy Message-ID: <20140608121858.GA8813@tesla> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [50809c8] Attempt to boot a guest results in - qemu: could not load PC BIOS 'bios-256k.bin' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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' 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 Any hints as to why can't QEMU load the BIOS in this case? -- /kashyap