How to make fwupd detect ESP partition?
When I run any
fwupd
command, e.g. fwupdmgr get-devices
, I get:
How can we address this?6 Replies
GitHub
PluginFlag:esp not found
A system daemon to allow session software to update firmware - fwupd/fwupd
Yes. It works on all OSes other than blendOS (is it because /boot is not writable?)
afaik /boot is writable? i could be wrong though
i'll try to take a look at it later
If it’s not writeable add fwupd commands to system.yaml
Do the update during system build
I tried it
But it still says that ESP partition is not detected
How do other blendOS users here update your system's firmware?
Remount the partition as writeable then
sudo mount -o remount,rw /boot