steveh wrote:I used to be able to reorder the boot options or add new ones (like one for Windows, which I seldom boot into).
What's going on?
The short answer is 'no'. You cannot reorder the list on grub 2 as you could on grub-legacy.[1]
However you can set default to a specific OS to boot; the 'cursor' will start at that OS though the order won't change.
As to getting Windows (or other OS's) into the menu, a simple
"sudo update-grub2" or "sudo grub2-mkconfig -o /boot/grub2/grub.cfg" at terminal will do.
[1] - You can manually reorder the list in /boot/grub2/grub.cfg as you could in grub-legacy in /boot/grub/menu.lst
- But,
as in grub-legacy, this reorder will revert if 'update-grub' or 'grub-install' is done.
- grub 2 strongly discourage this, but you can if you want to, provided you know this will change; as in grub-legacy.
Why do we live? To prove not everything in nature has a purpose.