4
1
I will be giving my desktop to my brother soon. He is a gamer, so he has no need for a dual-boot Linux install. I can easily remove the Linux partitions and re size the Windows partition, but this will break GRUB, my current boot loader. I would simply use the Windows 7 CD, but I have misplaced it. How can I make Windows boot without the install media?
When using the Windows rescue CD, make sure that your Windows hard disk is your first boot option in the bios before doing this (just temporarily boot from the cd, don't change the boot order). I got "missing bootmgr" because of that. Running the same commands again with Windows as first boot device fixed it. – Dario Seidl – 2019-04-01T19:40:38.767
1Thanks! The Windows rescue CD worked like a charm. For reference, here are the commands I used at the command prompt once the CD was booted:
BootRec.exe /FixBoot BootRec.exe /FixMbr – Sean W. – 2012-06-29T23:09:09.133