That looks like a boot parameter. Edit /etc/default/grub and add that after "quiet splash" inside the quotes, like:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amdgpu.cd=0"
Then save and run "sudo update-grub" then reboot
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amdgpu.cd=0"
Then save and run "sudo update-grub" then reboot
Comment