Hi!
sda1 is a windows install
sda2 is my main linux install
I have several other disks on the machine. I recently did an additional 20.04 install on sdc1 (for occasional development). All works fine, I can boot to main linux, development linux, or windows just fine.
The problem is the GRUB menu now puts the new development linux install at the top of the list, and boots it as the default.
I tried update-grub from the main linux install: no change. I tried editing /etc/default/grub to set GRUB_DEFAULT to an entry besides the first line: no change. I tried that from both the development linux install and the main one; didn't make a difference.
What is the magic trick to actually affecting the grub menu?
I haven't confirmed yet whether the boot options from the main linux install are actually propagating to the grub menu -- will do that next. [edit: yes, they are; presumably they'd be wiped if I did update-grub from the development linux again.]
Thanks for any tips,
-c
sda1 is a windows install
sda2 is my main linux install
I have several other disks on the machine. I recently did an additional 20.04 install on sdc1 (for occasional development). All works fine, I can boot to main linux, development linux, or windows just fine.
The problem is the GRUB menu now puts the new development linux install at the top of the list, and boots it as the default.
I tried update-grub from the main linux install: no change. I tried editing /etc/default/grub to set GRUB_DEFAULT to an entry besides the first line: no change. I tried that from both the development linux install and the main one; didn't make a difference.
What is the magic trick to actually affecting the grub menu?
I haven't confirmed yet whether the boot options from the main linux install are actually propagating to the grub menu -- will do that next. [edit: yes, they are; presumably they'd be wiped if I did update-grub from the development linux again.]
Thanks for any tips,
-c
Comment