42

I saw several bugs and error messages when I was looking by chance into the tool called "logs".

Being a newbie in Ubuntu I have no idea how to deal with these bugs, where to report them or how to fix them. Any help to guide me here?

The bug I have (which is listed under important) reads:

[Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x52 (or later)
Zanna
  • 70,465

1 Answers1

48

Just install intel-microcode with sudo apt-get install intel-microcode and reboot.

If it does not help, try to update your BIOS.

It was already reported to launchpad as bug 1724650.

N0rbert
  • 99,918
  • I tried your first suggestion and now this bug is gone from my log :-) There are still other things of course, so I'll try to look around and see how they can be fixed. Thanks a lot. – Nermeen Hussein Dec 11 '17 at 08:59
  • 3
    +1. One small thing, you might need to enable restricted repo first to install/update intel-microcode. – pomsky Dec 12 '17 at 13:22
  • How can I enable restricted PPA please? Very ignorant about linux I'm afraid ;( – Nermeen Hussein Dec 12 '17 at 13:24
  • 2
    @NermeenHussein It might already be enabled. If not, you can open "Software & Updates" and enable it. – pomsky Dec 12 '17 at 13:29
  • Ok, I opened it and the item you highlighted is already ticked. – Nermeen Hussein Dec 12 '17 at 13:35
  • How can I run sudo if I'm in BusyBox and can't login in Ubuntu? – D M Feb 04 '18 at 11:57
  • 1
    thank you so much! :) had problems booting gentoo and i went nutz! emerging intel-miicrocode resolved it. – ufk Feb 19 '18 at 11:05
  • 2
    How should I sudo if I stuck in intramfs? Event if I try to load from usb stick, I still end up with "Unable to find a medium containing a live file system" – D M Apr 30 '18 at 15:35
  • I run from live CD where this bug message arrive. Should I install microcode in Live CD. And my os installation from live CD is stuck in detecting file system. I don't know this situation is occurred whether for this bug or not. https://askubuntu.com/questions/1039487/18-04-installation-stuck-in-detecting-file-system – alhelal May 23 '18 at 23:23