Hi,
On my minimal installation of CentOS 7, here's what I have in /etc/default/grub:
GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rd.lvm.lv=centos_amandine/root \ rd.lvm.lv=centos_amandine/swap \ video=1024x768 \ quiet" GRUB_DISABLE_RECOVERY="true"
According to the official documentation, pressing any alphanumerical key just after the BIOS screen will make the GRUB menu appear. I tried that, but to no avail.
Any idea what's the magic combination to make the GRUB boot menu appear when GRUB_TIMEOUT is set to 0?
Cheers,
Niki
On Thu, May 12, 2016 at 5:20 PM, Nicolas Kovacs info@microlinux.fr wrote:
Hi,
On my minimal installation of CentOS 7, here's what I have in /etc/default/grub:
GRUB_TIMEOUT=0 GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)" GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT="console" GRUB_CMDLINE_LINUX="rd.lvm.lv=centos_amandine/root \ rd.lvm.lv=centos_amandine/swap \ video=1024x768 \ quiet" GRUB_DISABLE_RECOVERY="true"
According to the official documentation, pressing any alphanumerical key just after the BIOS screen will make the GRUB menu appear. I tried that, but to no avail.
Any idea what's the magic combination to make the GRUB boot menu appear when GRUB_TIMEOUT is set to 0?
Cheers,
Niki
Microlinux - Solutions informatiques durables 7, place de l'église - 30730 Montpezat Web : http://www.microlinux.fr Mail : info@microlinux.fr Tél. : 04 66 63 10 32 _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
-------------------------------------
have you tried to hold the Shift key?
Le 12/05/2016 11:33, FrancisM a écrit :
have you tried to hold the Shift key?
Yes. Didn't work.
EFI BIOS?
Am 12.05.2016 um 11:36 schrieb Nicolas Kovacs info@microlinux.fr:
Le 12/05/2016 11:33, FrancisM a écrit :
have you tried to hold the Shift key?
Yes. Didn't work.
-- Microlinux - Solutions informatiques durables 7, place de l'église - 30730 Montpezat Web : http://www.microlinux.fr Mail : info@microlinux.fr Tél. : 04 66 63 10 32 _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Le 12/05/2016 11:46, Andreas Benzler a écrit :
EFI BIOS?
No, traditional BIOS: Dell Optiplex 330.
On 05/12/2016 04:20 AM, Nicolas Kovacs wrote:
Hi,
On my minimal installation of CentOS 7, here's what I have in /etc/default/grub:
GRUB_TIMEOUT=0
===>
if you have 0 cents, you have 0.00 cents, ie, no money.
if you have 0 centos grub timeout, you have no timeout.
change =0 to =1, then you have 1 timeout wait.
what? it worked with 6.x? that was 6.x, you are now using 7.x.