Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2002 11:50:38 -0800 (PST)
From:      "Jason K. Fritcher" <jkf@wolfnet.org>
To:        Ladislav Kostal <ladislav.kostal@fem.uniag.sk>
Cc:        <freebsd-stable@FreeBSD.ORG>
Subject:   Re: pxeboot btx halted problem
Message-ID:  <20020121114039.C45041-100000@outreach.wolfnet.org>
In-Reply-To: <Pine.GSO.4.40.0201210819180.744-100000@fem.uniag.sk>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020121114039.C45041-100000>