From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IZqSE-00012Y-Pj for qemu-devel@nongnu.org; Mon, 24 Sep 2007 12:06:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IZqS8-0000sa-AG for qemu-devel@nongnu.org; Mon, 24 Sep 2007 12:06:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IZqS8-0000sA-3i for qemu-devel@nongnu.org; Mon, 24 Sep 2007 12:06:32 -0400 Received: from sr03-03.mta.terra.com.br ([200.154.152.42]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IZqS7-0002ug-AF for qemu-devel@nongnu.org; Mon, 24 Sep 2007 12:06:31 -0400 Received: from manticoke.hst.terra.com.br (manticoke.hst.terra.com.br [200.176.10.39]) by bungunia.hst.terra.com.br (Postfix) with ESMTP id 1F24B3200CF for ; Mon, 24 Sep 2007 13:06:27 -0300 (BRT) Received: from bach.lowtech (unknown [200.138.42.209]) (authenticated user ahasenack) by manticoke.hst.terra.com.br (Postfix) with ESMTP id EB6EA3F40BB for ; Mon, 24 Sep 2007 13:06:26 -0300 (BRT) Received: from [10.0.2.177] (brutus.conectiva.com.br [200.140.247.98]) by bach.lowtech (Postfix) with ESMTP id B5676188B3 for ; Mon, 24 Sep 2007 13:02:05 -0300 (BRT) Subject: Re: [Qemu-devel] Re: qemu 0.9.0 and pxe boot menu From: Andreas Hasenack In-Reply-To: <46F4649B.1030608@codemonkey.ws> References: <1190399127.8249.18.camel@pandora.conectiva> <46F4649B.1030608@codemonkey.ws> Content-Type: text/plain; charset=utf-8 Date: Mon, 24 Sep 2007 13:05:58 -0300 Message-Id: <1190649958.5608.6.camel@pandora.conectiva> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Em Sex, 2007-09-21 =C3=A0s 19:40 -0500, Anthony Liguori escreveu: > Andreas Hasenack wrote: > > Hi, > >=20 > > does qemu support the PXE boot menu? I have such a server here in my > > network but qemu keeps loading some default system (the first one?) > > instead of presenting me with the pxe menu. >=20 > QEMU just uses etherboot. Are you sure that you are using bridging and= =20 > connected appropriately? Yes, because the virtual machine gets an IP from my external network's dhcp server. Anyway, I tried with a standalone etherboot client and it didn't work either, so I think it's etherboot's fault.