Solution to failure to boot after Ubuntu kernel upgrade: ubuntu Kernel

Source: Internet
Author: User

Solution to failure to boot after Ubuntu kernel upgrade: ubuntu Kernel

Ubuntu has always reminded me to upgrade the kernel. I can't help it today. Then GG goes, and an error is reported directly at startup.

[Firmware Bug] TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later) ...... a lot

It seems that the CPU microcode is not the latest version, which causes problems.

Solution

To quickly restore my previous system.

Restart your computer
After the instance is started, choose grub> advanced options> previous kernel version> Enter,

Enter System
Delete the latest kernel
Open the command line Ctrl + Alt + T

// View the currently used kernel # uname-a // view all the kernels of the current system # sudo dpkg -- get-selections | grep linux-image // Delete the just-updated kernel # sudo apt-get autoremove linux-image-4.13.0-36-generic // restart the system # sudo reboot

In this way, the kernel version is restored to the previous version, and will be updated after a more stable kernel version is released.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.