Package: qemu-system-x86 Version: 2.0.0+dfsg-6 Severity: normal Dear Maintainer,
I want to use the Q35 qemu platform for my virtual machines. I start qemu with the following command line: vimaowner@osprey:~$ qemu-system-x86_64 -enable-kvm -machine type=q35 \ -cpu kvm32 -m 512 -balloon none -hda virtuals/fai/fai_root.img -cdrom \ cdroms/grml96-full_2014.03.iso -boot order=d -name fai -vga qxl -spice \ port=5900,addr=localhost,disable-ticketing -monitor stdio I expect to see the grml isolinux boot menu if I connect via spice. I can connect to spicy via thomas@osprey:~/tmp$ spicy -h localhost -p 5900 and see that seabios starts, that it tries to boot from floppy and network and that it fails with "No bootable device." It seems that the harddisk and the cdrom are not available for booting. I tryd all q35 machines - this means: pc-q35-1.4 pc-q35-1.5 pc-q35-1.6 pc-q35-1.7 pc-q35-2.0 All have the same problem. But if i change the machine type to "pc-i440fx-2.0" it works as expected. This means the following command line works: vimaowner@osprey:~$ qemu-system-x86_64 -enable-kvm -machine \ type=pc-i440fx-2.0 -cpu kvm32 -m 512 -balloon none -hda \ virtuals/fai/fai_root.img -cdrom cdroms/grml96-full_2014.03.iso -boot \ order=d -name fai -vga qxl -spice \ port=5900,addr=localhost,disable-ticketing -monitor stdio The image files: virtuals/fai/fai_root.img is a empty qcow2 img-file created with: vimaowner@osprey:~$ qemu-img create -f qcow2 -o \ "preallocation=metadata" fai_root.img 2G cdroms/grml96-full_2014.03.iso is a iso-file which one can download from <http://grml.org/download/> It seems qemu 1.3 in RedHat had the same problem: <https://bugzilla.redhat.com/show_bug.cgi?id=893305> but the workaround "-acpitable file=/usr/share/seabios/q35-acpi-dsdt.aml" does not help in my case. What did I more? * I tryd to start qemu as root - no difference. * I minimalized the command line to vimaowner@osprey:~$ qemu-system-x86_64 -machine type=q35 -hda \ virtuals/fai/fai_root.img -cdrom cdroms/grml96-full_2014.03.iso -boot \ order=d -display curses This does not help ether. Thomas -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages qemu-system-x86 depends on: ii ipxe-qemu 1.0.0+git-20131111.c3d1e78-2 ii libaio1 0.3.109-4 ii libasound2 1.0.27.2-4 ii libbluetooth3 4.101-4.1 ii libbrlapi0.6 5.0-2 ii libc6 2.18-7 ii libcurl3-gnutls 7.37.0-1 ii libfdt1 1.4.0+dfsg-1 ii libgcc1 1:4.9.0-4 ii libglib2.0-0 2.40.0-3 ii libgnutls28 3.2.14-1 ii libiscsi2 1.11.0-4 ii libjpeg8 8d-2 ii libncurses5 5.9+20140118-1 ii libpixman-1-0 0.32.4-1 ii libpng12-0 1.2.50-1 ii libpulse0 5.0-2 ii librados2 0.80.1-1+b1 ii librbd1 0.80.1-1+b1 ii libsasl2-2 2.1.26.dfsg1-9 ii libsdl1.2debian 1.2.15-9 ii libseccomp2 2.1.1-1 ii libspice-server1 0.12.5-1 ii libssh2-1 1.4.3-3 ii libtinfo5 5.9+20140118-1 ii libusb-1.0-0 2:1.0.18-2 ii libusbredirparser1 0.6-2 ii libuuid1 2.20.1-5.7 ii libvdeplug2 2.3.2-4 ii libx11-6 2:1.6.2-2 ii libxen-4.3 4.3.0-3+b1 ii libxenstore3.0 4.3.0-3+b1 ii qemu-keymaps 2.0.0+dfsg-6 ii qemu-system-common 2.0.0+dfsg-6 ii seabios 1.7.5-1 ii zlib1g 1:1.2.8.dfsg-1 Versions of packages qemu-system-x86 recommends: ii qemu-utils 2.0.0+dfsg-6 Versions of packages qemu-system-x86 suggests: ii kmod 16-2 pn ovmf <none> pn samba <none> pn sgabios <none> pn vde2 <none> -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org