You are not logged in.
Pages: 1
I have installed windows on sda1, boot on sda2, mostly replicating what is suggested in the windows dual boot article. On arch setup, I flag 2 as bootable and 1 as not bootable. However, when windows runs, it flags sda1 as bootable and the next time I restart, I go immediately into windows. Is there a way to stop windows from doing this outside of windows OS?
Offline
Why do you need to? Arch does not require that it is on a partition flagged bootable while Windows does.
Offline
Did you install a bootloader like grub?
And if you did, did you install it to sda2?
It sounds to me like this problem is due to the "makeactive" line in the grub configuration file.
That command will mark the relevant partition as the active partition.
Offline
Like jowilkin said, the bootable flag does not matter as long as Windows can boot its ok to leave it as it is.
When you are dual booting with Windows, its easier to have grub installed to the MBR so that it overwrites Windows' bootloader. Grub can boot to just about anything.
Offline
Thanks for guidance. I do have grub on sda2. I was wondering about the makeactive line. I'm commenting it out now and will stop posting on this thread if the problem goes away.
Offline
Pages: 1