You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



[SOLVED] No boot options menu

Author (Read 7143 times)

0 Members and 1 Guest are viewing this topic.

Re: No boot options menu
« Reply #4 on: September 28, 2014, 07:01:35 PM »
 

ChrisL

  • Occasional Poster
  • **
  • 96
    Posts
  • Reputation: 8
  • Linux Lite Member
    • View Profile

  • CPU: i5

  • MEMORY: 8Gb
Thanks once again gold-finger!

I am in business, dual-boot, FX5200 graphics card on board w/proper drivers, looking good ... onto the printer!

Seriously, thanks for all the help.  I wondered if it was even possible a couple days ago, and I'm here!

Great Distro, great support!
 

Re: No boot options menu
« Reply #3 on: September 28, 2014, 02:35:44 PM »
 

gold_finger

  • Documentation Writer
  • Platinum Level Poster
  • *****
  • 1094
    Posts
  • Reputation: 325
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core2 Duo E7500 3.0GHz

  • MEMORY: 4Gb

  • VIDEO CARD: Intel 4 Series Integrated Graphics
Once you plug your Windows drive back in and boot back into Linux Lite, run sudo update-grub in a terminal.  That will add Windows to the grub menu and change the /etc/default/grub file so that it now displays the menu on startup.

If you want to make the change manually before adding Windows, I believe (going from memory only - so could be wrong) that all you need to do is:

Open /etc/default/grub with text editor as root
Code: [Select]
gksu leafpad /etc/default/grub
Change this line
Code: [Select]
GRUB_HIDDEN_TIMEOUT=0
To this (just stick a "#" at beginning)
Code: [Select]
#GRUB_HIDDEN_TIMEOUT=0
Save file, close text editor; then update grub in terminal
Code: [Select]
sudo update-grub
Close terminal and reboot.
« Last Edit: September 28, 2014, 02:42:02 PM by gold_finger »
Try Linux Beginner Search Engine for answers to Linux questions.
 

Re: No boot options menu
« Reply #2 on: September 28, 2014, 12:40:57 PM »
 

rokytnji

  • Friganeer
  • Platinum Level Poster
  • **********
  • 1255
    Posts
  • Reputation: 139
    • View Profile

  • CPU: Intel Core2 Duo U9600

  • MEMORY: 4Gb

  • VIDEO CARD: Intel Mobile 4
I just use the Shift + F1 key and go from there.

Much easier than editing files. Just my opinion.
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
 

[SOLVED] No boot options menu
« Reply #1 on: September 28, 2014, 10:47:05 AM »
 

ChrisL

  • Occasional Poster
  • **
  • 96
    Posts
  • Reputation: 8
  • Linux Lite Member
    • View Profile

  • CPU: i5

  • MEMORY: 8Gb
Hi,

I was unable to boot up except in safe mode and applied this fix from another link:

*  Open a terminal and type following to open /etc/default/grub file with text editor as root.
Code: [Select]
gksu leafpad /etc/default/grub

*  Look for this line:
Code: [Select]
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

*  Change it to this:
Code: [Select]
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=0"

*  Save file, then close text editor

*  Still in the terminal, enter the following:
Code: [Select]
sudo update-grub

*  Close terminal and reboot computer.

This worked great, but during boot up I have no boot option menu (grub menu?) to choose normal boot, Recovery Mode, etc. I figured this wa a graphics issue, so applied this fix (from another thread):

The graphical Grub menu does not appear to be compatible with your video card. So let's switch to a text menu instead.

Open the terminal with Ctrl+Alt+T
Paste the below, and enter your password when asked:

sudo sed -i -e 's/#GRUB_TERMINAL/GRUB_TERMINAL/g' /etc/default/grub
Then type sudo update-grub


Still not seeing the menu though?  Will this menu only display if there is another operating system such as Windows present (I have not plugged in my Windows Drive and configured grub for that yet)?

Chris
« Last Edit: January 22, 2015, 10:21:51 AM by Scott(0) »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section