从 16.04 升级到 17.04 没有任何问题,直到重启,之后 Ubuntu 无法启动

从 16.04 升级到 17.04 没有任何问题,直到重启,之后 Ubuntu 无法启动

错误信息截图

上图所示的问题。Ctrl+D没什么帮助。启动到这个点需要 15 分钟。PC 是戴尔的。Ubuntu 到目前为止运行顺利。我读过其他关于“tpm 无法到达资源区域”错误的文章,但它们令人费解且毫无帮助。

安装过程很顺利,没有中断。计算机要求重新启动后,发生了这种情况。我已经备份了所有内容,但我正在寻找一种比重新安装操作系统更方便的解决方案。

kernel is 4.10.0-42-generic

编辑:20 分钟后成功登录。但电脑速度非常慢,需要几秒钟才能打开终端等。此外,我的触摸屏和键盘功能都消失了。现在使用虚拟键盘,因为鼠标仍然可用。

description: Portable Computer
    product: Inspiron 5555 (Inspiron 5555)
    vendor: Dell Inc.
    version: A08
    serial: *******
    width: 64 bits
    capabilities: smbios-2.8 dmi-2.8 smp vsyscall32
    configuration: boot=normal chassis=portable sku=Inspiron 5555 uuid=44454C4C-3100-1032-8048-C2C04F4D3732

  *-firmware
       description: BIOS
       vendor: Dell Inc.
       physical id: 0
       version: A08
       date: 08/27/2015
       size: 64KiB
       capacity: 8128KiB
       capabilities: pci pnp upgrade shadowing cdboot bootselect edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer int10video acpi usb zipboot smartbattery biosbootspecification uefi

  *-cache:0
       description: L1 cache
       physical id: 12
       slot: L1 CACHE
       size: 320KiB
       capacity: 320KiB
       clock: 1GHz (1.0ns)
       capabilities: pipeline-burst internal write-back unified
       configuration: level=1

  *-cache:1
       description: L2 cache
       physical id: 13
       slot: L2 CACHE
       size: 2MiB
       capacity: 2MiB
       clock: 1GHz (1.0ns)
       capabilities: pipeline-burst internal write-back unified
       configuration: level=2

  *-memory
       description: System Memory
       physical id: 25
       slot: System board or motherboard
       size: 8GiB

     *-bank:0
          description: SODIMM DDR3 Synchronous Unbuffered (Unregistered) 1600 MHz (0.6 ns)
          product: M471B5173QH0-YK0
          vendor: Samsung
          physical id: 0
          serial: 209F7FFC
          slot: DIMM A
          size: 4GiB
          width: 64 bits
          clock: 1600MHz (0.6ns)

     *-bank:1
          description: SODIMM DDR3 Synchronous Unbuffered (Unregistered) 1600 MHz (0.6 ns)
          product: M471B5173QH0-YK0
          vendor: Samsung
          physical id: 1
          serial: 209F8134
          slot: DIMM B
          size: 4GiB
          width: 64 bits
          clock: 1600MHz (0.6ns)

启动日志:https://pastebin.com/s7CtCSCF

答案1

感谢所有帮助过我的人!我解决了!我讨厌解决方案没有发布,所以我希望这可以防止任何人像我一样擦除硬盘(幸运的是我有备份 - 总是有备份!)

问题是计算机需要BIOS 更新经过一番深入的谷歌搜索后,我发现了另一个内核中与 tmp_crb 错误相关的类似错误:

https://bugzilla.redhat.com/show_bug.cgi?id=1394912

一条随机评论建议更新 bios。我的 bios 版本在 pastebin 中列为 A08,我的主板的最新版本是 A12。我试了一下,在刷新 bios 更新后,CPU 挂起问题得到了解决。有趣的是,bios 更新描述明确指出它修复了启动 CPU 挂起问题。

更新后,电脑性能好得令人眼花缭乱。这真是太痛苦了,希望有一天自己足够有钱,不用再去纠正自己的错误。

相关内容