MDT PXE boot using UEFI
by mohmaz from LinuxQuestions.org on (#5MGAA)
I implemented an MDT server using CentOS. I've also configured PXE in it so that the MDT image is PXE booted. Note that I am not using WDS as apparently there is no need to use it.
I copied over shimx64.efi and grubx64.efi. I added shim.efi as the boot image file to load the PXE menu.
This is my grub.cfg file:
menuentry 'Install Windows 10' {
insmod ext2
#set isofile=LiteTouchPE_x64.iso
#loopback loop (hd0,5)$isofile
#linux16 memdisk
#echo 'Loading ISO... may take several minutes'
echo "Starting EFI SHELL, please wait..."
set root='(hd0,msdos1)'
chainloader /LiteTouchPE_x64/bootmgr.efi
When I PXE boot it doesn't work.
Can anyone assist please?
I copied over shimx64.efi and grubx64.efi. I added shim.efi as the boot image file to load the PXE menu.
This is my grub.cfg file:
menuentry 'Install Windows 10' {
insmod ext2
#set isofile=LiteTouchPE_x64.iso
#loopback loop (hd0,5)$isofile
#linux16 memdisk
#echo 'Loading ISO... may take several minutes'
echo "Starting EFI SHELL, please wait..."
set root='(hd0,msdos1)'
chainloader /LiteTouchPE_x64/bootmgr.efi
When I PXE boot it doesn't work.
Can anyone assist please?