From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: Re: Test failures during git daily testing Date: Tue, 08 Dec 2009 19:34:37 -0200 Message-ID: <1260308077.2186.0.camel@localhost.localdomain> References: <1260208445.2301.4.camel@localhost.localdomain> <4B1E5106.9020303@redhat.com> <4B1E98D2.2010201@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: Avi Kivity , KVM mailing list , Dor Laor To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:24389 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751680AbZLHVeh (ORCPT ); Tue, 8 Dec 2009 16:34:37 -0500 In-Reply-To: <4B1E98D2.2010201@siemens.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, 2009-12-08 at 19:20 +0100, Jan Kiszka wrote: > Avi Kivity wrote: > > On 12/07/2009 07:54 PM, Lucas Meneghel Rodrigues wrote: > >> Hi Folks: > >> > >> Today pretty much all install tests for kvm and qemu upstream git > >> failed. the vm screen says something along the lines: > >> > >> Starting SeaBIOS [version-string] > >> No bootable device. > >> > >> Screenshot attached. The command line the test used: > >> > >> /usr/local/autotest/tests/kvm/qemu -name 'vm1' -monitor > >> unix:/tmp/monitor-20091207-120625-tyjI,server,nowait -drive > >> file=/usr/local/autotest/tests/kvm/images/fc11-32.qcow2,if=ide -net > >> nic,vlan=0 -net user,vlan=0 -m 512 -smp 1 -cdrom > >> /usr/local/autotest/tests/kvm/isos/linux/Fedora-11-i386-DVD.iso -fda > >> /usr/local/autotest/tests/kvm/images/floppy.img -tftp > >> /usr/local/autotest/tests/kvm/images/tftpboot -boot d -bootp > >> /pxelinux.0 -boot n -redir tcp:5000::22 -vnc :0 > >> > >> There's a concern that the command that was used might no longer be > >> valid. If that's the case, please advise. > >> > > > > You have both -boot n and -boot d. Not sure if this is legal, maybe you > > need -boot nd. > > ("-boot n" actually overwrites "-boot d".) > > Isn't PXE booting temporarily disabled in qemu-kvm? So there is no > device remaining and the tests fail. Avi, can you confirm that? If that's the case, I will have to switch over step file based installs for upstream. > Jan >