Mario Limonciello
Mario Limonciello
Maybe we want to make an exclusion for that partition label for ESP detection. It looks like a recovery image.
Ideally before wiping machine - we want somewhere to test it!
I think we should be able to exclude your disk partition from the automatic detection.
Would you be able to check if the detection helps on https://github.com/fwupd/fwupd/pull/6482? You can check out that branch, build it, and then run `sudo ./build/src/fwupdtool esp-list` and it should show...
And if still doesn't work, please provide output for `sudo ./build/src/fwupdtool esp-list --verbose --verbose`
I don't expect it's a problem with your preload. I think it's because of the algorithm change that happened in newer fwupd to try to pick among multiple candidates for...
Try ```shell sudo ./build/src/fwupdtool refresh sudo ./build/src/fwupdtool update ```
What are the new logs showing you?
Ah I see what's wrong. I used the wrong thing to trigger it. I used this: ``` org.freedesktop.UDisks2.Partition: Flags: 0 IsContained: false IsContainer: false Name: "Recovery Partition" ``` But I...
OK, I'm quite confused. I could reproduce this before, https://github.com/fwupd/fwupd/pull/6654 fixed it for me, but now I can reproduce it again too. @valentindavid can you advise at all? @jkolako-solidigm for...