|
so I chose the EFI boot option, since I'm running linux, instead of the Windows binary.
it launched startup.nsh without issue and found a winbond flash chip: W25Q128FW
After it finished programming, doing ctrl-alt-del did not see to "reboot" the box. So I power cycled it instead.
There was roughly a 2 minute wait during the next boot cycle while the BIOS seemed to be initializing.
The TPM menu was now available within the BIOS.
What I find amusing is that the version number didn't change, but the date did:
From 10/17/2020 to 10/10/2021
-----
*-core
description: Motherboard
product: GK55
vendor: AZW
physical id: 0
version: Default string
serial: Default string
slot: Default string
*-firmware
description: BIOS
vendor: American Megatrends Inc.
physical id: 0
version: 5.13
date: 10/10/2021
size: 64KiB
capacity: 5MiB
capabilities: pci upgrade shadowing cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb biosbootspecification uefi
dmesg shows TPM at boot now:
-----
[ 0.009159] ACPI: TPM2 0x00000000799A4000 000034 (v04 ALASKA A M I 00000001 AMI 00000000)
[ 0.009224] ACPI: Reserving TPM2 table memory at [mem 0x799a4000-0x799a4033]
-----
root@beelink-gk55:~# cat /sys/class/tpm/tpm*/tpm_version_major
2
|
|