Unsolved
This post is more than 5 years old
1 Message
0
16081
November 23rd, 2016 06:00
Dell Command|Configure bootable devices with UEFI
Hello,
We will shortly be migrating to Windows 10. The third-party company who are putting together the build on a new installation of SCCM have recommended that we switch to UEFI with Secure Boot switched on. To this end I have been trying to come up with a series of CCTK tasks which set the options we need. This will be added to the task sequence.
Essentially, what we want to do is the following:
- Regardless of the Dell model, update the BIOS to the latest version and, at the same time, reset all settings back to the factory defaults. This we can do already using standard switches for the BIOS update packages.
- Using CCTK switch over to UEFI with Secure Boot and allow booting from USB and PXE.
The series of steps I have so far looks like this:-
- InstallHAPI
- cctk.exe bootorder --bootlisttype=uefi --sequence=hdd,usbdev,cdrom,embnic --enabledevice=hdd,usbdev,cdrom,embnic
- cctk.exe --legacyorom=disable
- cctk.exe --secureboot=enable
- cctk.exe --wakeonlan
- cctk.exe --wakeonlan=enable
- cctk.exe --uefinwstack=enable
- cctk.exe --embsataraid=ahci
- cctk.exe --forcepxeonnextboot=disable
However, although most of the settings work, after running these steps the only options available in the F12 boot menu are the Onboard NIC (IPv4) and Onboard NIC (IPv6). The option to boot from USB is, for example missing.
In effect I want to, more-or-less, reproduce the items that appear in the "Legacy" boot menu in the UEFI equivalent.
Is this all possible? What I am missing here?
Any assistance would be appreciated.
Regards,
Stephen.