Comment 4 for bug 2033111

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote : Re: grub-pc-bin not installed after plaintext install with canary image

Those logs are from an *unencrypted* core boot classic / hybrid install, which isn't supposed to be possible!

See the capability=<GuidedCapability.CORE_BOOT_UNENCRYPTED: 7> bit in:

GuidedChoiceV2(target=GuidedStorageTargetReformat(disk_id='disk-vda', allowed=[<GuidedCapability.CORE_BOOT_UNENCRYPTED: 7>, <GuidedCapability.DIRECT: 2>, <GuidedCapability.LVM: 3>, <GuidedCapability.LVM_LUKS: 4>, <GuidedCapability.ZFS: 5>], disallowed=[GuidedDisallowedCapability(capability=<GuidedCapability.CORE_BOOT_ENCRYPTED: 6>, reason=<GuidedDisallowedCapabilityReason.CORE_BOOT_ENCRYPTION_UNAVAILABLE: 2>, message='not encrypting device storage as checking TPM gave: not a supported EFI system')]), capability=<GuidedCapability.CORE_BOOT_UNENCRYPTED: 7>, sizing_policy=<SizingPolicy.ALL: 2>, reset_partition=False)

It's interesting that CORE_BOOT_UNENCRYPTED is the first element of allowed -- I guess this is another symptom of bug 2033244.

I'm also not surprised that this install did not boot under BIOS -- we should probably not allow it on a BIOS system (but the client is still being weird)