4

I have an "mei_me" error at system boot-up.

May  2 17:47:39 florian-Linux kernel: [   11.867542] mei_me 0000:00:16.0: irq 62 for MSI/MSI-X
May  2 17:47:39 florian-Linux kernel: [   11.870423] mei_me 0000:00:16.0: version message write failed: ret = -5
May  2 17:47:39 florian-Linux kernel: [   11.870452] mei_me 0000:00:16.0: hbm_start failed ret = -5
May  2 17:47:39 florian-Linux kernel: [   11.870470] mei_me 0000:00:16.0: reset failed
May  2 17:47:39 florian-Linux kernel: [   11.870487] mei_me 0000:00:16.0: link layer initialization failed.
May  2 17:47:39 florian-Linux kernel: [   11.870509] mei_me 0000:00:16.0: init hw failure.
May  2 17:47:39 florian-Linux kernel: [   11.891233] mei_me 0000:00:16.0: initialization failed.

My Kernel version:

3.13.0-51-generic #84-Ubuntu SMP Wed Apr 15 12:08:34 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

can anyone say me: where come this error from and how to solve this problem?

1 Answers1

0

To tell grub to use older kernal everytime you can refer to the official documentation or this link. In short, you need to change the value of GRUB_DEFAULT in the file /etc/default/grub. To know what value you should put in for GRUB_DEFAULT, you have to refer to the order of boot entries listed in the grub menu. This information comes from the file /boot/grub/grub.cfg. This basically involves counting the menuentries and matching it with the position of your old-kernal as listed in the grub menu.

Ron
  • 20,938