The kernel log indicates that hardware errors were detected.
i have just installed fedora 26 and when reboot to first use it I found a system error '' The kernel log indicates that hardware errors were detected. This is most likely not a software problem.''
The problem details is
mce: [Hardware Error]: Machine check events logged
The kernel log indicates that hardware errors were detected. The data was saved by kernel for processing by the mcelog tool. However, neither /var/log/mcelog nor system log contain mcelog messages. Most likely reason is that mcelog is not installed or not configured to be started during boot. Without this tool running, the binary data saved by kernel is of limited usefulness. (You can save this data anyway by running 'cat < /dev/mcelog > FILE'). The recommended course of action is to install mcelog. If another hardware error would occur, a user-readable description of it will be saved in system log or /var/log/mcelog.
BOOTIMAGE=/boot/vmlinuz-4.11.8-300.fc26.x8664 root=/dev/mapper/fedorareham-root ro rd.lvm.lv=fedorareham/root rd.lvm.lv=fedorareham/swap rhgb quiet LANG=enGB.UTF-8ockquote
I checked mcelog and found that mcelog-3:153-1.fc26.x86_64 is already installed. What could be the problem?
Run this command and report the results:
systemctl status mcelog.service
to find out if it's enabled and running.I've been experiencing same issues with occassional random freezes on my Ryzen build lately with Nvidia proprietary drivers, still trying to get to the bottom of this. For comparison sake What kind of setup you're using?
This is the output of the command
OK, we now know that mcelog is running. Judging by the output, you'd only been booted for five minutes, but the journal has already been rotated. Odd, but I don't know what it means.
Do you have
/var/log/mcelog
available on your system?