What data are stored in TPM and is it safe to erase them?
up vote
0
down vote
favorite
I frequently use fwupdmgr
(under Fedora 28) to upgrade the firmware of my DELL laptop and it works well. However I recently got the following error:
$ fwupdmgr get-updates
ignoring Latitude 7480 TPM 2.0 [54e80140e7d8cb6211a54dae2682399e653c0884] as not updatable
fwupdmgr
is able to install other updates though.
AFAIU, TPM can't be updated if some information have been stored in it. There is an option in the BIOS to clear the data stored in TPM but I don't want to loose data.
I was wondering what are those data and if clearing them would allow me to upgrade.
In particular, I used the Machine Own Key infrastructure to be able to sign kernel modules (virtualbox
). I guess those keys are stored in the TPM. If I erase the TPM data can I reinstall the same key with mokutil
?
As an aside, I discovered the problem because for quite some time, I have an error message when booting the laptop:
kernel: tpm tpm0: A TPM error (2314) occurred attempting the self test
I was wondering if those 2 errors are linked (and so if updating the firmware would suppress the error).
firmware tpm
add a comment |
up vote
0
down vote
favorite
I frequently use fwupdmgr
(under Fedora 28) to upgrade the firmware of my DELL laptop and it works well. However I recently got the following error:
$ fwupdmgr get-updates
ignoring Latitude 7480 TPM 2.0 [54e80140e7d8cb6211a54dae2682399e653c0884] as not updatable
fwupdmgr
is able to install other updates though.
AFAIU, TPM can't be updated if some information have been stored in it. There is an option in the BIOS to clear the data stored in TPM but I don't want to loose data.
I was wondering what are those data and if clearing them would allow me to upgrade.
In particular, I used the Machine Own Key infrastructure to be able to sign kernel modules (virtualbox
). I guess those keys are stored in the TPM. If I erase the TPM data can I reinstall the same key with mokutil
?
As an aside, I discovered the problem because for quite some time, I have an error message when booting the laptop:
kernel: tpm tpm0: A TPM error (2314) occurred attempting the self test
I was wondering if those 2 errors are linked (and so if updating the firmware would suppress the error).
firmware tpm
You may have run into a kernel bug: lore.kernel.org/patchwork/patch/895585 The two issues may well be related.
– mnistic
Nov 9 at 2:51
@mnistic: thanks for your answer. I'm not smart enough to understand the link you sent but do you know if this patch in merged into Fedora or vanilla kernel ?
– Mathieu Dubois
Nov 9 at 15:31
Sorry, no idea. That's probably a question for their forums / mailing lists.
– mnistic
Nov 9 at 16:42
I will ask them. Do you have any idea on the TPM data ?
– Mathieu Dubois
Nov 9 at 17:01
The TPM can contain keys, system measurements and protected sensitive data. So it all depends on your system setup. As far as mokutil, if by mokutil you mean this thing: github.com/lcp/mokutil it doesn't seem to be using the TPM for anything. Fedora doesn't depend on it to boot (obviously) and I don't know if Dell puts anything in it.
– mnistic
Nov 9 at 17:18
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I frequently use fwupdmgr
(under Fedora 28) to upgrade the firmware of my DELL laptop and it works well. However I recently got the following error:
$ fwupdmgr get-updates
ignoring Latitude 7480 TPM 2.0 [54e80140e7d8cb6211a54dae2682399e653c0884] as not updatable
fwupdmgr
is able to install other updates though.
AFAIU, TPM can't be updated if some information have been stored in it. There is an option in the BIOS to clear the data stored in TPM but I don't want to loose data.
I was wondering what are those data and if clearing them would allow me to upgrade.
In particular, I used the Machine Own Key infrastructure to be able to sign kernel modules (virtualbox
). I guess those keys are stored in the TPM. If I erase the TPM data can I reinstall the same key with mokutil
?
As an aside, I discovered the problem because for quite some time, I have an error message when booting the laptop:
kernel: tpm tpm0: A TPM error (2314) occurred attempting the self test
I was wondering if those 2 errors are linked (and so if updating the firmware would suppress the error).
firmware tpm
I frequently use fwupdmgr
(under Fedora 28) to upgrade the firmware of my DELL laptop and it works well. However I recently got the following error:
$ fwupdmgr get-updates
ignoring Latitude 7480 TPM 2.0 [54e80140e7d8cb6211a54dae2682399e653c0884] as not updatable
fwupdmgr
is able to install other updates though.
AFAIU, TPM can't be updated if some information have been stored in it. There is an option in the BIOS to clear the data stored in TPM but I don't want to loose data.
I was wondering what are those data and if clearing them would allow me to upgrade.
In particular, I used the Machine Own Key infrastructure to be able to sign kernel modules (virtualbox
). I guess those keys are stored in the TPM. If I erase the TPM data can I reinstall the same key with mokutil
?
As an aside, I discovered the problem because for quite some time, I have an error message when booting the laptop:
kernel: tpm tpm0: A TPM error (2314) occurred attempting the self test
I was wondering if those 2 errors are linked (and so if updating the firmware would suppress the error).
firmware tpm
firmware tpm
asked Nov 8 at 18:40
Mathieu Dubois
382720
382720
You may have run into a kernel bug: lore.kernel.org/patchwork/patch/895585 The two issues may well be related.
– mnistic
Nov 9 at 2:51
@mnistic: thanks for your answer. I'm not smart enough to understand the link you sent but do you know if this patch in merged into Fedora or vanilla kernel ?
– Mathieu Dubois
Nov 9 at 15:31
Sorry, no idea. That's probably a question for their forums / mailing lists.
– mnistic
Nov 9 at 16:42
I will ask them. Do you have any idea on the TPM data ?
– Mathieu Dubois
Nov 9 at 17:01
The TPM can contain keys, system measurements and protected sensitive data. So it all depends on your system setup. As far as mokutil, if by mokutil you mean this thing: github.com/lcp/mokutil it doesn't seem to be using the TPM for anything. Fedora doesn't depend on it to boot (obviously) and I don't know if Dell puts anything in it.
– mnistic
Nov 9 at 17:18
add a comment |
You may have run into a kernel bug: lore.kernel.org/patchwork/patch/895585 The two issues may well be related.
– mnistic
Nov 9 at 2:51
@mnistic: thanks for your answer. I'm not smart enough to understand the link you sent but do you know if this patch in merged into Fedora or vanilla kernel ?
– Mathieu Dubois
Nov 9 at 15:31
Sorry, no idea. That's probably a question for their forums / mailing lists.
– mnistic
Nov 9 at 16:42
I will ask them. Do you have any idea on the TPM data ?
– Mathieu Dubois
Nov 9 at 17:01
The TPM can contain keys, system measurements and protected sensitive data. So it all depends on your system setup. As far as mokutil, if by mokutil you mean this thing: github.com/lcp/mokutil it doesn't seem to be using the TPM for anything. Fedora doesn't depend on it to boot (obviously) and I don't know if Dell puts anything in it.
– mnistic
Nov 9 at 17:18
You may have run into a kernel bug: lore.kernel.org/patchwork/patch/895585 The two issues may well be related.
– mnistic
Nov 9 at 2:51
You may have run into a kernel bug: lore.kernel.org/patchwork/patch/895585 The two issues may well be related.
– mnistic
Nov 9 at 2:51
@mnistic: thanks for your answer. I'm not smart enough to understand the link you sent but do you know if this patch in merged into Fedora or vanilla kernel ?
– Mathieu Dubois
Nov 9 at 15:31
@mnistic: thanks for your answer. I'm not smart enough to understand the link you sent but do you know if this patch in merged into Fedora or vanilla kernel ?
– Mathieu Dubois
Nov 9 at 15:31
Sorry, no idea. That's probably a question for their forums / mailing lists.
– mnistic
Nov 9 at 16:42
Sorry, no idea. That's probably a question for their forums / mailing lists.
– mnistic
Nov 9 at 16:42
I will ask them. Do you have any idea on the TPM data ?
– Mathieu Dubois
Nov 9 at 17:01
I will ask them. Do you have any idea on the TPM data ?
– Mathieu Dubois
Nov 9 at 17:01
The TPM can contain keys, system measurements and protected sensitive data. So it all depends on your system setup. As far as mokutil, if by mokutil you mean this thing: github.com/lcp/mokutil it doesn't seem to be using the TPM for anything. Fedora doesn't depend on it to boot (obviously) and I don't know if Dell puts anything in it.
– mnistic
Nov 9 at 17:18
The TPM can contain keys, system measurements and protected sensitive data. So it all depends on your system setup. As far as mokutil, if by mokutil you mean this thing: github.com/lcp/mokutil it doesn't seem to be using the TPM for anything. Fedora doesn't depend on it to boot (obviously) and I don't know if Dell puts anything in it.
– mnistic
Nov 9 at 17:18
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53214176%2fwhat-data-are-stored-in-tpm-and-is-it-safe-to-erase-them%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You may have run into a kernel bug: lore.kernel.org/patchwork/patch/895585 The two issues may well be related.
– mnistic
Nov 9 at 2:51
@mnistic: thanks for your answer. I'm not smart enough to understand the link you sent but do you know if this patch in merged into Fedora or vanilla kernel ?
– Mathieu Dubois
Nov 9 at 15:31
Sorry, no idea. That's probably a question for their forums / mailing lists.
– mnistic
Nov 9 at 16:42
I will ask them. Do you have any idea on the TPM data ?
– Mathieu Dubois
Nov 9 at 17:01
The TPM can contain keys, system measurements and protected sensitive data. So it all depends on your system setup. As far as mokutil, if by mokutil you mean this thing: github.com/lcp/mokutil it doesn't seem to be using the TPM for anything. Fedora doesn't depend on it to boot (obviously) and I don't know if Dell puts anything in it.
– mnistic
Nov 9 at 17:18