I'm not sure if this is possible - I've tried searching, but can't seem to find anything. I run a dual boot system, Trusty & Win 7 - being in the former about 98% of the time.
Here's what I'd like: always boot into Ubuntu, but have the option from within Ubuntu of rebooting into Win 7 - with subsequent boots going back to Ubuntu.
Thoughts?
sudo grub-reboot 1
where number is entry you want. Note count starts at 0. Or:sudo grub-reboot "Microsoft Windows 7"
Note that title must match entry in menu exactly. – oldfred Nov 30 '14 at 19:14