You need to use the GRUB holdshift script.
If you read the GRUB man carefully you will notice that what you want is not achievable via standard settings.
Just download the script here GRUB holdshift and follow the instructions in the readme.
Eu li o fórum, mas parece que o meu menu de inicialização não segue a forma do arquivo de configuração.
Eu gostaria que o menu não aparecesse, a menos que Shift seja pressionado.
Meu menu grub aparece a cada inicialização e fica lá até que você selecione um item de menu.
Meu atual /etc/default/grub
é:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=3
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR='lsb_release -i -s 2> /dev/null || echo Debian'
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomdmonddf nomdmonisw"
GRUB_CMDLINE_LINUX=""
GRUB_FORCE_HIDDEN_MENU="true"
export GRUB_FORCE_HIDDEN_MENU
(Eu tentei o true
com aspas e sem aspas, não faz diferença)
Eu também fiz update-grub
e update-grub2
.
Alguém pode me dizer por que, quando meu sistema inicializa, ele fica no menu do Grub? É um sistema sem cabeçalho que não é bom, pois tenho que adicionar um teclado para que ele seja reinicializado.
Este não é um sistema de inicialização dupla.
You need to use the GRUB holdshift script.
If you read the GRUB man carefully you will notice that what you want is not achievable via standard settings.
Just download the script here GRUB holdshift and follow the instructions in the readme.
Modifique as seguintes linhas no arquivo /etc/default/grub
:
GRUB_HIDDEN_TIMEOUT=0.0
GRUB_TIMEOUT=0.0
Finalmente, execute update-grub
.
Verifique o arquivo /boot/grub/grub.cfg
para ver se as alterações estão sendo transmitidas ao executar sudo update-grub
. O comando sudo update-grub
deve atualizar /boot/grub/grub.cfg
de /etc/default/grub
e /etc/grub.d
quando executado. Se não estiver, você pode editar temporariamente o /boot/grub/grub.cfg
para que ele funcione, mas pode ser substituído quando o kernel for atualizado ou o update-grub
for executado novamente.
Se você verificar /boot/grub/grub.cfg
e as alterações tiverem sido aplicadas e ainda não estiverem funcionando, o problema provavelmente é a configuração, mas, como eu as vejo agora, elas parecem corretas.
Tags grub2