[Solved["Frequency out of Range" instead of grub menu

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
IvanIsGod

[Solved["Frequency out of Range" instead of grub menu

Post by IvanIsGod »

I installed Linux Mint 12 LXDE alongside Windows XP(and i think i might have accidentally installed it alongside another LM12LXDE while trying to reinstall it), but when I expect getting the grub menu, my screen just gives a "Frequency out of Range" error, and one of the Linuxes installed(the same one always) runs, and it starts a bit quicker if i press enter.
I found a few solutions like this one:
http://forums.linuxmint.com/viewtopic.php?f=46&t=95300
but I can't find the equivalent options in LXDE.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29615
Joined: Wed Jul 06, 2011 3:58 am

Re: "Frequency out of Range" instead of grub menu

Post by xenopeek »

Login to your LXDE, then open a terminal and run:

Code: Select all

sudo nano /etc/default/grub
Find the following line of text, and remove the # in front of it:

Code: Select all

#GRUB_TERMINAL=console
Save and close the file (Ctrl+O, Ctrl+X), and then run:

Code: Select all

sudo update-grub2
This should make GRUB be able to display again.

If you are unable to login to your LXDE which is the owner of the GRUB, follow this guide instead: http://forums.linuxmint.com/viewtopic.p ... 65#p487110
Image
IvanIsGod

Re: "Frequency out of Range" instead of grub menu

Post by IvanIsGod »

That solved the problem. Thank you for your help.
Locked

Return to “Software & Applications”