Mario Limonciello
Mario Limonciello
@copilot there is a CI failure with the new tests. ``` not ok /uefi/shim-detection - FuPluginUefiCapsule:ERROR:../plugins/uefi-capsule/fu-self-test.c:1015:fu_uefi_shim_detection_func: assertion failed (error == NULL): /github/workspace/build/plugins/uefi-capsule/tests/efi/fw_platform_size has unknown value 64 (FwupdError, 8) ``` It's...
Booting in legacy mode isn't really legacy mode. It should be uefi with a CSM.
Ahhh I think I see what's going on. In the BIOS plugin (which generates the warning) we are only looking if efivars is supported: https://github.com/fwupd/fwupd/blob/main/plugins/bios/fu-bios-plugin.c#L44 We need to port the...
This seems like something copilot might be able to do well. @copilot can you please move fu_uefi_capsule_backend_linux_check_smbios_enabled() into the FuContext instead? Then you can use it both in the BIOS...
Do you have `bolt` installed? Or how are you authorizing the dock? Can you please share `fwupdmgr security` output?
Okay that rules out that idea.
Maybe share the kernel log from pass versus fail and we can look for differences.
Would this mean that fwupdtool and fwupd use different credentials potentially? I don't think this is the end of the world but this could be awkward since we generally talk...
> Is it a symbol or a simple hash define? I thought it was just an integer for an ioctl. Or is your logic that if the userspace side is...
I suggest debugging your issue on the apt version - it will be easier by removing snapd from the picture. Please drop your configuration file change. If you can still...