re: BCDEdit.exe cannot add an OS.
Friday, September 25, 2009 at 8:39 am Windows Vista Annoyances Discussion Forum
Posted by Bob C
(1 messages posted)
It seems that you have the BCDedit commands out of sequence a bit.. try it this way:
Be sure to type each line carefully (replace C in the first line with the drive containing
your Vista installation):
bcdedit –set {ntldr} device partition=C:
bcdedit –set {ntldr} path \ntldr
bcdedit –displayorder {ntldr} –addlast
bcdedit -set {ntldr} description "Microsoft Windows XP
"
Hope this helps....
On Tuesday, September 8, 2009 at 8:25 pm, Gomez Addams wrote:
>Well, I was close! I was very, very close. All I was missing was:
>
>bcdedit /displayorder {ntldr} /addlast
>
>Or in my case /addfirst. Special thanks to http://www.tweakvista.com/articles/39206/how_to_dual_boot_xp_and_vista/
>
>It's exceedingly frustrating to realize that after practically memorizing the damn
>thing by rote, in the end, all I needed to do was RTFM.
>
|