There is an option in grub to remeber last OS used - obviously on multiform / multi OS system
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
@anneranch it has been 3 and a half days since I posted the above.
Perhaps you could tell us whether the method proposed worked, in which case you can mark this Thread as solved, or else let us know otherwise in case you need more assistance.
After going thru the entire cfg file I noticed it does not match the /dev in grub menu in many instances.
I have been thru "multiboot process" many times and NOBODY actually confirmed how it works when several Linux OS's are spread over more than ONE had drive.
I have "grub" files all over the place - ( almost ) each HDD contains one and the only way I can guess which one is actually used / run is to activate the "flash" again.
PS I have somting set wrong - I am not getting new posts notification - that partially explains my slow / erratic response here. Sorry.
That's OK, if it persists and you cannot find the answer in your Profile/Account settings, start a Thread in Forum Assistance and a couple of us will try to help.
... and it won't. It will not show the details of the root partition you are currently on, under the /dev/sdxyz protocol, but it WILL show it in other references. Similarly, if you run, in your circumstances, from /dev/sde11
sudo update-grub
watch closely and you will see it output the details on all your other distros' root partitions, but not that on /dev/sde11.
You will find that occurs too, in the other distros.
The only distro I have come across so far that includes its own root partition in the update-grub output is, I think PCLOS (PC Linux OS).
That grepping requires sudo usage in some distros.
In that output, you will see a number of references to
hd0,gpt11
That is my /dev/sda11
The hd is for hard drive, and it starts from zero. I have a hard drive and an SSD in this Dell Inspiron, and it is always hooked in with a Western Digital 4 TB powered external HDD.
So my HDD, /dev/sda is referenced as hd0, the SSD /dev/sdb as hd1 and the WD /dev/sdc as hd2.
I am using UEFI-GPT so hd0,gpt11 is /dev/sda11
If you are on BIOS-MBR it might be something like hd0.msdos11
I will get back over my weekend with more, I hope.