0

This is the thing: I have a secondary laptop with both Windows 10 and Ubuntu 19.04 and I use GRUB to select every time which OS to load. This is great for me...BUT my little brother plays a lot of games on this laptop frequently. So now, I just want Windows 10 to load directly without losing Ubuntu because sometimes I need it. How can I do this?

  • 1
    https://askubuntu.com/questions/148095/how-do-i-set-the-grub-timeout-and-the-grub-default-boot-entry has all you need. – Rinzwind Jun 09 '19 at 16:38
  • 1
    If your little brother is smart enough to play Windows 10 games, can't he simply arrow down to select Windows 10 on menu and press Enter? – WinEunuuchs2Unix Jun 09 '19 at 16:39
  • @WinEunuuchs2Unix yeah...but I know my brother XD. It´s better to do it like I'm asking. ¯_(ツ)_/¯ – shinigami023 Jun 09 '19 at 16:54
  • You can try changing Boot priority. Windows boot manager to load first instead of grub. – Kulfy Jun 09 '19 at 16:59

1 Answers1

0

You can run the Grub Customizer program you have installed with Grub itself.

You can find it in your apps

Mattia
  • 486