On Xubuntu 20.04 LTS live USB, I'm trying to add radeon.modeset=0
to the line GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
in the file sudo nano /etc/default/grub
so that it reads:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash radeon.modeset=0"
and make that change permanent.
This is to prevent one of my discrete graphic cards (Radeon) from starting on boot.
BUT...
When I sudo update-grub
after making the above change, it says failed to get canonical path of /cow
...
How can I fix that?
Is it necessary to
sudo update-grub
after making the change in order for the change to stick?The change saves successfully and doesn't give a read-only error. However, when I restart, the change is no longer there.
I don't want to make the USB persistent.
The USB was created with UNetbootin.
My main concern is the disabling of the discrete graphic card rather than the title of this question. So if the fix to the title is too involved and the disabling of the graphic card could be accomplished with less work, I'm all for it.
Thank you very much for any help! ?
0 Answers