On Thu, Jan 21, 2016, 10:48 PM wk <[email protected]> wrote: > Hi, > > CentOS7.1, Dell PowerEdge R730xd. > > How to check/get UEFI information by shell/bash terminal ? example:if > UEFI is enabled? if secure boot is enabled? >
You should find an early kernel message that secure boot is enabled. Just 'dmesg | grep -i secure' You can also use 'mokutil --sb-state' Chris Murphy > Thanks. > _______________________________________________ > CentOS mailing list > [email protected] > https://lists.centos.org/mailman/listinfo/centos > _______________________________________________ CentOS mailing list [email protected] https://lists.centos.org/mailman/listinfo/centos

