3

Everything seems to be working correctly, but during the loading process of Manjaro Linux I see hardware errors shown on below picture (I have disabled splash screen).

Currently I use kernel 4.13.11-1.

Update: Errors do not show up when using kernel 4.9.61-3.

What is the cause of those errors and how can I get rid of them?

errors

Luke
  • 141
  • 1
    The 'mce' in those lines stands for 'machine check exception' and according to this Wikipedia article, it sounds like it might be fairly serious. – Time4Tea Nov 13 '17 at 03:53
  • Questions: 1) What hardware are you using? 2) Is this a custom kernel you have built, or a pre-packaged generic kernel? 3) Have you tried installing/booting from any other distros? If so, do you get the same error messages? – Time4Tea Nov 13 '17 at 03:55
  • @Time4Tea Interestingly, when I switched back to kernel 4.9(.61-3), those errors disappeared. I use pre-packaged kernels available through "Manjaro Settings Manager" – they are just installed by pacman. What do you mean by what hardware do I use? I could post somewhere the effect of some "hardware info" command if it'd be helpful. – Luke Nov 15 '17 at 13:01
  • 1
    Does that article help? Errors not showing up with the other kernel maybe because of (1) no mce reporting in older kernel, or (2) different code through boot doesn't cause that particular problem to happen. – dirkt Nov 15 '17 at 13:16
  • Problem can be in Manjaro. You can convert your Manjaro to Arch or boot up live Arch iso. Check if MCE errors appear in it. – Arpit Agarwal Nov 16 '17 at 09:20
  • Have you tried using intel-ucode? This may be a superficial error. – jdwolf Nov 17 '17 at 00:50
  • @jdwolf What do you mean? Could you be more specific? – Luke Nov 17 '17 at 00:52
  • 1
    @Luke Basically the linux kernel can do microcode updates to the processor if its included before the initrd. The error you see could be the kernel trying to use the CPU in a way only meant for an updated microcode.

    Actually both AMD and Intel cpus do this. But AMD works automatically whereas intel is loaded manually. So I'll assume if thats it you must have an intel.

    – jdwolf Nov 17 '17 at 00:54
  • @jdwolf Honestly it's the first time I hear about the need to update processor firmware – Luke Nov 17 '17 at 00:56
  • 1
    @Luke it happens automatically most of the time thats why. – jdwolf Nov 17 '17 at 00:57
  • 1
    @Luke https://wiki.archlinux.org/index.php/Microcode Try following that and you can rule it out at least. It can't really hurt much if its not it. – jdwolf Nov 17 '17 at 00:58
  • @Luke Also the BIOS/UEFI will ALSO update the CPU firmware so you could also update your BIOS instead. But since BIOS support tends to be awful it might be better to have linux do it. – jdwolf Nov 17 '17 at 00:59
  • This is one the the cases that a photo of text is acceptable. However can you ensure that it is in focus, so I can read it. – ctrl-alt-delor Jul 18 '19 at 11:49

0 Answers0