I added this line GRUB_CMDLINE_LINUX_DEFAULT=“quiet split_lock_detect=off” to /etc/default/grub.
Am I doing right ? And how can I possible update grub, update-grub is command not found.
No, add this line at the end of /etc/default/grub instead:
GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX split_lock_detect=off"
Run this command to update the grub config:
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
1 Like
Looks not crashing anymore, I will update in next hour.
I’s not crashing anymore, Im with tears, FINALLY !!!
Thank you both god angels real jesus @apparatus @solene
1 Like
I’m glad it’s solved! And you may not be the last user with this problem, so it will help other people over time \o/