Article 5MGAA MDT PXE boot using UEFI

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?latest?d=yIl2AUoC8zA latest?i=McWm2kPNs90:8ISf0Avuz_c:F7zBnMy latest?i=McWm2kPNs90:8ISf0Avuz_c:V_sGLiP latest?d=qj6IDK7rITs latest?i=McWm2kPNs90:8ISf0Avuz_c:gIN9vFwMcWm2kPNs90
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments