GRUB system selection menu doesn't show SOLVED!

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post please read this

GRUB system selection menu doesn't show SOLVED!

Postby bitbanger on Tue Jun 12, 2012 7:34 pm

(I have had this problem with several versions of Linux Mint.)

I boot the system but do not get the menu of available systems including the option to select a version of the system in recovery mode. I get a black screen without out even a cursor for companionship. The system takes the timeout and eventually I get the standard release of mint and the login screen.

In mint-10 I was able to play with some of the color depth and resolution settings and SOMETIMES on SOME SYSTEMS it would work. Running Mint under VBox never seems to work at all.

I have scanned the forum for things to try for other grub boot issues to no avail.

{Also, I applaud the decision to make long term support versions of mint. Some of us are not happy with new releases that crop up like unwanted children in the olden days before birth control.}

Thanks for any insight,

bitbanger
Last edited by bitbanger on Thu Jun 14, 2012 9:53 am, edited 1 time in total.
User avatar
bitbanger
Level 2
Level 2
 
Posts: 71
Joined: Sat Apr 07, 2007 2:46 pm
Location: California, U.S.A.

Linux Mint is funded by ads and donations.
 

Re: GRUB system selection menu doesn't show

Postby MarkLaw19 on Tue Jun 12, 2012 10:34 pm

Consider trying Puppy Linux. Puppy Linux contains recovery boot menu called Grub4Dos Bootloader Config. You can get Puppy Linux from the following website:

http://puppylinux.com/download/

Select whatever versions you want. Burn it to CD and boot it. When it finished loading, go to "Menu > Setup > Grub4Dos Bootloader Config". Follow the options given and it will automatically detect every installed Linux distros and windows.
Linux Mint 13 MATE in Acer Aspire 4715z, Intel Dual Core 1.86Ghz, Intel Graphics 965 Express Chipset Family, 120GB Hard Disk
MarkLaw19
Level 2
Level 2
 
Posts: 82
Joined: Sat Apr 21, 2012 10:06 pm

Re: GRUB system selection menu doesn't show

Postby oboedad55 on Tue Jun 12, 2012 10:58 pm

bitbanger wrote:(I have had this problem with several versions of Linux Mint.)

I boot the system but do not get the menu of available systems including the option to select a version of the system in recovery mode. I get a black screen without out even a cursor for companionship. The system takes the timeout and eventually I get the standard release of mint and the login screen.

In mint-10 I was able to play with some of the color depth and resolution settings and SOMETIMES on SOME SYSTEMS it would work. Running Mint under VBox never seems to work at all.

I have scanned the forum for things to try for other grub boot issues to no avail.

{Also, I applaud the decision to make long term support versions of mint. Some of us are not happy with new releases that crop up like unwanted children in the olden days before birth control.}

Thanks for any insight,

bitbanger


If I'm not mistaken you won't get a boot menu unless you have other kernels or other OS's installed. Try holding down the shift key if you want the menu.
Have a look here: https://help.ubuntu.com/community/Grub2#Hidden
Homemade Intel Dual-core 3.4 gHz, 4 gigs ram, EVGA GeForce GT 430
=================================
Mint 14, Arch Linux, Fedora 17
User avatar
oboedad55
Level 2
Level 2
 
Posts: 99
Joined: Thu Aug 06, 2009 3:02 am

Re: GRUB system selection menu doesn't show

Postby bitbanger on Wed Jun 13, 2012 12:10 am

