Re: how to script for SLAM

"Miller, Shao" <[email protected]>
Newsgroups gmane.network.etherboot.user
Message-ID <[email protected]>
Good day Paul,

You asked about using gPXE to fetch and load a Windows PE environment
utilizing MEMDISK.

Your first question seemed to be concerning HTTP versus TFTP.  In your
sample script, replace

http://webserver/

with

tftp://tftpserver/

and that should do the trick.

Your second question concerned the SLAM protocol, so you might enjoy a
look at the gPXE source code file gpxe/src/net/udp/slam.c  It sort of
looks like you'd have to replace

http://webserver/

with

x-slam://slamserver/

as well as to enable the SLAM protocol in a gPXE compilation, by editing
gpxe/src/config/general.h and changing the line

#undef  DOWNLOAD_PROTO_SLAM

to

#define  DOWNLOAD_PROTO_SLAM

and then recompiling gPXE.

I hope this helps.

- Shao Miller

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.