Subject: Re: diskless.8 has been massively revised; please review
To: Erik E. Fair <fair@clock.org>
From: Luke Mewburn <lukem@netbsd.org>
List: tech-net
Date: 05/25/2003 20:55:49
On Sat, May 24, 2003 at 01:10:46AM -0700, Erik E. Fair wrote:
  | Roland,
  | 	Do you have the required lines from dhcpd.conf for a PXE
  | i386 boot that you could E-mail to me? The PXE specification mentions
  | a "special DHCP request for the bootstrap filename...

[I'm not Roland, but you know that ;-]

Hi Erik.

Here's what I've got in my dhcpd.conf; I believe I found this somewhere
on www.netbsd.org:
		
	class "pxe-clients-ia32" {
		match if substring (option vendor-class-identifier, 0, 20) =
		    "PXEClient:Arch:00000";
		filename "pxeboot_ia32.bin";
	}

I've got pxeboot_ia32.bin (from NetBSD/i386's /usr/mdec) in the root
of my tftp directory.


Luke.