Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • could it cause any problem in booting? or if one OS crashes (let's say the Windows 8.1), could it cause any problem loading Windows 7 from the second partition?
    – atiyar
    Commented May 12, 2014 at 22:40
  • Booting will be handled by the OS you install second, but not necessarily on second partition. If you install Win7 first, then Win8, the latter one will handle booting not matter where it's installed. By the way, you should install them in that order, otherwise you can lock yourself out of Win8 if Win7 takes over booting control mechanisms. And IIRC if you have UEFI-enabled motherboard, UEFI will handle booting anyway, so you don't have to worry about one OS crashing and affecting second one's booting.
    – gronostaj
    Commented May 13, 2014 at 10:05
  • Can you elaborate a bit the case you can lock yourself out of Win8 if Win7 takes over booting control mechanisms? I didn't get quite get it.
    – atiyar
    Commented May 14, 2014 at 10:20
  • If you have an UEFI-enabled system and your hard disk is partitioned with GPT, UEFI will manage the booting process. But if you're using UEFI with legacy boot or classic BIOS, you need additional boot manager that will let you choose which system to boot. Windows comes with such boot manager which is called BOOTMGR (which superseded NTLDR that came with pre-Vista versions). Both Win7 and Win8 use BOOTMGR, but Win8's legacy booting process is somehow different. With Win7 a bootloader starts first and lets you choose which OS you'd like to boot...
    – gronostaj
    Commented May 14, 2014 at 10:39
  • Starting with Win8 BOOTMGR always boots Win8 first, which displays graphical boot selection menu. If you choose to boot Win8, it will just progress to the account selection screen or your desktop. Otherwise it will reboot, but this time preconfiguring BOOTMGR to boot directly into chosen OS. If you install Win8 first and then Win7, it can overwrite Win8's BOOTMGR or its config and potentially cause booting problems. It may work, though. IIRC I've tried to install Win7 after Win8 Consumer Preview and it worked, but I don't know what will happen if you do that with RTM version or Win8.1.
    – gronostaj
    Commented May 14, 2014 at 10:42