richardyusan

How To Fix Windows 7 Loader

Jan 7th, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. Drive letters in WinPe will probably be different from what you see in windows - that is normal.
  2.  
  3. I would delete the bcd store and run the commands again. Yes you should be pointing them at the reserved system partition .
  4.  
  5. Otherwise, at cmd prompt, type:
  6.  
  7. diskpart
  8.  
  9. lis vol
  10.  
  11. ( Look to see the drive letter for your main windows partition - if it is D then type as below, otherwise replace D with the letter diskpart gives for the main windows partition)
  12.  
  13. sel vol d
  14.  
  15. act
  16.  
  17. exi
  18.  
  19. bcdboot d:\windows /s d:
  20.  
  21. bootsect /nt60 all /mbr
  22.  
  23. restart the pc - you're good.
Advertisement
Add Comment
Please, Sign In to add comment