Reboot from windows to linux with grub
Posted
by psztucz
on Super User
See other posts from Super User
or by psztucz
Published on 2010-05-06T13:35:52Z
Indexed on
2010/05/06
13:38 UTC
Read the original article
Hit count: 143
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?
© Super User or respective owner