SysChat

SysChat (http://www.syschat.com/forum.php)
-   Operating Systems (http://www.syschat.com/software-support/operating-systems/)
-   -   Vista and XP Pro Dual Boot setup problem (http://www.syschat.com/vista-xp-pro-dual-boot-setup-4281.html)

GNHEBB 02-11-2009 08:32 PM

Vista and XP Pro Dual Boot setup problem
 
I am at the last step for having the dual boot working for Vista and XP Pro

The BCDEDIT listed show it as bcdedit -set {ntldr} device partition=C:

This does not work, also, I have logged in as Administrator when using COMMAND PROMPT

Does not work with the following either -> bcdedit /set {ntldr} device partition=C:

Any suggestions?

Thanks,

Gary

squirrelnmoose 02-12-2009 02:42 PM

According to the tutorial, this is what you need.

bcdedit –set {ntldr} device partition=C:
bcdedit –set {ntldr} path \ntldr
bcdedit –displayorder {ntldr} –addlast
bcdedit -set {ntldr} description "Microsoft Windows XP"


All times are GMT -4. The time now is 02:30 AM.


Copyright © 2005-2013 SysChat.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54