@AsGF2MX Ok, so I spoke too soon. I can’t deploy my resizable image, it seems to be a mount issue on the client.
I’m re-deploying my WDS image, then I’ll upload it as Single Disk - Multiple Partitions and see if that helps.
My init_32.xz is dated 09/18/2015 (SVN 4700).
Also, there’s a much easier way to handle these 32-bit EFI devices…
Go to: https://rom-o-matic.eu
Choose Advanced, for experienced users
Choose EFI PXE bootstrap 32-bit (.efi)
Check these boxes:
CPUID_SETTINGS
IMAGE_PNG
PARAM_CMD
CONSOLE_CMD
Lastly, paste this in the embedded script box at the bottom:
#!ipxe
dhcp
cpuid --ext 29 && set arch i386
params
param mac0 ${net0/mac}
param arch ${arch}
param product ${product}
param manufacturer ${product}
param ipxever ${version}
param filename ${filename}
isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme
isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme
:bootme
chain http://FOG-IP-or-Hostname/fog/service/ipxe/boot.php##params
(obviously replacing FOG-IP-or-Hostname with your FOG server’s IP or hostname)
Click Proceed and save that EFI file, I usually call mine ipxe-x32.efi.
Copy it to /tftpboot and set your DHCP server to use ipxe-x32.efi for 32-bit EFI clients and you won’t have to mess with them ever again!
I’d recommend keeping a few copies of that 32-bit .efi bootfile you made so you don’t have to re-make it in the future.
Also, if you regularly update to the latest SVN/Git…in the root of either SVN/Git directory, copy the 32-bit .efi bootfile into /packages/tftp and the file will always end up in the new /tftpboot directory whenever you update