|  
 i see, he simply sets the boot device option as well.  This shouldn't be necessary, but aparently on some systems it is.
 The ammendment to match my instructions would be as follows:
 bcdedit –set {ntldr} device partition=C:
 bcdedit –set {ntldr} device boot
 bcdedit –set {ntldr} path \ntldr
 bcdedit –displayorder {ntldr} –addlast
 
 
 
 |