Hey Guys,
I’m trying to do something “tricky” with our FOG install.
I’ve already customized our PXE boot menu to use isos like dban, live debian…
New project: Using Windows 10 ISO in UEFI!
So i added the PXE boot menu entry like that:
kernel http://${fog-ip}/fog/boot/wimboot
initrd http://${fog-ip}/w10x64/boot/bcd BCD
initrd http://${fog-ip}/w10x64/boot/boot.sdi boot.sdi
initrd -n boot.wim http://${fog-ip}/w10x64/sources/boot.wim boot.wim
boot
Then i configured the DHCP to load ipxe.efi (option 67), and the computer to boot on PXE Uefi
Everything loads Well, but the Windows installation doesn’t find the hard drive, because i think the windows 10 installation is loaded in bios mode (like screen resolution is bad, dell logo isn’t displayed in the loading…)
I think it’s due to the PXE entry configuration, i don’t really know how to configure it to load bootmgr.efi in the ISO…
Thank in advance for your help
Arnaud
Edit: if it can helps, here are the interesting files available in the Win10 iso;
w10x64/efi/boot/bootx64.efi
w10x64/boot/bcd
w10x64/boot/boot.sdi
w10x64/bootmgr
w10x64/bootmgr.efi
w10x64/sources/manyregularfileslikeineverywindowsisohahaha(including boot.wim)