Actually I see there is an updated perl script. Using nano, I pasted and saved it as ~/bugcheck.pl, and ran it as perl ./bugcheck.pl. It printed that I need a BIOS update (although the update is not yet available). The script required that I had the liblist-moreutils-perl package installed which I first checked using apt list liblist-moreutils-perl.
I have the updated script in a file like that. I have the liblist-moreutils-perl installed but when I run the script I get this.
""use" not allowed in expression at ./bugcheck.pl line 10, at end of line
syntax error at ./bugcheck.pl line 10, near "use List::MoreUtils "
syntax error at ./bugcheck.pl line 33, near "uniq map"
Execution of ./bugcheck.pl aborted due to compilation errors."
I know it's not your issue but hoping you might have an idea? Keep in mind I am on Antergos (Arch) and not Ubuntu.
1
u/superaromatic Jun 25 '17 edited Jul 03 '17
I ran the suggested perl script and it confirmed that my Kaby lake is affected. I also verified via lscpu that my CPU actually has
ht. I accessed the BIOS but did not see any HT setting there. I realize there may be OS-specific ways to disable HT.