From owner-freebsd-stable Mon Jan 21 11:51:43 2002 Delivered-To: freebsd-stable@freebsd.org Received: from outreach.wolfnet.org (CBL-jkfritcher1-a.hs.earthlink.net [207.217.171.200]) by hub.freebsd.org (Postfix) with ESMTP id AE53A37B402 for ; Mon, 21 Jan 2002 11:51:37 -0800 (PST) Received: from outreach.wolfnet.org ([10.0.0.2]) by outreach.wolfnet.org with esmtp (Exim 3.33 #1) id 16SkT0-000Bmr-00; Mon, 21 Jan 2002 11:50:54 -0800 Date: Mon, 21 Jan 2002 11:50:38 -0800 (PST) From: "Jason K. Fritcher" To: Ladislav Kostal Cc: Subject: Re: pxeboot btx halted problem In-Reply-To: Message-ID: <20020121114039.C45041-100000@outreach.wolfnet.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 21 Jan 2002, Ladislav Kostal wrote: > On Sun, 20 Jan 2002, Jason K. Fritcher wrote: > > I'm trying to get a machine to netboot with the pxeboot loader and a Intel > > PRO/100 S network card. I built pxeboot with tftp instead of nfs support, > > as I am only looking to load a kernel with a mfs filesystem in it. > > If you want, I can send you my setup. But it is for Scom 3c905C (what > should make no difference). That would be cool to look at. Thanks. Just in case someone else might spot an error in what I'm doing, I've attached my dhcpd.conf file at the end. The loader.rc file I'm using from Alfred's PXE page, but that isn't even being loaded in my case. subnet 10.0.0.0 netmask 255.255.255.0 { option domain-name "wolfnet.org"; option domain-name-servers 10.0.0.2; option routers 10.0.0.1; default-lease-time 3600; max-lease-time 86400; host quentin-test { filename "pxeboot"; next-server 10.0.0.2; hardware ethernet 00:02:b3:89:79:8a; fixed-address quentin-test.wolfnet.org; } } Oh, and here is how tftp is setup just in case... [root@outreach:/home/root/tftproot]# grep tftp /etc/inetd.conf tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /home/root/tftproot [root@outreach:/home/root/tftproot]# ls -l total 2361 drwxr-xr-x 2 root wheel 512 Jan 18 17:50 boot -rw-r--r-- 1 root wheel 1324239 Sep 18 12:25 kernel.gz -rw-r--r-- 1 root wheel 894396 Jan 18 17:46 mfsroot.gz -rw-r--r-- 2 root wheel 157696 Jan 18 22:58 pxeboot [root@outreach:/home/root/tftproot]# ls -l boot total 169 -rw-r--r-- 1 root wheel 83 Jan 18 17:44 loader.rc -rw-r--r-- 2 root wheel 157696 Jan 18 22:58 pxeboot -- Jason K. Fritcher jkf@wolfnet.org -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS d-() s+:++ a- C+++() UB++++S+++$ P++(-) L- !E W+(--) N++(+) o? K? w--() O M- V-- PS+>+++ PE Y+ PGP(++) t+@ 5 X+ R>+ tv+(--) b+>++ DI+ D++ G e>+++ h---- r+++ y+++ ------END GEEK CODE BLOCK------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message