This question was already asked once but it hasn't helped me in my trouble.
I have Ubuntu and Windows 7 on my laptop. Usually I use Windows 7 but GRUB always boots Ubuntu by default. My /ect/default/grub
contains the following lines:
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
I did run sudo update-grub
after I changed the values for these variables. Also I made sure that my grubenv
file existed and had right permissions (with save_env
GRUB command).
And still... it doesn't work! GRUB alwas intends to load Ubuntu despite I choosed Windows last time.
What else do I lose sight of?
BTW, I don't have neither RAID nor LVM volumes (at least I don't have LVM manager installed).