Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 10438  / 3 Years ago, fri, july 23, 2021, 9:13:47

Since upgrading from 13.10 to 14.04 (with do-release-upgrade) my computer (Sony vgn-sz1vp) hangs for 4 minutes when booting.



[    1.015598] tpm_tis 00:06: 1.2 TPM (device-id 0xB, rev-id 16)
[ 1.019920] ACPI: Battery Slot [BAT1] (battery present)
[ 1.321725] isapnp: No Plug & Play device found
[ 93.668058] random: nonblocking pool is initialized
[ 121.040029] tpm_tis 00:06: Operation Timed out
[ 121.052385] tpm_tis 00:06: A TPM error (-62) occurred attempting to determine the timeouts
[ 241.088029] tpm_tis 00:06: Operation Timed out
[ 241.100484] tpm_tis 00:06: Could not get TPM timeouts and durations


So far I have tried:




  • enabling and disabling TPM in the BIOS (no change)

  • adding blacklist items for tpm_tis (and other TPM modules) in /etc/modprobe.d/blacklist-local.conf (no change)



Is there a boot parameter I can add to grub to tell the kernel to stop trying to communicate with the TPM hardware?


More From » 14.04

 Answers
1

Press 'e' at boot menu. Add the command nolapic after ro in the boot options. You can add this to grub file:



Edit your grub.cfg and change



GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"


to



GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nolapic"


Save file, then run update-grub.


[#24508] Saturday, July 24, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rillrage

Total Points: 122
Total Questions: 120
Total Answers: 103

Location: Tokelau
Member since Thu, Aug 26, 2021
3 Years ago
rillrage questions
;