LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-16-2024, 12:51 PM   #1
ThatNewGuy
LQ Newbie
 
Registered: Feb 2024
Posts: 1

Rep: Reputation: 0
Unhappy How do I enable the GRUB menu on a dual boot startup, without admin rights?


I set the grub timer to 0 from Linux, to make it automatically go to the selected OS without displaying the menu, but it was accidentally set to Windows. I do not have admin privileges in Windows or the BIOS, I do have them in the now inaccessible Linux, though. How can I boot to Linux? Any help would be greatly appreciated, as I am locked out of everything right now. Thank you.
 
Old 02-16-2024, 01:38 PM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
ThatNewGuy,

Welcome to LQ forums.

If the BIOS selects Windows to run first by default, restart your PC then access the Boot options tab in your BIOS to select Linux/Ubuntu to run first.

Keep tapping the F12 key (or whatever key is required for access to UEFI BIOS) right after your PC boots.


After Linux/Ubuntu is booted successfully, update the GRUB config file which is /etc/default/grub

Open a Terminal (Ctrl + Alt + T) and enter these commands, separately:

Code:
sudo apt install gedit

    sudo gedit /etc/default/grub

The file should look like this by default:

Code:
# If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    # For full documentation of the options in this file, see:
    #   info -f grub -n 'Simple configuration'

    GRUB_DEFAULT=0
    GRUB_TIMEOUT_STYLE=hidden
    GRUB_TIMEOUT=0
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX=""
Update the value of GRUB_TIMEOUT_STYLE from hidden to menu.

Next, if the value of GRUB_TIMEOUT is equal to 0, change it to any number (say, 6).

Click on Save.

Close the file.

Then update the GRUB config file:

Code:
   sudo update-grub
 
1 members found this post helpful.
Old 02-16-2024, 01:42 PM   #3
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,526

Rep: Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495Reputation: 2495
Why can't you access the BIOS on boot? Is the BIOS password protected? If so, how did you manage to install whatever Linux you have? You would have needed to access the BIOS to change the boot order to boot from the media you used to install. Do you know which version of windows is on the computer? Do you know if it an EFI install, both windows and Linux? If so, you should also be able to select windows that way.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Infinite Grub Loop: GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB... beeblequix MEPIS 2 11-02-2013 10:56 PM
Users in Domain Admin group (512) don't have admin rights on windows machine nandon Linux - Networking 2 01-21-2013 07:24 AM
Grub menu doesnt load at startup : dual boot : grub in the /boot partition jayesh.bhoot Linux - General 7 10-23-2010 03:58 AM
Running Qemu Accelerator without Admin rights? nx5000 General 1 11-10-2007 03:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration