Have a look at
http://etherboot.org/wiki/commandline

an example script could look like this:

#!gpxe
ifopen net0
set net0/ip 192.168.10.1
set net0/netmask ...
sanboot iscsi:<server-ip>::::<target-name>

build gPXE with:

make bin/gpxe.dsk EMBEDDED_IMAGE=foo.gpxe

where foo.gPXE is the name of the gPXE script.

On Fri, Mar 26, 2010 at 5:41 PM, Fatih Tolga Ata <fa...@tullab.com> wrote:
> Hi,
> I've succesfully installed windows 2008. Now, I want to free gpxe from
> dhcp. According to our network system, there is no dhcp server in SAN
> subnet. So I have to define clients settings statically (ip address,
> root-path, keep-san, etc..). How can I do that?
> Regards.
> _______________________________________________
> gPXE mailing list
> gPXE@etherboot.org
> http://etherboot.org/mailman/listinfo/gpxe
>
_______________________________________________
gPXE mailing list
gPXE@etherboot.org
http://etherboot.org/mailman/listinfo/gpxe

Reply via email to