From owner-freebsd-questions@FreeBSD.ORG Wed Apr 5 19:46:00 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 F10DE16A422 for ; Wed, 5 Apr 2006 19:46:00 +0000 (UTC) (envelope-from twidds@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AF1843D5C for ; Wed, 5 Apr 2006 19:46:00 +0000 (GMT) (envelope-from twidds@gmail.com) Received: by pproxy.gmail.com with SMTP id t32so161532pyc for ; Wed, 05 Apr 2006 12:45:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=QUHHkJHQ1JNXmNVVcvAygp0xKL810MlhsuKJscAhrhA0fAzCNj032KoRsGsWRCqSNiM5Aduq5ShOK6Ye70qGAF4bUYcnNP6jgEY2QmLXoXtC1TjPyNuMSqoEnGdq9MWgDOGRCOM1+u2V92F9A58Kfh/e4DC24LTGBlqWUUxOiDU= Received: by 10.35.81.10 with SMTP id i10mr93836pyl; Wed, 05 Apr 2006 12:45:59 -0700 (PDT) Received: by 10.35.114.11 with HTTP; Wed, 5 Apr 2006 12:45:59 -0700 (PDT) Message-ID: <6794bd9e0604051245s7cd84347rc3e9c30431f7011@mail.gmail.com> Date: Wed, 5 Apr 2006 20:45:59 +0100 From: Chris To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: PXEboot install failing to load kernel 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: Wed, 05 Apr 2006 19:46:01 -0000 Hi, I am trying to perform a netboot install of FreeBSD 6 to a Thinkpad X40 laptop from linux on my desktop. I've followed what guides I can but the info is either for older versions of FreeBSD (the CD structure has changed?) or assumes an existing FreeBSD install to work from (for dissecting floppy images etc). I have downloaded the i386 bootonly iso and I have followed portions of several guides which has got me as far as tftp serving the pxeboot. I assume the dhcp and tftp parts are working ok as the laptop gets hold of pxeboot fine but then fails to load the kernel. I have tried nfs serving the boot directory of the cd and the kernel directory within that without any luck, is the kernel passed by tftp or nfs? I have tried tailing var/log/daemons but the failure to load kernel message on the laptop is the only useful indicator I get. Any help to get me further along appreciated, Chris