Comment 21 for bug 2063143

Revision history for this message
Nero Burner (pyro4hell) wrote :

Until this bug is fixed the workaround to disable the splash in the grub settings worked for me on Kubuntu 24.04 with AMD Ryzen 8700G

- edit /etc/default/grub
- modify the line: `GRUB_CMDLINE_LINUX_DEFAULT='quiet splash'`
- remove the `splash` part, remaining line: `GRUB_CMDLINE_LINUX_DEFAULT='quiet'`
- save file and update grub with `sudo update-grub`