LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] No boot options menu
#3
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:
gksu leafpad /etc/default/grub

Change this line
Code:
GRUB_HIDDEN_TIMEOUT=0

To this (just stick a "#" at beginning)
Code:
#GRUB_HIDDEN_TIMEOUT=0

Save file, close text editor; then update grub in terminal
Code:
sudo update-grub

Close terminal and reboot.
Try Linux Beginner Search Engine for answers to Linux questions.
Reply


Messages In This Thread
[SOLVED] No boot options menu - by ChrisL - 09-28-2014, 02:47 PM
Re: No boot options menu - by rokytnji - 09-28-2014, 04:40 PM
Re: No boot options menu - by gold_finger - 09-28-2014, 06:35 PM
Re: No boot options menu - by ChrisL - 09-28-2014, 11:01 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)