0

I have a msi laptop with windows pre-installed and wanted to dual-boot ubuntu 20.04. I installed ubuntu on a single ext4 partition. but it goes straight to Windows when I turn on my PC. I tried reinstalling ubuntu to find out if my installation was wrong, but it was the same, Windows works fine, but ubuntu is installed.

How can I get the grub menu to work?

1 Answers1

1

At rhe startup sequence, press either F1, F2 or F8 multiple times. Reason is there is a small time window to open the BIOS boot options menu. You should now be able to see a listing of possible boot options, e.g. windows, Linux. Now you can choose to boot to a different one.

If you want to change your default boot options (which currently is Windows) you can Do that by going into the BIOS Setup. This one can normally ve accessed via your GRUB interface or the Boot options table. Often it is only called setup. There you search for the option boot order and change it accordingly.

  • Thanks for your help, but it does not start the boot menu to choose the operating system when pressing any of those keys, I can open the bios menu when pressing delete, I would like to know if you know any alternative to open Ubuntu – Leonardo Vernaez Roa Mar 05 '21 at 16:58
  • You could change the default boot order in the BIOS setup. – Genlight Mar 05 '21 at 20:31