I am new to Linux, I keep getting this error message. How do I fix this. Dual booting win10 and Ubuntu 18.10:
Asked
Active
Viewed 1,231 times
2 Answers
0
You could update your firmware using the fwudp
command.
Open the terminal(Ctrl+Alt+t) and
update your system first -> sudo apt update && sudo apt upgrade -y
Now use following commands one by one:
sudo service fwupd start
sudo fwupdmgr refresh
sudo fwupdmgr update

Kevin Bowen
- 19,615
- 55
- 79
- 83