[ipxe-devel] iPXE and Windows Server 2003

Shahid Munir mr_shahid_munir2 at yahoo.co.uk
Tue Mar 15 17:10:12 UTC 2011


Hi,


I tried that and I get the following - the menu displays and I select Memtest

then I get the following output:

http://.../memtest/memtest.img. ok
. Error 0x3d008001 (http://ipxe.org/3d008001)
Could not fetch http://.../menu.c32: Error 0x3d008001 (http://ipxe.org/3d008001)
Could not chain image: Error 0x3d008001 (http://ipxe.org/3d008001)
No more network devices

Any ideas what is going wrong?

Regards.
Shahid




________________________________
From: Sven Dreyer <sven at dreyer-net.de>
To: Shahid Munir <mr_shahid_munir2 at yahoo.co.uk>
Cc: ipxe-devel at lists.ipxe.org
Sent: Fri, 4 March, 2011 17:38:24
Subject: Re: [ipxe-devel] iPXE and Windows Server 2003

Hi Shahid,

Am 04.03.2011 18:08, schrieb Shahid Munir:
> I'll try that. How do I get a menu to appear so I could run memtest or
> load firmware alongside the ESXi install?

Create boot.ipxe:

#!gpxe
chain http://your.webserver/menu.c32 http://your.webserver/menu.cfg

Create a menu.cfg in the syslinux/pxelinux menu style. Add entries like these:

LABEL esxi
  MENU LABEL Install ESXi
  KERNEL http://your.webserver/installesxi.ipxe
LABEL memtest
  MENU LABEL Memory Test
  KERNEL http://your.webserver/memtest.img

As you can see, you can load further iPXE scripts (the installesxi.ipxe).

Put boot.ipxe, menu.c32, menu.cfg, memtest.img and installesxi.ipxe to your 
webserver root directory.

Configure your DHCP server to hand out "http://your.webserver/boot.ipxe" as boot 
file name.

Regards, Sven


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ipxe.org/pipermail/ipxe-devel/attachments/20110315/21ec0c80/attachment.htm>


More information about the ipxe-devel mailing list