When I do sudo update-grub
I receive this message:
/usr/sbin/grub-probe:error:failed to get canonical path of /cow
I went through all google solutions none of them work presumably because I am running Ubuntu 20.04 from a Live USB with Persistent Storage (mkusb
) and not a installed version of Ubuntu if you ask why that's because a full installation of any OS just straight up won't boot or it freezes constantly.
I want a full control of my RX580s for overclocking, I don't want only to apply fixed values to my overclock of my RX580s that's why I avoid software like:
- https://github.com/marazmista/radeon-profile
- https://gitlab.com/corectrl/corectrl
- https://github.com/matszpk/amdcovc
Manually, through files, I can't overclock because there are no text files that control core, memory and voltage and it requires sudo update-grub.
TuxClocker won't run make
command because Qt software won't run the command qmake rojekti.pro
and it also requires sudo update-grub
.
So I finally settled on WattmanGTK which also — guess what — requires sudo update-grub.
How do I fix this painful error that I've been sitting on for a month so I can move on with my life? And does it make a difference if I use AMDGPU open source or AMDGPU-PRO closed source drivers?
update-grub
. You can install a Full install to USB using a disk image created by sudodus for that purpose, It works great for me: https://askubuntu.com/questions/1300454/easy-full-install-usb-that-boots-both-bios-and-uefi – C.S.Cameron Jan 03 '21 at 11:57