You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dstack-mr): correct ACPI table generation for UEFI disk boot
UKI mode uses a minimal device config (single disk + net, no vsock/9p)
matching the actual QEMU command for UEFI disk boot. The previous code
reused the -kernel mode device list which includes vsock and 9p, causing
different ACPI tables and wrong RTMR[0].
All four measurements now match TDX hardware:
MRTD: ✓ (OVMF firmware)
RTMR0: ✓ (14 events including ACPI tables)
RTMR1: ✓ (8 events: EFI apps + boot transitions)
RTMR2: ✓ (2 events: cmdline + initrd)
0 commit comments