We're trying to deploy esxi 5.0 with gpxe but we're running into an error when the installer is trying to load a module. The error we're getting is "fatal error: 10 (out of resources)" and this happens when the file "s.v00" is being loaded.
The steps we've followed:
- pxe boot the server, it successfully loads the undionly.kpxe file and loads the gpxe boot config
- the esxi installer (mboot.c32) is booted using the parameters mentioned in the install documentation. boot.cfg is passed to it at this point
- boot.cfg tells the installer to boot kernel "tboot.b00" and several modules, including "s.v00"
- the installer loads the kernel and all modules up to "s.v00". it appears to try to load this file too but it's fairly large, so this takes a few seconds
- the fatal error appears, the boot process stops
The list of modules we're loading comes straight from the vSphere Installation and Setup documentation (page 23).
Anyone else with this issue?