- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Secure Boot
I have an HP Proliant DL360 Gen9 running 7 U1, I have recently installed a TPM chip and I would like to configure secure boot.
After running the verification script (/usr/lib/vmware/secureboot/bin/secureBoot.py -c) my output is:
"Secure boot CANNOT be enabled: Failed to verify signatures of the following vib(s): [hpnmi]. All tardisks validated. All acceptance levels validated"
Not sure how to correct this.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The only solution is to update the VIB to one that is digitally signed by the vendor.
Tips, KB articles, etc posted here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- SSH to you host
- esxcli software vib remove -n hpnmi
- Reboot host
Install newest VMware and HPE patches. The hpnmi vib should be installed automatically again. If not you can download and winscp it to the host and install with "esxcli software vib install -v /tmp/%yourvib%
Regards
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for sharing.