One thing I don't understand is that my current system, where I run "update grub", is on /dev/sda5. But if I look at what I presume to be the default grub pointer, I see a different disk.
But that disk 5bab... is /dev/sda3, another LTS kubuntu system. Is there a way of modifying this EFI grub.cfg so it points to /dev/sda5? Maybe by installing the current system (or, rather, the next LTS with Neon) on /dev/sda3?
The problem is that at boot, there is no way I can choose the /dev/sda5 system without using reFind. There was a lengthy discussion of this here.
Code:
sudo cat /boot/efi/EFI/ubuntu/grub.cfg search.fs_uuid 5bab455f-c534-46a2-aaff-7b5810bfa518 root hd0,gpt3 set prefix=($root)'/boot/grub' configfile $prefix/grub.cfg
The problem is that at boot, there is no way I can choose the /dev/sda5 system without using reFind. There was a lengthy discussion of this here.
Comment