How to make the Boot Menu to show Windows 7 and Windows 7 (64 bit)?

07
2014-07
  • 動靜能量

    After installing Win7 32 bit and Win7 64 bit on 2 different partitions of the same computer, both show up as Windows 7 on the boot menu. So if I have 1 desktop and 1 notebook, I will have to remember which computer's top Windows 7 is the 32 bit and which one is 64 bit.

    Is the way to change the wording by modifying boot.ini using Notepad like before? Is there a better way to do it?

    To change the boot listing order, is that by the same way?

    To change the default OS to boot, I think it is to use msconfig (type that in the box after clicking on the Start / Win7 icon on task bar). Any other methods? thanks.

  • Answers
  • 8088

    Use EasyBCD.

    alt text

    It will let you determine the boot order with a GUI, which helps a ton if you don't really know what the .ini files are about.

    Furthermore, it gives you the opportunity to backup your current boot order, so if you mess up (as in delete the wrong entries) you can easily restore.

    Note: messing with your boot order can do serious damage to your system!

  • DanO

    There is no longer a boot.ini that you could carefully edit to rename boot configurations or add boot parameters. It's now in a special store, and you have to use tools other than notepad to modify it.

    If you don't want a third party tool, use the built-in bcdedit.

    1. open an "Admin-enabled" command prompt.
    2. run bcdedit
    3. in the list that is displayed find the GUID identifier that corresponds to the partition where the 64 bit OS is installed. copy it into the clipboard.
    4. run (putting your GUID between the curly braces):

      bcdedit /set {abcdefg-4567-8912-1234-YourGUIDHERE} description "Windows 7 x64"

    5. repeat for the 32 bit install (no need to boot into it).

    6. More Questions?


  • Related Question

    How can I get my ubuntu boot manager back after Windows 7 install?
  • Edward Tanguay

    I had Ubuntu in one partition and Vista in another.

    The Ubuntu boot manager would come up and ask me if I wanted Ubuntu or Vista.

    After installing Windows 7 over Vista, upon booting there is no sign of Ubuntu.

    Is there a way I can log into Ubuntu some how in its partition and set up the Ubuntu boot manager again so that when I boot the machine it asks me if I want to use Windows 7 or Ubuntu?


  • Related Answers
  • Jared Harley

    The HowToGeek explains how to reinstall the Grub Bootloader after a Windows install wipes it out.

    There's also Super Grub Disk if those steps aren't working for you.