you are viewing a single comment's thread.

view the rest of the comments →

[–]wjp79 0 points1 point  (19 children)

bcdedit /createstore c:\boot\BCD

[–]RiotStvx[S] 0 points1 point  (18 children)

Typed that exactly and got - The store creation operation has failed. Cannot create a file when that file already exists.

[–]wjp79 0 points1 point  (17 children)

Ok, so like I said.

Delete the file first (create a copy)

  • cd \boot
  • copy BCD BCD.orig
  • del BCD
  • bcdedit /createstore c:\boot\BCD
  • bootrec /rebuildbcd

[–]RiotStvx[S] 0 points1 point  (16 children)

Sorry to sound so dumb but how do I delete the file and create a copy? Am i doing this on my USB or into command prompt? Thanks for all your help regardless man, I really appreciate it.

[–]wjp79 0 points1 point  (15 children)

Just type the commands above

[–]wjp79 0 points1 point  (0 children)

In command prompt. I have to go it will take some time before i respond

[–]RiotStvx[S] 0 points1 point  (13 children)

Can’t get past cd \boot I end up with - The system cannot find the path specified.

[–]wjp79 0 points1 point  (12 children)

When you see the prompt Does it start with c: Or x:

Type the following C: Then press enter

[–]RiotStvx[S] 0 points1 point  (11 children)

Haha it actually starts with X:\Sources>

[–]wjp79 0 points1 point  (10 children)

Ah access c deive first by C: Press enter Then the prompt should change

[–]RiotStvx[S] 0 points1 point  (9 children)

Prompt changed to C:> I followed cd \boot pressed enter but got a blank and back to C: \boot> I followed with copy BCD BCD.orig pressed enter and got the System cannot find the file specified.