6
8
I installed Windows 8 and Ubuntu 12.10 on a 3TB GPT disk in UEFI mode.
Both can boot up OK.
Both operating systems created their ntries in the UEFI boot menu, there's an "ubuntu" and a "Windows 8" entry.
The boot order can be altered in the motherboard's UEFI setup.
I'd like to boot "ubuntu" first, because I set up GRUB 2 to be able to boot both systems.
But whenever I boot Windows 8, it changes the boot order so that it boots up first.
How can I prevent this?
Thanks a lot.
-- UPDATE --
I learned that bcdedit.exe can be used to manipulate the Boot Configuration Data in windows.
This is important because Windows synchronizes the BCD with the boot NVRAM, that stores the boot order.
Every time the {fwbootmgr} entry in the BCD is touched, the NVRAM is overwritten.
I modified this entry to load GRUB 2 first, and it did. However, after booting Windows 8, both the NVRAM and the {fwbootmgr} in the BCD reverted to the original order, that is, to boot Windows 8 first.
I'm really puzzled by this.
-- UPDATE 2 --
I managed to kinda fix the problem by creating a startup script at the group policy editor in Windows. The startup script issues a "bcdedit /set {fwbootmgr} DEFAULT {appropriate UUID}" command. This is BIG hack, and definitely NOT the soulution I want. I'd like Windows to feel OK at the second place after GRUB in the NVRAM.
So how can I do that?
3"Normal behaviour?", seriously? – RogUE – 2015-07-05T12:44:22.333
Yes. My reaction was similar. – netom – 2015-07-08T08:21:38.607