We're getting the same issue. If you don't catch it after the first reboot and manually choose the disk to boot to, the image will fail. Very frustrating. Can't automate with this bug.
I contacted Dell Support and they were able to point me in the right direction. Even though the problem appeared after a BIOS upgrade the issue was in MDT. What solved the problem for me was modifying LTIApply.wsf per the instructions here:
I tried updating the script but continue to run into the PC rebooting to the network.
BIOS is set to UEFI - Secure Boot OFF.
F12 only shows NIC as a boot option.
Oddly enough, if i have a USB drive inserted into the PC (a mobile version of your MDT server) it prompts to boot to USB. We let that time out and it then boots to the HDD and completes the image without an issue.
Do you see Windows Boot Manager while UEFI mode is enabled under F12? If not, then this might be where your problem is occurring. Windows Boot Manager helps delegate the system to choose which booting device to use. If you don't see either the HDD as an listed option or Windows Boot Manager then you are more likely missing some drivers that allows the HDD to be seen properly when booting into the OS even though it is detected properly in BIOS.
larrydellinger
1 Message
0
November 3rd, 2017 11:00
Hello,
We're getting the same issue. If you don't catch it after the first reboot and manually choose the disk to boot to, the image will fail. Very frustrating. Can't automate with this bug.
mlong77
2 Posts
1
November 3rd, 2017 13:00
I contacted Dell Support and they were able to point me in the right direction. Even though the problem appeared after a BIOS upgrade the issue was in MDT. What solved the problem for me was modifying LTIApply.wsf per the instructions here:
https://serverfault.com/questions/849483/mdt-v-8443-adk-v-1703-boot-order-changed-after-post-install-using-uefi
I changed the line:
TestAndFail RunBCDBootEx( sDestinationDrive & "\windows", " /s " & left(oBootDrive.Drive,2) & " /f UEFI"), 5616, "Verify BCDBootEx"
to:
TestAndFail RunBCDBootEx( sDestinationDrive & "\windows", " /c"), 5616, "Verify BCDBootEx"
and my problem was solved.
DDIAZ031
1 Message
0
May 9th, 2018 10:00
Great find.
I tried updating the script but continue to run into the PC rebooting to the network.
BIOS is set to UEFI - Secure Boot OFF.
F12 only shows NIC as a boot option.
Oddly enough, if i have a USB drive inserted into the PC (a mobile version of your MDT server) it prompts to boot to USB. We let that time out and it then boots to the HDD and completes the image without an issue.
TS is set to partition UEFI GPT
joshlamberth
2 Posts
0
May 10th, 2018 08:00
Do you see Windows Boot Manager while UEFI mode is enabled under F12? If not, then this might be where your problem is occurring. Windows Boot Manager helps delegate the system to choose which booting device to use. If you don't see either the HDD as an listed option or Windows Boot Manager then you are more likely missing some drivers that allows the HDD to be seen properly when booting into the OS even though it is detected properly in BIOS.
joshlamberth
2 Posts
0
May 10th, 2018 08:00
My reply was addressing DDIAZ031 reply.