UbuntuThis forum is for the discussion of Ubuntu Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Recently upgraded from Ubuntu 18.04 to 20.04. Everything has been working OK except that I'm not able to make the grub menu to appear. I've tried hitting ESC, SHIFT keys when booting without success. Is there now a new way in Ubuntu 20.04 to make the grub menu to show? Following, the information about my system:
Code:
williepabon@williepabon-Macmini:~$ uname -a
Linux williepabon-Macmini 5.4.0-52-generic #57-Ubuntu SMP Thu Oct 15 10:57:00 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
williepabon@williepabon-Macmini:~$
williepabon@williepabon-Macmini:~$ lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
So computer starts but doesn't show the main grub screen to select likely Ubuntu and/or rescue mode? Instead just boots straight to your operating system?
From a terminal you could try:
Code:
sudo update-grub
then reboot.
Otherwise checking your /etc directories for all the proper grub settings?
Thanks for answering. Following, the information requested:
Code:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=menu
GRUB_TIMEOUT=0
#GRUB_HIDDEN_TIMEOUT_QUIET=false
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
after install a few months ago(20.04) i had a similar issue, Ubuntu on the same drive as Windows,i hit F9 repeatedly at startup, and bingo ,i had the choice to boot to sata-1, grub appeared and voilą, i am not sure if this is related to your problem, i am not an expert, but if it could help.
after install a few months ago(20.04) i had a similar issue, Ubuntu on the same drive as Windows,i hit F9 repeatedly at startup, and bingo ,i had the choice to boot to sata-1, grub appeared and voilą, i am not sure if this is related to your problem, i am not an expert, but if it could help.
That's the way I prefer it. In my case, it is F11. It depends on the BIOS.
I have Windows and Linux on separate HDD.
To install Linux, I disconnect the Windows HDD and plug in only the Linux HDD and I install Linux onto it.
Once finished, I shutdown, I plug both HDDs.
I just don't want Linux touching the Windows HDD MBR.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.