comecei a usar a distro ontem e so quando liguei o pc hoje percebi que nao passa por nenhum bootloader quando inicia o pc como estou acostumado a usar snaps do timeshift devido a ter que dividir o pc instalei o grub com interação com as snaps criadas pelo timeshift mais por algum potivo o sitema sempre inicia antes do grub
Welcome to the Forum!
When only Zorin is installed, GRUB is disabled by default. But when You need it, You can enable it. To do that, open the Terminal and type:
sudo nano /etc/default/grub
Then You get the GRUB Configuration to work on it. You should see this white Textblock:
Here You have to change 2 Lines to:
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=10
The Value 10 makes that the GRUB Menu appears 10 Seconds. So, when You want more Time, You can set a higher Value. Or: If You want to have it appear until You press Enter, You can set it to -1 and then it will stay until You interact with it.
If You have made the Changes press ctrl+o to save the Change, Enter to confirm and ctrl+x to exit. Back in the normal Terminal Overview type sudo update-grub to make the Changes affect. Don't forget that! Without it, it will not work.
