Provavelmente precisa atualizar a configuração do GRUB2:
sudo grub2-mkconfig -o /boot/grub2/grub.cfg
Nota: O comando "make configuration" e a localização do arquivo de configuração podem variar.
Os arquivos de configurações que controlam qual configuração é feita são:
-
/etc/grub.d
(individual, em ordem) -
/etc/default/grub
(geral)
De /etc/grub.d/README
:
All executable files in this directory are processed in shell expansion order.
00_*: Reserved for 00_header. 10_*: Native boot entries. 20_*: Third party apps (e.g. memtest86+).
The number namespace in-between is configurable by system installer and/or administrator. For example, you can add an entry to boot another OS as 01_otheros, 11_otheros, etc, depending on the position you want it to occupy in the menu; and then adjust the default setting via /etc/default/grub.