How to boot between OSes from inside each OS? in a Windows/Ubuntu dual boot system
Posted
by
TheCompander
on Super User
See other posts from Super User
or by TheCompander
Published on 2013-10-29T23:38:32Z
Indexed on
2013/10/30
3:59 UTC
Read the original article
Hit count: 521
My ideal scenario is that there is a script/command to boot into the alternate OS from the current OS you are in, restarting the same OS without running the script/command will return it to the same OS.
Currently I have grub setup to remember the last OS booted, using GRUB_DEFAULT=saved and GRUB_SAVEDEFAULT=true, I'd like to keep this option.
I have read about the ability to manipulate grub from within Ubuntu to boot into windows, shown in this link.
Is there a way to similarly boot into Ubuntu from within Windows?
I am primarily connecting to this device remotely and hence my query.
© Super User or respective owner