GNOME Bugzilla – Bug 720800
Unable to set the correct architecture
Last modified: 2016-03-31 13:22:07 UTC
On my system, when I boot an ISO disk image with GNOME Boxes, and the disk is unknown by libosinfo, GNOME Boxes always launch the 'qemu-system-i386' command, which unable to start a 64 bit kernel, and fails to run the guest system. When I run 'qemu-system-x86_64' with the same parameters, the guest system runs correctly. It can be reproduced by launching an Arch Linux dual ISO image, and start the 64 bit system: archlinux-2013.12.01-dual.iso My real CPU is an Intel Sandy Bridge Mobile processor: Intel(R) Core(TM) i3-2350M CPU @ 2.30GHz Package versions: spice 0.12.4 qemu 1.7.0 libvirt 1.2.0 libvirt-glib 0.1.7 libosinfo 0.2.9 spice-gtk3 0.22 gnome-boxes 3.10.2 Distribution: Arch Linux
Thats weird. Can you please provide the output of `virsh capabilities`? In the meantime I'll try to reproduce here.
(In reply to comment #1) > Thats weird. Can you please provide the output of `virsh capabilities`? In the > meantime I'll try to reproduce here. Ah i can reproduce it here so don't bother. :)
Created attachment 264644 [details] [review] vm-configurator: Ensure we use best architecture This fixes the issue of Boxes picking-up 'i686' architecture if architecture of installer media is unknown. Boxes will now pick 'x86_64' in such situation.
Attachment 264644 [details] pushed as 39c8b55 - vm-configurator: Ensure we use best architecture