I have my system set to multi boot different flavors with btrfs. It works pretty well, normally.
I just installed Kubuntu 24.04 to @ and @home, leaving all my other distros intact. My primary booting OS is Kubuntu 22.04
Ku24 did not show up on the boot menu. So I mounted the @ subvolume from inside Ku22 and dug around with Krusader to see what was going on.
Kubuntu 24.04 is missing both:
I ran
and
but there was no change.
How do I update grub to add Kubuntu 24.04 to grub?
I just installed Kubuntu 24.04 to @ and @home, leaving all my other distros intact. My primary booting OS is Kubuntu 22.04
Ku24 did not show up on the boot menu. So I mounted the @ subvolume from inside Ku22 and dug around with Krusader to see what was going on.
Kubuntu 24.04 is missing both:
- boot/grub/grub.cfg file
- boot/efi/ directory where the EFI boot.cfg resides on 22.04
I ran
Code:
sudo grub-mkconfig
Code:
sudo update-grub
How do I update grub to add Kubuntu 24.04 to grub?
Comment