Disable GRUB delay
When you boot into your Solus system, most likely you see this GRUB screen.
You have either to wait 5 seconds or to press enter in order to proceed with the booting process. Unless you dual-boot your Solus with other systems, I think it is worth disabling this delay.
To disable it, you need to edit the file /etc/default/grub:
sudo nano /etc/default/grub
And change the delay value to 0 seconds, by setting GRUB_TIMEOUT=0:
Then update GRUB:
sudo update-grub
After the reboot, you won’t see the GRUB menu anymore and you will boot your Solus Linux right away.
Reacties
Een reactie posten