Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
using ipxe for esx 5.1 install
2013-02-12, 01:48
Post: #1
using ipxe for esx 5.1 install
I used the following ipxe script to boot ESX on my server.
All the modules load fine. But the script hangs at the boot command.
With gpxe it worked fine without any issues.

https://gist.github.com/robinsmidsrod/2769396

Attached is the screenshot where it hangs.
Find all posts by this user
Quote this message in a reply
2013-02-12, 08:23
Post: #2
RE: using ipxe for esx 5.1 install
There is no screenshot, but I'm going to assume it hangs somewhere in the loading of the modules. I believe this is related to the fact that mboot.c32 decompresses the modules as it loads them, which iPXE does not. Your safest route is to use mboot.c32 to load ESXi for now. Do remember that you must enable IMAGE_COMBOOT in src/config/general.h and recompile to be able to execute .c32 images from pre v4 SYSLINUX. If you need to use newer SYSLINUX modules you'll need to load pxelinux.0 first, which in turn loads mboot.c32.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)