Intel vPro® Platform
Intel Manageability Forum for Intel® EMA, AMT, SCS & Manageability Commander
2835 Discussions

usbfile.exe problem

idata
Employee
1,363 Views

Hello there

preamble:

- intel desktop board DQ67SQ

- BIOS version http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=3295&DwnldID=20647&keyword=%22Intel+Desktop+Board+DQ67SW%22&lang=eng SWQ6710H.86A

- MEBx v7.0.0.0053

- ME Firmware version 7.1.20.1119

I use usbfile.exe utility from http://software.intel.com/en-us/articles/intel-active-management-technology-software-development-kit/ Intel Active Management Technology Software Development Kit (file - Intel(R)_AMT_Release_7.0_SP1_SDK_PV_-_3696.zip) to build Setup.bin file and configure my system via usb flash drive.

Built-in help says that "If a certificate hash is added, all default hashes will be disabled and all existing user defined hashes will be deleted.". But when I configure my new system it don't work this way - my hash is added normally, but all other standard hashes are still enabled and I have to disable all of them manually..

I build file with this command line:

-create %path_to_file%\Setup.bin admin Admin1# ! -dns "mydnsserver.com" -fqdn "mydomain.com" -hash "%path_to_root_cert%\mycert.p7b" MyCertName -kvm 1 -prov 1 -conf 1 -userConsentOption 0

I will very appreciate if anyone can help me with this problem

p.s. sorry for my English, I don't know it very well yet

0 Kudos
1 Reply
idata
Employee
459 Views

The item in the commandline help is incorrect. That is not the behavior, as you have already seen. If that reult is what you want, then run the USBFile as follows, adding the parameters in RED:

usbfile -create %path_to_file%\Setup.bin admin Admin1# ! -dns "mydnsserver.com" -fqdn "mydomain.com" -ohash 0 -uhash 2 -hash "%path_to_root_cert%\mycert.p7b" MyCertName -kvm 1 -prov 1 -conf 1 -userConsentOption 0

This will give you the results as described in the incorrect note.

Reply