[gPXE] I have installed Windows 2008 on iSCSI, but?

Thomas Miletich thomas.miletich at gmail.com
Fri Mar 26 12:53:26 EDT 2010


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 <fatih at 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 at etherboot.org
> http://etherboot.org/mailman/listinfo/gpxe
>


More information about the gPXE mailing list