From owner-freebsd-emulation@FreeBSD.ORG Wed May 7 06:01:23 2008 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 629E3106566C for ; Wed, 7 May 2008 06:01:23 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from mail5out.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) by mx1.freebsd.org (Postfix) with ESMTP id 1D63E8FC1A for ; Wed, 7 May 2008 06:01:23 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: by mail5out.barnet.com.au (Postfix, from userid 1001) id 3636D2218A78; Wed, 7 May 2008 16:01:22 +1000 (EST) X-Viruscan-Id: <482145B1000072EA713E64@BarNet> Received: from mail5auth.barnet.com.au (mail5.barnet.com.au [202.83.178.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail5auth.barnet.com.au", Issuer "*.barnet.com.au" (verified OK)) by mail5.barnet.com.au (Postfix) with ESMTP id C302C21B2414 for ; Wed, 7 May 2008 16:01:20 +1000 (EST) Received: from k7.mavetju (k7.mavetju.org [10.251.1.18]) by mail5auth.barnet.com.au (Postfix) with ESMTP id 392AB2218C12 for ; Wed, 7 May 2008 16:01:20 +1000 (EST) Received: by k7.mavetju (Postfix, from userid 1001) id D05AEBAB; Wed, 7 May 2008 16:01:19 +1000 (EST) Date: Wed, 7 May 2008 16:01:19 +1000 From: Edwin Groothuis To: emulation@freebsd.org Message-ID: <20080507060119.GA50020@k7.mavetju> References: <20080507032231.GA29548@k7.mavetju> <20080507034312.GA38256@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080507034312.GA38256@k7.mavetju> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: QEMU with network boot X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2008 06:01:23 -0000 On Wed, May 07, 2008 at 01:43:12PM +1000, Edwin Groothuis wrote: > On Wed, May 07, 2008 at 01:22:31PM +1000, Edwin Groothuis wrote: > > When I start the qemu host with "-boot n", I see the DHCP requests > > and answers going over the wire (... tap device ...) but the NIC > > keeps saying that it can't get an IP address. This is the network > > output of it: > > http://pxe.dev.aboveaverageurl.com/index.php/PXE_Booting gave the > hint: I needed a next-server statement. I'll submit a PR for the manpage of pxeboot for this, because the behaviour of the ISC-DHCP has changed with version 3.0.3 about this (See http://www.mavetju.org/weblog/html/00110.html, I knew I had seen this before) > It's now through to its TFTP phase. Sorry about the noise! I have moved the file /boot/pxeboot to my tftpboot directory, it gets loaded but then QEMU complains about: ......TFTP download complete, but Unable to load file. And restarts. Not sure what goes wrong... Edwin -- Edwin Groothuis | Personal website: http://www.mavetju.org edwin@mavetju.org | Weblog: http://www.mavetju.org/weblog/