LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where are you grub? (https://www.linuxquestions.org/questions/linux-newbie-8/where-are-you-grub-4175582450/)

rickim 06-16-2016 04:05 PM

Where are you grub?
 
Found nada in search... Want GRUB to appear before linux is launched - but on single boot system it doesn't appear first. What is the key that makes grub appear first? These MUST be one...

TYVM

Emerson 06-16-2016 04:15 PM

You may need to edit grub.cfg for that.

rickim 06-16-2016 04:24 PM

Quote:

Originally Posted by Emerson (Post 5562079)
You may need to edit grub.cfg for that.

TYVM. I can't even get mint to display the Terminal unless using compatibility mode, so THAT is how I must boot it... if grub not visible CM won't be possible, so, unfortunately your point is moot.

Even Windows has the F8 key.

sundialsvcs 06-16-2016 04:28 PM

On any system that uses grub, there should be a root-level /boot directory which contains it ... and, its configuration file.

One of the many options of Grub is to omit displaying a boot-time selection menu entirely ... to immediately proceed to a particular selection, without presenting any choice. I surmise that this is what has been done in your case.

Emerson 06-16-2016 04:29 PM

Boot with installation media and edit grub.cfg or whatever else you need to fix. There might be a key, try E.

rickim 06-16-2016 04:38 PM

Quote:

Originally Posted by sundialsvcs (Post 5562088)
On any system that uses grub, there should be a root-level /boot directory which contains it ... and, its configuration file.

One of the many options of Grub is to omit displaying a boot-time selection menu entirely ... to immediately proceed to a particular selection, without presenting any choice. I surmise that this is what has been done in your case.

Well, it was a default Mint Rosa install (not dual boot) and grub doesn't appear like the live DVD. If I can get it into CM then I can edit the grub. Without CM and grub customizer I don't have the editing ability to do what needs to be done.

yancek 06-16-2016 06:48 PM

You need to edit the /etc/default/grub file as explained in detail at the link below about half way down the page. Change it to comment out the two lines below by placing a hash mark at the beginning of the line as shown:

Quote:

#GRUB_HIDDEN_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=true

John VV 06-16-2016 09:02 PM

Quote:

Want GRUB to appear before linux is launched
if you see this
Code:


GRUB >

then you have a PROBLEM

now if you want to have a menu of options like booting from a previous kernel or in a "safe" mode

then there should already be a 3 second countdown

if not
then as above
"/etc/default/grub"

and rebuild the bootloader
or also edit the grub.conf on the boot partition

sgosnell 06-17-2016 09:24 AM

You can't get a terminal? That makes no sense. Mint has an x-based terminal program, although I don't know what they use. It should be listed in the menu somewhere. If you want a full terminal outside the x-windows system, use ctrl-alt-F1 (or any F key other than F7). Ctrl-alt-F7 should get you back to the proper runlevel for x-windows. I think you're trying to go down the wrong road for what you want.


All times are GMT -5. The time now is 05:41 AM.