Thanks for the link to oboedad55. I tried all the suggestions and still do not get the boot menu. On my Mint-7 system (the last with the old version of grub I get four flavors of mint-7: current, current recovery, previous and previous recovery plus the mostly useless memtest.

I tried shift, escape, several random keys. Nothing. The original notion was that if your system was hosed for some reason you could start up the system from some other configuration and then have the ability to take corrective action. I am reluctant to commit to a release of mint after 7 if I cannot have this feature.

Still looking for insight.

bitbanger
User avatar
bitbanger
Level 2
Level 2
 
Posts: 71
Joined: Sat Apr 07, 2007 2:46 pm
Location: California, U.S.A.

Re: GRUB system selection menu doesn't show

Postby oobetimer on Wed Jun 13, 2012 3:09 am

If grub2 is a problem, you can install Legacy grub, which works very well with boot menus and multiboots .. :wink:

If you install Legacy grub, you need to run update-grub after that (remember to answer Y when asking about menu.lst). You need to re-install grub to MBR also and for the boot menu, you need to put # to the front of hiddenmenu in the /boot/grub/menu.lst. Default timeout is 3 seconds, so you may change it ..

If you have windows, you need to add it to the /boot/grub/menu.lst

An example:

title Windows partition sda1
root (hd0,0)
chainloader +1
boot

title Windows partition sda2
root (hd0,1)
chainloader +1
boot
User avatar
oobetimer
Level 7
Level 7
 
Posts: 1890
Joined: Tue Jun 01, 2010 12:53 pm
Location: Finland / above the Arctic Circle

Re: GRUB system selection menu doesn't show

Postby bitbanger on Wed Jun 13, 2012 12:36 pm

Thanks to oobetimer for the suggestion. However, I do not know how to install legacy grub. Forget my level 2 rating, I've just posted a lot of questions. I'm really a newbie at Linux. If someone can give me the command sequence to install legacy grub I would appreciate it.

Thanks,

bitbanger
User avatar
bitbanger
Level 2
Level 2
 
Posts: 71
Joined: Sat Apr 07, 2007 2:46 pm
Location: California, U.S.A.

Re: GRUB system selection menu doesn't show

Postby Adelante on Wed Jun 13, 2012 2:26 pm

bitbanger, this may not be the technically proper way, but I can't seem to take in grub instructions very well myself. So a simple way for me is to boot from a live DVD of SalineOs and use Grub Doctor. You will see it listed on the applications menu at system. Instructions are very clear. It takes about a minute. I have SalineOs as my first partition and always select it, but you select the one you want to be at the top of the grub menu. It never fails for me. Good luck.
Adelante
Level 3
Level 3
 
Posts: 167
Joined: Mon Mar 14, 2011 8:16 pm

Re: GRUB system selection menu doesn't show

Postby bitbanger on Thu Jun 14, 2012 12:13 am

To MarkLaw19 and Adelante my thanks. For lots of reasons I do not want to use other versions of Linux, I have my hands full already.

So I am still looking for the magic to install legacy grub from a Linux Mint 7 Live cd.

bitbanger
User avatar
bitbanger
Level 2
Level 2
 
Posts: 71
Joined: Sat Apr 07, 2007 2:46 pm
Location: California, U.S.A.

Re: GRUB system selection menu doesn't show

Postby oobetimer on Thu Jun 14, 2012 2:03 am

bitbanger wrote:Thanks to oobetimer for the suggestion. However, I do not know how to install legacy grub. Forget my level 2 rating, I've just posted a lot of questions. I'm really a newbie at Linux. If someone can give me the command sequence to install legacy grub I would appreciate it.

Thanks,

bitbanger


You can install Legacy grub via Synaptic or command line.

sudo apt-get update
sudo apt-get install grub
sudo update-grub # remember answer Y when asking about menu.lst
sudo grub-install /dev/sdx # where x= hard drive´s letter (mostly sda) sudo blkid tells
gksudo pluma /boot/grub/menu.lst
... add # to the front of hiddenmenu and increase timeout
... add lines for Windows and others if needed
... save and quit
User avatar
oobetimer
Level 7
Level 7
 
Posts: 1890
Joined: Tue Jun 01, 2010 12:53 pm
Location: Finland / above the Arctic Circle

Re: GRUB system selection menu doesn't show

Postby barryp on Thu Jun 14, 2012 4:42 am

Hi

I had a similar problem, there's another thread here:
http://forums.linuxmint.com/viewtopic.php?f=46&t=102861

In my case grub appeared when I edited
Code: Select all
/etc/default/grub


& uncommented (removed the # mark from the front of) the line which said
Code: Select all
 #gfx640x480


Don't forget that if you edit this file you must run
Code: Select all
sudo update-grub


afterwards. I hope that this helps.

Barry
User avatar
barryp
Level 2
Level 2
 
Posts: 55
Joined: Wed Sep 24, 2008 5:14 am

Re: GRUB system selection menu doesn't show SOLVED!

Postby bitbanger on Thu Jun 14, 2012 9:54 am

Thanks to oobetimer! Your information worked and I am up and running.
User avatar
bitbanger
Level 2
Level 2
 
Posts: 71
Joined: Sat Apr 07, 2007 2:46 pm
Location: California, U.S.A.

Linux Mint is funded by ads and donations.
 

Return to Installation & Boot

Who is online

Users browsing this forum: dagon and 20 guests