View Single Post
  #331 (permalink)  
Old 06-19-2008, 10:20 PM
moiztankiwala moiztankiwala is offline
Junior Member
 
About:
Join Date: Jun 2008
Posts: 1
moiztankiwala is on a distinguished road

Accept Solution to errors on bcdedit


Quote:
Originally Posted by Unregistered View Post
After getting to step four I ran bcdedit.exe command but every time i type in the four lines it tells me that it is not recognized.

Any thoughts?

Thanks
I kept getting the error and here's the solution that I found:
(All the '-' need to be replaced by '/')
bcdedit /set {ntldr} device partition=C:
bcdedit /set {ntldr} path \ntldr
bcdedit /displayorder {ntldr} /addlast
bcdedit /set {ntldr} description "Microsoft Windows XP"

Hope this will be helpful.

Moiz Tankiwala



Reply With Quote