Can't Access BIOS after installing Zorin OS

Sorry for my bad English. So Recently, I have made a mistake, I can’t get into bios after installing Zorin OS on my machine. The only way I knew to get into the BIOS was after some constant Shutdowns then a screen would giving me the option to start Zorin os, or boot into system settings (BIOS). The Mistake I’ve made is, I unintentionally change the boot mode to CSM from UEFI. Now I can’t enter BIOS to change it back to UEFI. I don’t know why I can’t get into BIOS because when I was Using Windows 10 I could get into BIOS. Ever since I have switched from Windows 10 to Linux this issue has come up. I don’t know how I would fix this. If anyone could help me I’d really appreciate it.

Different PC’s have different keys used to access BIOS but one of them should always work and is regardless of operating system you have.
Have you tried tapping [F2] or [F10] or maybe [Esc] key repeatedly immediately after you power on or restart your PC.

I Know, I tried tapping [F2] key (which is my Computer Key to get into BIOS) repeatedly immediately after the computer Power on but I can’t get into BIOS. Can I reinstall the OS on CSM Boot mode.

I am afraid I can't help you with an answer to that question, others on here may be able to respond.

In the meantime, maybe this thread could give you a steer in the right direction:

As a supplement to zabadabadoo’s recommendations, Can't enter bios

An alternative method, and much easier one, is to activate the GRUB menu on start-up. You do this via the following.

  1. Open terminal

  2. Type: sudo nano /etc/default/grub

  3. Enter your sudo password

  4. Change:
    a. GRUB_DEFAULT: saved
    b. GRUB_TIMEOUT: 10
    c. GRUB_TIMEOUT_STYLE: menu

  5. Press: Ctrl+O

  6. Press: Enter

  7. Press: Ctrl+X

  8. Type: sudo update-grub

Now, the next time that you reboot your computer, you'll have a grub menu that will allow you to access your bios settings by choosing the "firmware" option in the grub menu. You should also have the option to choose which OS you want to boot into in case your running more than one operating system on your computer.

Hope this helps.

2 Likes