I have my laptop set up for UEFI boot, and it is partitioned like this:
- /dev/sda1 efi (Mounted as /boot/efi)
- /dev/sda2 ext4 (UbuntuUnity 22.04)
- /dev/sda3 ext4 (Ubuntu 20.04)
- /dev/sda4 swap
- /dev/sda5 ext4 (Mounted as /home)
Both Ubuntu versions mount partitions 1 and 5 as shown in the list.
If I am running the OS on partition 2 and run update-grub after making changes to /etc/default/grub, then the next time I reboot the machine I see my changes in the boot menu as expected. But if I run the OS on partition 3 (which was installed before the other) and make any such changes, they have no effect at all on the actual boot process.
Since the version on partition 3 is my "default" system at the moment, is there some way for me to enable it, rather than the other OS, to make changes to the grub boot menu?
Bookmarks