On 02/20/2013 01:02 AM, Torbjorn Granlund wrote:
> I then tried something that you might consider more plain:
> 
> qemu-system-x86_64 -m 512 -cpu Haswell,+adx \
>  -net nic,macaddr=52:54:00:f2:18:b7,model=e1000 -net tap \
>  -cdrom /u/GNU/Debian/debian-6.0.6-amd64-netinst.iso -boot d --hda disk.img
> 
> It fails similarly.  (Here disk.img is pristine from a "qemu-img create"
> command, but I am attemtping to boot from the iso img.)

That's odd.  I just booted a fedora installer and ran it part way
through.  Long enough that I'm well past a "no bootable device" message
from the bios.

There were changes to my tree since the last push, but as far as I
remember they were cleanups to powerpc and other irrelevant stuff.

BTW, the best way to work with trees that are being rebased rather than
strict incremental development is, once you have a clone in place,

  git fetch origin
  git reset --hard origin/branchname


r~

Reply via email to