mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
a9204f48e0
On Arch Linux, `chipsec_main` fails:
################################################################
## ##
## CHIPSEC: Platform Hardware Security Assessment Framework ##
## ##
################################################################
[CHIPSEC] Version 1.5.10
[CHIPSEC] Arguments:
insmod: ERROR: could not insert module /var/lib/dkms/chipsec/1.5.10/
5.11.6-arch1-1/x86_64/module/chipsec.ko.xz: Operation not permitted
ERROR: Message: "Could not start Linux Helper, are you running as Admin/root?
{}.format(err)"
Showing `{}.format(err)` is a bug caused by a misplaced quote. With the
quote in the right position, the error is clearer:
ERROR: Message: "Could not start Linux Helper, are you running as Admin/root?
Command '['insmod', '/var/lib/dkms/chipsec/1.5.10/5.11.6-arch1-1/
x86_64/module/chipsec.ko.xz', '', '']' returned non-zero exit
status 1."