We have recently implemented the WinPE4 and UEFI PXE boot onto our 7.1 environment, by following the symantec how to article http://www.symantec.com/docs/HOWTO85100
This seems to work fine if booting from a non UEFI enabled machine, however when we try and PXE boot from a Dell Venue Pro 11 UEFI Enabled tablet we are getting an error at the PXE boot menu after selecting our WINPE environment.
This is the error on screen (Had to take a pic as it flash's on screen for a split second then restarts)
Failed to fetch file size Failed to read/process proxy response Failed to to PXE boot PXE-E23: Client received TFTP error from server
We then enabled TFTP logging on the PXE server and this is the output below (Our WinPE environment is called test)
DateTime ThreadID FileName Line Message
Mon Mar 03 13:24:27 2014 5576 tftp.cpp 562 "Server root folder set to e:\program files\altiris\altiris agent\agents\deployment\task handler\sbs\images"
Mon Mar 03 13:24:27 2014 5576 tftp.cpp 535 "Server max block size set to 768"
Mon Mar 03 13:24:27 2014 4736 tftp.cpp 932 "Entered TftpServer::ManageThreadPool"
Mon Mar 03 13:24:27 2014 5232 tftp.cpp 756 "Entered TftpServer::ListenerThread"
Mon Mar 03 13:24:27 2014 5232 tftp.cpp 759 "Entered TftpServer::ListenerThread, thread priority set to above normal"
Mon Mar 03 13:24:27 2014 5232 tftp.cpp 772 "Server now listening on IP = 10.8.120.49, Port = 69"
Mon Mar 03 13:24:27 2014 4736 tftp.cpp 938 "Entered TftpServer::ManageThreadPool, thread priority set to below normal"
Mon Mar 03 13:24:47 2014 4324 tftp.cpp 1096 "Req# 1, Failure code 995, client [10.8.124.182, 1070], file 'e:\program files\altiris\altiris agent\agents\deployment\task handler\sbs\images\BStrap\x64\BStrap.efi', options [flag=5 blk=768 tm=5 sz=24896]"
Mon Mar 03 13:24:48 2014 3056 tftp.cpp 1096 "Req# 2, Success, client [10.8.124.182, 1071], file 'e:\program files\altiris\altiris agent\agents\deployment\task handler\sbs\images\BStrap\x64\BStrap.efi', time 0 secs, options [flag=1 blk=768 tm=5 sz=0]"
Mon Mar 03 13:27:27 2014 5576 tftp.cpp 535 "Server max block size set to 1456"
Mon Mar 03 13:27:27 2014 5576 tftp.cpp 562 "Server root folder set to e:\Program Files\Altiris\Altiris Agent\Agents\Deployment\Task Handler\SBS\Images"
Mon Mar 03 13:35:56 2014 5564 tftp.cpp 1096 "Req# 3, Failure code 995, client [10.8.124.182, 1070], file 'e:\Program Files\Altiris\Altiris Agent\Agents\Deployment\Task Handler\SBS\Images\BStrap\x64\BStrap.efi', options [flag=5 blk=1456 tm=5 sz=24896]"
Mon Mar 03 13:35:56 2014 2992 tftp.cpp 1096 "Req# 4, Success, client [10.8.124.182, 1071], file 'e:\Program Files\Altiris\Altiris Agent\Agents\Deployment\Task Handler\SBS\Images\BStrap\x64\BStrap.efi', time 0 secs, options [flag=1 blk=1456 tm=5 sz=0]"
Mon Mar 03 13:36:00 2014 3060 tftp.cpp 1096 "Req# 5, Failure code 2, client [10.8.124.182, 1072], file 'e:\Program Files\Altiris\Altiris Agent\Agents\Deployment\Task Handler\SBS\Images\Test\x86PC\Test.efi', options [flag=4 blk=512 tm=5 sz=0]"
Has anyone else had issue with UEFI devices? Do you have a solution
Thanks
Ryan