On my PC i have Ubuntu 22, WIndows 11 and Kali(installed later) running
I also installed Ubuntu 22 onto an external SSD using the same PC, but sice then the grub from my internal computer wont work and only show the console without the external SSD plugged in. It is working though when i plug the external ssd in though.
I have also selected in the installation of the Ubuntu on the exteranl drive to create the EFI on the external but i couldnt find a EFI partition on the external drive.
On my internal ubuntu i have also tried running sudo update-grub
but it didnt fix it.
Thank you in advance
Edit:
sudo grub-install
worked
sudo grub-install
. – mook765 Mar 16 '24 at 15:09update-grub
as you mention to make it recognize later versions of the OSes that were already noted, but that will not change the boot menu of what you see on boot unless that OS on which you ranupdate-grub
already owns the boot process (ie. if you installed Kali Linux later; runningupdate-grub
won't help if run from Ubuntu). You can usegrub-install
to change ownership of boot on 22.04 (unsure about Ubuntu Core 22 sorry) – guiverc Mar 16 '24 at 22:26