Coolname007
Distinguished Member
Well, I just used Build 65 of EasyBCD to remove the two "Microsoft Windows" entries showing in EasyBCD (but not in the boot menu), which were created when I attempted to created a VHD entry for my virtual disk install of Win 7, and then I tried it again, once again pointing the entry at the "Win7.vhd" file on my hard drive, which contains Win 7, and naming the entry "Windows 7". But, this time, it showed just one entry (instead of two, like before) named "Microsoft Windows" in EasyBCD. So I rebooted, and that entry was not in the boot menu either. So, apparently, the problem is not solved...
Addendum:
Ok, in [post=43346]this post[/post],
someone with the same problem suggested running the following commands:
but unfortunately, i deleted (thinking i didn't need it anymore), the original Win 7 entry which the installer created, and so i can't copy it.
I guess I can try creating a normal Vista-type entry, naming it "Win 7", and then running the above commands on it...that may work. We'll see.
EDIT: Oh, and there was never any space in the file path to the virtual disk file, in my case. The path was simply C:\Win7.vhd. And the name of the entry I attempted to create (and which ended up creating two "Microsoft Windows" entries in EasyBCD, in a pre-65 build) was simply "Windows 7".
Addendum:
Ok, in [post=43346]this post[/post],
someone with the same problem suggested running the following commands:
Code:
bcdedit /copy {current} /d "<Installation Name>"
(make note of new guid output now)
bcdedit /set {newguid} device vhd=[Drive:]\<vhd location>
bcdedit /set {newguid} osdevice vhd=[Drive:]\<vhd location>
bcdedit /set {newguid} detecthal on
I guess I can try creating a normal Vista-type entry, naming it "Win 7", and then running the above commands on it...that may work. We'll see.
EDIT: Oh, and there was never any space in the file path to the virtual disk file, in my case. The path was simply C:\Win7.vhd. And the name of the entry I attempted to create (and which ended up creating two "Microsoft Windows" entries in EasyBCD, in a pre-65 build) was simply "Windows 7".
Last edited: