To set Grub 2 to automatically boot to the previously used OS as default you need to turn on saving default and set the default to saved.
In terminal:
cd /etc/default/
gksu gedit grub
Add the following lines:
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
Then:
sudo update-grub
