Reboot from windows to linux with grub
- by psztucz
I have machine with Windows and Linux with GRUB, only with remote access. Is there any way to chage default OS in grub from windows? I know how to achieve it from linux, something like
echo "savedefault --default=2 --once" | grub --batch; sudo reboot
should work.
Is there any way to achieve it from windows?