Michał Żygowski

Results 126 comments of Michał Żygowski

https://learn.microsoft.com/en-us/powershell/module/trustedplatformmodule/initialize-tpm?view=windowsserver2022-ps Maybe the TPm was not initialized by WIndows? TpmReady is rather some flag from BitLocker or stuff like that. It doesn't;t mean TPM is not working...

Pretty dumb but may work : https://www.youtube.com/watch?v=Rqx55O-4AcQ (one of the first search results)

I saw the transaction timeout too on VP2410, but not sure what Linux is trying to communicate with. Intel TXE is not functional on this board, so PUNIT may also...

> The function keys responsible for entering the setup and boot menu in BIOS have been changed from ESC/F12 to F2/F7 - what is the background of this decision? IMHO,...

> builds end up with [warnings](https://paste.dasharo.com/?7efccbafbda219b9#42jAjfh7sDN3yA1E2tputYYy5x4oX53iEVjH2g1bdLR8) what I should do about it? Yeah, warning fiesta from vboot/cbfstool and friends. Not much we can do, hide this information and you will...

> > Yeah, warning fiesta from vboot/cbfstool and friends. Not much we can do, hide this information and you will find someone flashing incomplete image for example (without IFD and...

`EFI/BOOT/grub.cfg` content: ``` serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 default=boot timeout=0 menuentry 'boot'{ linux /bzImage root=PARTUUID=9ee55ef3-02 rootwait rootwait quiet } ``` Timeout is 0, so basically there is no opportunity...

@tym2k1 I used WIC image for comparison. SO it means there are multiple grub.cfg sources producing different files.

> I already verified the issue of different grub configs and yes that is the case as grub.cfg is different among .iso and wic.gz but it also needs to be...

@532910 if it is blank, it means that no device installed DriverHealthProtocol defined in UEFI specification. That is not an issue.