首页 > 系统crash无法启动 tpm error / could not read size 0x8000000e

系统crash无法启动 tpm error / could not read size 0x8000000e

系统crash无法启动 tpm error / couldn’t read size 0x8000000e

原文连接:

https://unix.stackexchange.com/questions/305719/a-tpm-error-7-occurred-attempting-to-read-a-pcr-value-in-centos

内容:

在这里插入图片描述

问题:

I’m getting this error while booting and my computer won’t start.

a tpm error (7) occurred attempting to read a pcr value

I installed CentOS 7 on a z400 workstation computer. I was working on it and mounted a USB device from terminal and rebooted the computer, then this problem occurred.

解决方法:

n case if somebody facing this issue in the boot time , the bellow steps fixes my issue :

first of all I was getting that error Message while booting :

a tpm error (7) occurred attempting to read a pcr value

and I’ve fixed it by :

within your grub menu choose

Advanced options for ubuntu

from the list which will pop up choose the recovery mood :

Ubuntu, with linux x.x.x.x (recovery mood)

you will boot your system in the recovery mood, which will pop up some errors to you.

one of those errors in checking your file system :

failure file system check of the root filesystem failed



The root filesystem on /dev/sdaX requires a manual fsck

in my case it was /dev/sda2 ,

you need then to run the following command :

fsck -y /dev/sdaX

while sdaX is your boot driver.

一般就是sda1:

fsck -y /dev/sda1

a lot of prompts will ask you about fixing the issue,

hit yes for all those messages , after you finishing the fix , reboot your system :

reboot

and it should works fine.

总结下来就是,

  1. 查看磁盘
  2. 修复磁盘
  3. 重启
fd
fsck -y /dev/sda1
reboot

更多相关:

  • 上篇笔记中梳理了一把 resolver 和 balancer,这里顺着前面的流程走一遍入口的 ClientConn 对象。ClientConn// ClientConn represents a virtual connection to a conceptual endpoint, to // perform RPCs. // //...

  • 我的实验是基于PSPNet模型实现二维图像的语义分割,下面的代码直接从得到的h5文件开始往下做。。。 也不知道是自己的检索能力出现了问题还是咋回事,搜遍全网都没有可以直接拿来用的语义分割代码,东拼西凑,算是搞成功了。 实验平台:Windows、VS2015、Tensorflow1.8 api、Python3.6 具体的流程为:...

  • Path Tracing 懒得翻译了,相信搞图形学的人都能看得懂,2333 Path Tracing is a rendering algorithm similar to ray tracing in which rays are cast from a virtual camera and traced through a s...

  • configure_file( [COPYONLY] [ESCAPE_QUOTES] [@ONLY][NEWLINE_STYLE [UNIX|DOS|WIN32|LF|CRLF] ]) 我遇到的是 configure_file(config/config.in ${CMAKE_SOURCE_DIR}/...

  •     直接复制以下代码创建一个名为settings.xml的文件,放到C:UsersAdministrator.m2下即可