From owner-freebsd-questions@FreeBSD.ORG Thu Apr 27 01:06:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DA4716A403 for ; Thu, 27 Apr 2006 01:06:16 +0000 (UTC) (envelope-from jpp@cloudview.com) Received: from skipjack.no-such-agency.net (skipjack.no-such-agency.net [64.142.114.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BE8443D45 for ; Thu, 27 Apr 2006 01:06:16 +0000 (GMT) (envelope-from jpp@cloudview.com) Received: from skipjack.no-such-agency.net (localhost [127.0.0.1]) by skipjack.no-such-agency.net (Postfix) with ESMTP id 1170434DA1A for ; Wed, 26 Apr 2006 18:06:16 -0700 (PDT) Received: from [192.168.2.120] (blackhole.no-such-agency.net [64.142.103.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by skipjack.no-such-agency.net (Postfix) with ESMTP id C647934DA19 for ; Wed, 26 Apr 2006 18:06:13 -0700 (PDT) Message-ID: <44501903.9060206@cloudview.com> Date: Wed, 26 Apr 2006 18:06:11 -0700 From: John Pettitt User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AV-Checked: by skipjack Subject: pxeboot looping X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2006 01:06:16 -0000 Help! I'm trying to set up a machine to boot using pxe and have run into an odd problem. The box (a Soekris 4510) load pxeboot via TFTP prints a few lines of text then reboots - the last text I see is: > Building the boot loader arguments > Relocating the loader and the BTX > Starting the BTX loader There is no further net traffic after the last tftp packet. I'm stumped - I thought it might be a cpu issue (the Soekris is a 486 clone) so I rebuilt pxeboot with -march=i486 and it didn't make any difference. At this point I'm out of ideas ....