Aquesta és una revisió antiga del document
grub
añadir otros OS
sudo os-prober # sudo apt install os-prober sudo update-grub
solución de problemas
en mi caso, en una instalación con W10 y SecureBoot activado en el primer intento de instalación.
boot-repair
sudo add-apt-repository ppa:yannubuntu/boot-repair sudo apt-get update sudo apt-get install boot-repair
UEFI
sudo efibootmgr -v sudo efibootmgr -b XXXX -B # where XXXX is the entry you want to remove.