MDT Issues
-
Hey,
I tried to follow this guide - https://forums.fogproject.org/topic/6284/booting-mdt-2013-litetouch-with-fog?page=1 but keep getting the error
MEMDISK image appears to be truncated
I tried both the LiteTouchPE_x64.iso and the offline media CD. The MediaCD wouldn’t even post as it says its to large.Any ideas?
Aydan
-
@WhyAydan memdisk is a bios only boot loader. Its possible to pxe boot lite touch image but you need the wim files. Looks like I need to take a few minutes and update the documentations. Give me a few hours to get this written. But its possible to do to allow both uefi and bios to load the lite touch image.
-
Just to help you get started, dig into the iso image and collect these file. The wimboot file is a download from the internet. The rest are on the iso and put them in the http path
/var/log/www
directoryset http-path http://${fog-ip}/mdtboot kernel ${http-path}/wimboot imgfetch --name BCD ${http-path}/BCD BCD imgfetch --name boot.sdi ${http-path}/boot.sdi boot.sdi imgfetch --name boot.wim ${http-path}/LT_PE_x64.wim boot.wim boot || goto MENU
-