According to my notes, this is the way I used it (substituting your iso):
geteltorito.pl -o bios.img n2hur34w.iso
Apparently it works the other way (as tlmiller76 noted) too.
According to my notes, this is the way I used it (substituting your iso):
geteltorito.pl -o bios.img n2hur34w.iso
Apparently it works the other way (as tlmiller76 noted) too.
Yeah i’m planning to.
His syntax is even more different from the Arch wiki with the -o flag coming after the iso.
This issue has just made me so much more uncomfortable with the wiki. I don’t think i’m every going to be able to learn from the wiki. I can’t be having to guess this and that and not having a clue to begin with. Arch wiki is not good man
My usage (due to being across multiple distros) is direct from the manpage:
geteltorito <image|device> [-o outputfile]
Thats sounds a lot better
I’m going to say you are probably right because the command say’s extract bios img from iso file. Or the other way around extract from the iso to img file.
@ricklinux your thinking rationally, lol which is good.
I’m just trying to follow the wiki’s instructions as they say it. (or don’t say it)
Anyway massive thanks to everyone
Well that’s the problem because it leaves a lot of guess work in between as they just think everyone knows! 
Its so frustrating. And a lot of the issues are important and shouldn’t be left to guess work.
I’m gona give geteltorito a go if not then I’ll use fwupd whilst being unprepared and reinstall if I have to.
It would be good for me and anyone else who might need it if someone knew about recreating the NVRAM if/when its necessary.
There’s a lot of things i know… but mostly there are more that i don’t! That’s frustrating! 
I would say, the man page trumps everything else.
I’m willing to bet large sums of money that MOST people are in that same boat of knowing there’s far more they DON’T know than they do…
I didn’t notice that. @tlmiller76 is the man for using the man. I wouldn’t even have thought about checking the man pages for a command related to an AUR package.
Well - most of the SMART ones, anyway! ![]()
Just reporting back.
[muj@Blackstone ~]$ sudo dmidecode -s bios-version [sudo] password for muj: N2HET58W (1.41 )
It worked!
But I’m still getting
Nov 13 19:19:51 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU4: Core temperature/speed normal
So I don’t know if lenovo is fixing this issue.
I am so grateful to be a part of this community and I look forward to being able to help others like I have been helped, lol if/when I have the know how.
There is a Reddit thread on that issue:
And there is a package called throttled in the Arch repos that may be helpful to you. Note that (on the github page, be sure to visit and read there) it states “As discovered by DEvil0000 the Linux Thermal Monitor thermald can conflict with the purpose of this tool.”
What’s your temp though?
watch -n0.3 sensors
Perhaps it got throttled for a reason under heavy load, or only on boot when initial testing on uefi/bios
oopps, then @anon3337769’s link makes more sense 
I’ve used throttled many times and configured the cpu undervolting to -110 and -90 to be honest I don’t know if throttled has ever worked or not.
I haven’t installed throttled on this install.
In the past I’ve used s-tui and the stress option and even with throttled installed and configured the temps have all gone to the red. I always see the cpu throttled when I run sudo journalctl | grep temperature
lol I wasn’t intending to kick off another topic so we can leave it at that. I’m pretty desensitised to the whole issue now.
How are you getting this info? Dmesg or some other command?
@ricklinux are you talking about the cpu clock throttled messages?
I always have them. from sudo journalctl | grep temperature
[muj@Blackstone ~]$ sudo journalctl | grep temperature
[sudo] password for muj:
Nov 10 20:26:25 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 20:26:25 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 20:26:25 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 20:26:25 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 20:26:25 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 20:26:25 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 20:26:25 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 20:26:25 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 20:26:25 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 20:26:25 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 20:26:25 Blackstone kernel: mce: CPU0: Core temperature/speed normal
Nov 10 20:26:25 Blackstone kernel: mce: CPU4: Core temperature/speed normal
Nov 10 20:26:25 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 10 20:26:25 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 10 20:26:25 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 10 20:26:25 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 10 20:26:25 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 10 20:26:25 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 10 20:26:25 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 10 20:26:25 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 10 23:13:03 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 23:13:03 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 23:13:03 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 23:13:03 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 23:13:03 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 23:13:03 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 23:13:03 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 23:13:03 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 23:13:03 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 23:13:03 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 10 23:13:03 Blackstone kernel: mce: CPU0: Core temperature/speed normal
Nov 10 23:13:03 Blackstone kernel: mce: CPU4: Core temperature/speed normal
Nov 10 23:13:03 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 10 23:13:03 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 10 23:13:03 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 10 23:13:03 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 10 23:13:03 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 10 23:13:03 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 10 23:13:03 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 10 23:13:03 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 00:00:08 Blackstone kernel: mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 00:00:08 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 5)
Nov 11 00:00:08 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 5)
Nov 11 00:00:08 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 5)
Nov 11 00:00:08 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 5)
Nov 11 00:00:08 Blackstone kernel: mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 00:00:08 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 5)
Nov 11 00:00:08 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 5)
Nov 11 00:00:08 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 5)
Nov 11 00:00:08 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 5)
Nov 11 00:00:08 Blackstone kernel: mce: CPU7: Core temperature/speed normal
Nov 11 00:00:08 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 00:00:08 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 11 00:00:08 Blackstone kernel: mce: CPU3: Core temperature/speed normal
Nov 11 00:00:08 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 00:00:08 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 00:00:08 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 00:00:08 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 00:00:08 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 00:00:08 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 10:21:41 Blackstone kernel: mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:21:41 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:21:41 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:21:41 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:21:41 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:21:41 Blackstone kernel: mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:21:41 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:21:41 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:21:41 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:21:41 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:21:41 Blackstone kernel: mce: CPU3: Core temperature/speed normal
Nov 11 10:21:41 Blackstone kernel: mce: CPU7: Core temperature/speed normal
Nov 11 10:21:41 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 10:21:41 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 10:21:41 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 11 10:21:41 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 10:21:41 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 10:21:41 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 10:21:41 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 10:21:41 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 10:26:39 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:26:39 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:26:39 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:26:39 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:26:39 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:26:39 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:26:39 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:26:39 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:26:39 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:26:39 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 10:26:39 Blackstone kernel: mce: CPU4: Core temperature/speed normal
Nov 11 10:26:39 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 10:26:39 Blackstone kernel: mce: CPU0: Core temperature/speed normal
Nov 11 10:26:39 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 10:26:39 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 10:26:39 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 10:26:39 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 11 10:26:39 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 10:26:39 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 10:26:39 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 10:46:57 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 37)
Nov 11 10:46:57 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 54)
Nov 11 10:46:57 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 54)
Nov 11 10:46:57 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 54)
Nov 11 10:46:57 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 54)
Nov 11 10:46:57 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 37)
Nov 11 10:46:57 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 54)
Nov 11 10:46:57 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 54)
Nov 11 10:46:57 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 54)
Nov 11 10:46:57 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 54)
Nov 11 10:46:57 Blackstone kernel: mce: CPU4: Core temperature/speed normal
Nov 11 10:46:57 Blackstone kernel: mce: CPU0: Core temperature/speed normal
Nov 11 10:46:57 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 10:46:57 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 10:46:57 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 10:46:57 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 10:46:57 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 10:46:57 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 11 10:46:57 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 10:46:57 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 11:36:40 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 11:36:40 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 11:36:40 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 11:36:40 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 11:36:40 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 11:36:40 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 11:36:40 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 11:36:40 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 11:36:40 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 11:36:40 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 11:36:40 Blackstone kernel: mce: CPU0: Core temperature/speed normal
Nov 11 11:36:40 Blackstone kernel: mce: CPU4: Core temperature/speed normal
Nov 11 11:36:40 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 11:36:40 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 11 11:36:40 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 11:36:40 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 11:36:40 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 11:36:40 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 11:36:40 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 11:36:40 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 11:58:24 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 49)
Nov 11 11:58:24 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 49)
Nov 11 11:58:24 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 49)
Nov 11 11:58:24 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 49)
Nov 11 11:58:24 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 49)
Nov 11 11:58:24 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 49)
Nov 11 11:58:24 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 49)
Nov 11 11:58:24 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 49)
Nov 11 11:58:24 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 49)
Nov 11 11:58:24 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 49)
Nov 11 11:58:24 Blackstone kernel: mce: CPU4: Core temperature/speed normal
Nov 11 11:58:24 Blackstone kernel: mce: CPU0: Core temperature/speed normal
Nov 11 11:58:24 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 11:58:24 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 11:58:24 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 11:58:24 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 11:58:24 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 11 11:58:24 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 11:58:24 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 11:58:24 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 17:45:17 Blackstone kernel: mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 17:45:17 Blackstone kernel: mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 17:45:17 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 17:45:17 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 17:45:17 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 17:45:17 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 17:45:17 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 17:45:17 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 17:45:17 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 17:45:17 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 11 17:45:17 Blackstone kernel: mce: CPU3: Core temperature/speed normal
Nov 11 17:45:17 Blackstone kernel: mce: CPU7: Core temperature/speed normal
Nov 11 17:45:17 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 17:45:17 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 17:45:17 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 17:45:17 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 17:45:17 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 11 17:45:17 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 17:45:17 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 17:45:17 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 18:00:51 Blackstone kernel: mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 67)
Nov 11 18:00:51 Blackstone kernel: mce: CPU5: Core temperature above threshold, cpu clock throttled (total events = 67)
Nov 11 18:00:51 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 226)
Nov 11 18:00:51 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 226)
Nov 11 18:00:51 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 226)
Nov 11 18:00:51 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 226)
Nov 11 18:00:51 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 226)
Nov 11 18:00:51 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 226)
Nov 11 18:00:51 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 226)
Nov 11 18:00:51 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 226)
Nov 11 18:00:51 Blackstone kernel: mce: CPU1: Core temperature/speed normal
Nov 11 18:00:51 Blackstone kernel: mce: CPU5: Core temperature/speed normal
Nov 11 18:00:51 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 11 18:00:51 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 18:00:51 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 18:00:51 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 18:00:51 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 18:00:51 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 18:00:51 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 18:00:51 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 18:07:19 Blackstone kernel: mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 72)
Nov 11 18:07:19 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 310)
Nov 11 18:07:19 Blackstone kernel: mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 72)
Nov 11 18:07:19 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 310)
Nov 11 18:07:19 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 310)
Nov 11 18:07:19 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 310)
Nov 11 18:07:19 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 310)
Nov 11 18:07:19 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 310)
Nov 11 18:07:19 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 310)
Nov 11 18:07:19 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 310)
Nov 11 18:07:19 Blackstone kernel: mce: CPU2: Core temperature/speed normal
Nov 11 18:07:19 Blackstone kernel: mce: CPU6: Core temperature/speed normal
Nov 11 18:07:19 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 18:07:19 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 18:07:19 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 18:07:19 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 18:07:19 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 11 18:07:19 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 18:07:19 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 18:07:19 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 18:09:36 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 67)
Nov 11 18:09:36 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 67)
Nov 11 18:09:36 Blackstone kernel: mce: CPU4: Core temperature/speed normal
Nov 11 18:09:36 Blackstone kernel: mce: CPU0: Core temperature/speed normal
Nov 11 18:13:24 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 569)
Nov 11 18:13:24 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 569)
Nov 11 18:13:24 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 569)
Nov 11 18:13:24 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 569)
Nov 11 18:13:24 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 569)
Nov 11 18:13:24 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 569)
Nov 11 18:13:24 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 569)
Nov 11 18:13:24 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 569)
Nov 11 18:13:24 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 18:13:24 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 18:13:24 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 11 18:13:24 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 18:13:24 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 18:13:24 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 18:13:24 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 18:13:24 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 18:21:12 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 581)
Nov 11 18:21:12 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 581)
Nov 11 18:21:12 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 581)
Nov 11 18:21:12 Blackstone kernel: mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 137)
Nov 11 18:21:12 Blackstone kernel: mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 137)
Nov 11 18:21:12 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 581)
Nov 11 18:21:12 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 581)
Nov 11 18:21:12 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 581)
Nov 11 18:21:12 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 581)
Nov 11 18:21:12 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 581)
Nov 11 18:21:12 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 18:21:12 Blackstone kernel: mce: CPU3: Core temperature/speed normal
Nov 11 18:21:12 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 18:21:12 Blackstone kernel: mce: CPU7: Core temperature/speed normal
Nov 11 18:21:12 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 18:21:12 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 18:21:12 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 18:21:12 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 18:21:12 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 18:21:12 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 11 18:33:21 Blackstone kernel: mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 271)
Nov 11 18:33:21 Blackstone kernel: mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 271)
Nov 11 18:33:21 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 945)
Nov 11 18:33:21 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 945)
Nov 11 18:33:21 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 945)
Nov 11 18:33:21 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 945)
Nov 11 18:33:21 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 945)
Nov 11 18:33:21 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 945)
Nov 11 18:33:21 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 945)
Nov 11 18:33:21 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 945)
Nov 11 18:33:21 Blackstone kernel: mce: CPU2: Core temperature/speed normal
Nov 11 18:33:21 Blackstone kernel: mce: CPU6: Core temperature/speed normal
Nov 11 18:33:21 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 11 18:33:21 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 11 18:33:21 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 11 18:33:21 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 11 18:33:21 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 11 18:33:21 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 11 18:33:21 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 11 18:33:21 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 03:12:34 Blackstone kernel: mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 03:12:34 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 03:12:34 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 03:12:34 Blackstone kernel: mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 03:12:34 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 03:12:34 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 03:12:34 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 03:12:34 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 03:12:34 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 03:12:34 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 03:12:34 Blackstone kernel: mce: CPU3: Core temperature/speed normal
Nov 12 03:12:34 Blackstone kernel: mce: CPU7: Core temperature/speed normal
Nov 12 03:12:34 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 03:12:34 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 03:12:34 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 03:12:34 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 03:12:34 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 03:12:34 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 03:12:34 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 03:12:34 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 03:40:42 Blackstone kernel: mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 2)
Nov 12 03:40:42 Blackstone kernel: mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 2)
Nov 12 03:40:42 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 2)
Nov 12 03:40:42 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 2)
Nov 12 03:40:42 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 2)
Nov 12 03:40:42 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 2)
Nov 12 03:40:42 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 2)
Nov 12 03:40:42 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 2)
Nov 12 03:40:42 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 2)
Nov 12 03:40:42 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 2)
Nov 12 03:40:42 Blackstone kernel: mce: CPU3: Core temperature/speed normal
Nov 12 03:40:42 Blackstone kernel: mce: CPU7: Core temperature/speed normal
Nov 12 03:40:42 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 03:40:42 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 03:40:42 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 03:40:42 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 03:40:42 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 03:40:42 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 03:40:42 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 03:40:42 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 03:46:54 Blackstone kernel: mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 3)
Nov 12 03:46:54 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 3)
Nov 12 03:46:54 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 3)
Nov 12 03:46:54 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 3)
Nov 12 03:46:54 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 3)
Nov 12 03:46:54 Blackstone kernel: mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 3)
Nov 12 03:46:54 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 3)
Nov 12 03:46:54 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 3)
Nov 12 03:46:54 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 3)
Nov 12 03:46:54 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 3)
Nov 12 03:46:54 Blackstone kernel: mce: CPU7: Core temperature/speed normal
Nov 12 03:46:54 Blackstone kernel: mce: CPU3: Core temperature/speed normal
Nov 12 03:46:54 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 03:46:54 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 03:46:54 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 03:46:54 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 03:46:54 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 03:46:54 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 03:46:54 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 03:46:54 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 04:05:21 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 728)
Nov 12 04:05:21 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 728)
Nov 12 04:05:21 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 728)
Nov 12 04:05:21 Blackstone kernel: mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 143)
Nov 12 04:05:21 Blackstone kernel: mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 143)
Nov 12 04:05:21 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 728)
Nov 12 04:05:21 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 728)
Nov 12 04:05:21 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 728)
Nov 12 04:05:21 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 728)
Nov 12 04:05:21 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 728)
Nov 12 04:05:21 Blackstone kernel: mce: CPU7: Core temperature/speed normal
Nov 12 04:05:21 Blackstone kernel: mce: CPU3: Core temperature/speed normal
Nov 12 04:05:21 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 04:05:21 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 04:05:21 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 04:05:21 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 04:05:21 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 04:05:21 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 04:05:21 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 04:05:21 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 04:11:51 Blackstone kernel: mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 221)
Nov 12 04:11:51 Blackstone kernel: mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 221)
Nov 12 04:11:51 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 829)
Nov 12 04:11:51 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 829)
Nov 12 04:11:51 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 829)
Nov 12 04:11:51 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 829)
Nov 12 04:11:51 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 829)
Nov 12 04:11:51 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 829)
Nov 12 04:11:51 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 829)
Nov 12 04:11:51 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 829)
Nov 12 04:11:51 Blackstone kernel: mce: CPU6: Core temperature/speed normal
Nov 12 04:11:51 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 04:11:51 Blackstone kernel: mce: CPU2: Core temperature/speed normal
Nov 12 04:11:51 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 04:11:51 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 04:11:51 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 04:11:51 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 04:11:51 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 04:11:51 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 04:11:51 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 18:30:46 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:30:46 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:30:46 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:30:46 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:30:46 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:30:46 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:30:46 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:30:46 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:30:46 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:30:46 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:30:46 Blackstone kernel: mce: CPU4: Core temperature/speed normal
Nov 12 18:30:46 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 18:30:46 Blackstone kernel: mce: CPU0: Core temperature/speed normal
Nov 12 18:30:46 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 18:30:46 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 18:30:46 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 18:30:46 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 18:30:46 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 18:30:46 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 18:30:46 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 18:37:59 Blackstone kernel: mce: CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:37:59 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 136)
Nov 12 18:37:59 Blackstone kernel: mce: CPU5: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 18:37:59 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 136)
Nov 12 18:37:59 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 136)
Nov 12 18:37:59 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 136)
Nov 12 18:37:59 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 136)
Nov 12 18:37:59 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 136)
Nov 12 18:37:59 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 136)
Nov 12 18:37:59 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 136)
Nov 12 18:37:59 Blackstone kernel: mce: CPU1: Core temperature/speed normal
Nov 12 18:37:59 Blackstone kernel: mce: CPU5: Core temperature/speed normal
Nov 12 18:37:59 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 18:37:59 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 18:37:59 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 18:37:59 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 18:37:59 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 18:37:59 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 18:37:59 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 18:37:59 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 18:48:17 Blackstone kernel: mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 54)
Nov 12 18:48:17 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 256)
Nov 12 18:48:17 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 256)
Nov 12 18:48:17 Blackstone kernel: mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 54)
Nov 12 18:48:17 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 256)
Nov 12 18:48:17 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 256)
Nov 12 18:48:17 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 256)
Nov 12 18:48:17 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 256)
Nov 12 18:48:17 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 256)
Nov 12 18:48:17 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 256)
Nov 12 18:48:17 Blackstone kernel: mce: CPU6: Core temperature/speed normal
Nov 12 18:48:17 Blackstone kernel: mce: CPU2: Core temperature/speed normal
Nov 12 18:48:17 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 18:48:17 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 18:48:17 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 18:48:17 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 18:48:17 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 18:48:17 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 18:48:17 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 18:48:17 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 18:58:37 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 478)
Nov 12 18:58:37 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 190)
Nov 12 18:58:37 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 190)
Nov 12 18:58:37 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 478)
Nov 12 18:58:37 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 478)
Nov 12 18:58:37 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 478)
Nov 12 18:58:37 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 478)
Nov 12 18:58:37 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 478)
Nov 12 18:58:37 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 478)
Nov 12 18:58:37 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 478)
Nov 12 18:58:37 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 18:58:37 Blackstone kernel: mce: CPU4: Core temperature/speed normal
Nov 12 18:58:37 Blackstone kernel: mce: CPU0: Core temperature/speed normal
Nov 12 18:58:37 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 18:58:37 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 18:58:37 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 18:58:37 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 18:58:37 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 18:58:37 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 18:58:37 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 19:08:11 Blackstone kernel: mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 158)
Nov 12 19:08:11 Blackstone kernel: mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 158)
Nov 12 19:08:11 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 607)
Nov 12 19:08:11 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 607)
Nov 12 19:08:11 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 607)
Nov 12 19:08:11 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 607)
Nov 12 19:08:11 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 607)
Nov 12 19:08:11 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 607)
Nov 12 19:08:11 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 607)
Nov 12 19:08:11 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 607)
Nov 12 19:08:11 Blackstone kernel: mce: CPU7: Core temperature/speed normal
Nov 12 19:08:11 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 19:08:11 Blackstone kernel: mce: CPU3: Core temperature/speed normal
Nov 12 19:08:11 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 19:08:11 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 19:08:11 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 19:08:11 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 19:08:11 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 19:08:11 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 19:08:11 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 19:13:58 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 994)
Nov 12 19:13:58 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 994)
Nov 12 19:13:58 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 994)
Nov 12 19:13:58 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 994)
Nov 12 19:13:58 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 994)
Nov 12 19:13:58 Blackstone kernel: mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 240)
Nov 12 19:13:58 Blackstone kernel: mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 240)
Nov 12 19:13:58 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 994)
Nov 12 19:13:58 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 994)
Nov 12 19:13:58 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 994)
Nov 12 19:13:58 Blackstone kernel: mce: CPU7: Core temperature/speed normal
Nov 12 19:13:58 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 19:13:58 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 19:13:58 Blackstone kernel: mce: CPU3: Core temperature/speed normal
Nov 12 19:13:58 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 19:13:58 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 19:13:58 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 19:13:58 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 19:13:58 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 19:13:58 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 19:26:18 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 435)
Nov 12 19:26:18 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 435)
Nov 12 19:26:18 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1000)
Nov 12 19:26:18 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1000)
Nov 12 19:26:18 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1000)
Nov 12 19:26:18 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1000)
Nov 12 19:26:18 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1000)
Nov 12 19:26:18 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1000)
Nov 12 19:26:18 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1000)
Nov 12 19:26:18 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1000)
Nov 12 19:26:18 Blackstone kernel: mce: CPU4: Core temperature/speed normal
Nov 12 19:26:18 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 19:26:18 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 19:26:18 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 12 19:26:18 Blackstone kernel: mce: CPU0: Core temperature/speed normal
Nov 12 19:26:18 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 19:26:18 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 19:26:18 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 19:26:18 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 19:26:18 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 20:50:20 Blackstone kernel: mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 20:50:20 Blackstone kernel: mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 20:50:20 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 20:50:20 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 20:50:20 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 20:50:20 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 20:50:20 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 20:50:20 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 20:50:20 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 20:50:20 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 12 20:50:20 Blackstone kernel: mce: CPU6: Core temperature/speed normal
Nov 12 20:50:20 Blackstone kernel: mce: CPU2: Core temperature/speed normal
Nov 12 20:50:20 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 12 20:50:20 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 12 20:50:20 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 12 20:50:20 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 12 20:50:20 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 12 20:50:20 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 12 20:50:20 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 12 20:50:20 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 13 16:55:23 Blackstone kernel: mce: CPU3: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 16:55:23 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 16:55:23 Blackstone kernel: mce: CPU7: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 16:55:23 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 16:55:23 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 16:55:23 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 16:55:23 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 16:55:23 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 16:55:23 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 16:55:23 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 16:55:23 Blackstone kernel: mce: CPU7: Core temperature/speed normal
Nov 13 16:55:23 Blackstone kernel: mce: CPU3: Core temperature/speed normal
Nov 13 16:55:23 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 13 16:55:23 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 13 16:55:23 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 13 16:55:23 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 13 16:55:23 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 13 16:55:23 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 13 16:55:23 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 13 16:55:23 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 13 19:09:57 Blackstone kernel: mce: CPU2: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:09:57 Blackstone kernel: mce: CPU6: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:09:57 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:09:57 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:09:57 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:09:57 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:09:57 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:09:57 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:09:57 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:09:57 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:09:57 Blackstone kernel: mce: CPU6: Core temperature/speed normal
Nov 13 19:09:57 Blackstone kernel: mce: CPU2: Core temperature/speed normal
Nov 13 19:09:57 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 13 19:09:57 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 13 19:09:57 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 13 19:09:57 Blackstone kernel: mce: CPU4: Package temperature/speed normal
Nov 13 19:09:57 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 13 19:09:57 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 13 19:09:57 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 13 19:09:57 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 13 19:19:51 Blackstone kernel: mce: CPU4: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU0: Core temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
Nov 13 19:19:51 Blackstone kernel: mce: CPU4: Core temperature/speed normal
Nov 13 19:19:51 Blackstone kernel: mce: CPU6: Package temperature/speed normal
Nov 13 19:19:51 Blackstone kernel: mce: CPU5: Package temperature/speed normal
Nov 13 19:19:51 Blackstone kernel: mce: CPU1: Package temperature/speed normal
Nov 13 19:19:51 Blackstone kernel: mce: CPU0: Core temperature/speed normal
Nov 13 19:19:51 Blackstone kernel: mce: CPU2: Package temperature/speed normal
Nov 13 19:19:51 Blackstone kernel: mce: CPU7: Package temperature/speed normal
Nov 13 19:19:51 Blackstone kernel: mce: CPU3: Package temperature/speed normal
Nov 13 19:19:51 Blackstone kernel: mce: CPU0: Package temperature/speed normal
Nov 13 19:19:51 Blackstone kernel: mce: CPU4: Package temperature/speed normal
After I did the firmware update its only happened once at 19:19 after rebooting. I’ve reinstalled this Os a few times (my own stupidity) that’s why the messages only go back to the 10th.
I think it happens more when AC is plugged in
So what did you end up using for syntax for the command to extract the Bios image you downloaded. So it must have worked and then you used dd to write to a usb and booted off it to flash? Or did you use fwupd? I’ve not done this on Linux before so I’m interested in knowing different ways in case I use it.
Also I guess you must have some other packages installed in order to get those temps?