COMANDOS DE INSTALAÇÃO:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt install grub-customizer
COMANDOS DE INSTALAÇÃO:
sudo add-apt-repository ppa:danielrichter2007/grub-customizer
sudo apt install grub-customizer
Após tentar atualizar grub, ele retorna um erro do OSPROBER a seguir.
sudo update-grub
"Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Found Windows Boot Manager on /dev/sda1@/EFI/Microsoft/Boot/bootmgfw.efi Adding boot menu entry for UEFI Firmware Settings ..."
- Como corrigir.
a- Abra o arquivo a seguir.
sudo gedit /etc/default/grub
b- Adicione a seguinte linha (eu a coloquei logo após a linha: GRUB_CMDLINE_LINUX="")
GRUB_DISABLE_OS_PROBER=false
c- Caso não esteja instalado o OSPROBER, instale-o.
sudo apt install os-prober
d- Execute-o.
sudo os-prober
e- Atualize o grub.
sudo update-grub
sudo update-initramfs -u
f- Agora reinicie.
=RESUMO DA SEQUENCIA DE COMANDOS.
sudo gedit /etc/default/grub
Adicione a seguinte linha: GRUB_DISABLE_OS_PROBER=false
sudo apt install os-prober
sudo os-prober
sudo update-grub
sudo update-initramfs -u