Firmware Updating System Causing Crashes
TimP
New Member Posts: 11 ✭
The fwupd service kept giving me system errors on boot after a new install of ubuntu 20.04 IoT. A temporary fix was to stop that service with:
sudo systemctl stop fwupd.service
sudo systemctl disable fwupd.service
sudo systemctl mask fwupd.service
Anyone else had this or got any recommendations?