Advertisement
codegazer

Repair failed Windows 10 update

Jul 27th, 2020
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. Repair failed Windows 10 update
  2. -------------------------------
  3.  
  4. Date: Monday 27th July 2010
  5.  
  6. Introduction
  7. ------------
  8. On a recent Windows 10 update, a friend's computer failed to boot and displayed the following:
  9.  
  10. error: no such partition.
  11. Entering rescue mode...
  12. grub rescue>
  13.  
  14. After some researching and testing I found the following method worked.
  15.  
  16. Preparation
  17. -----------
  18. If you don't have one, make a bootable Windows 10 install USB.
  19. You will need a blank 8gb USB.
  20. See: https://support.microsoft.com/en-gb/help/15088/windows-10-create-installation-media
  21.  
  22. Repair procedure
  23. ----------------
  24. a) Boot from Windows 10 install USB.
  25. Example: on HP tap <escape> key as starting up to reach startup menu then <f9> to choose boot from USB.
  26.  
  27. b) At first "Windows Setup" window, check the language, time & currency, and keyboard are correct for you then click on "Next".
  28.  
  29. c) At second "Windows Setup" window, select "Repair your computer" (bottom left on screen).
  30.  
  31. d) Click on "Troubleshoot"
  32.  
  33. e) Click on "Command prompt"
  34.  
  35. f) Type command: bootsect/nt60 sys
  36.  
  37. example X:\Sources>bootsect/nt60 sys
  38. You should see: "Bootcode was successfully updated on all targeted volumes."
  39.  
  40. g) Type command: bootrec /fixmbr
  41.  
  42. example X:\Sources>bootrec /fixmbr
  43. You should see: "The operation completed successfully."
  44.  
  45. h) Type command: bootrec /fixboot
  46.  
  47. example X:\Sources>bootrec /fixboot
  48. You should see: "The operation completed successfully."
  49.  
  50. i) Type command: exit
  51.  
  52. example X:\Sources>exit
  53.  
  54. j) Click on "Turn off your PC"
  55.  
  56. Wait for the computer to shutdown and switch off.
  57.  
  58. k) Remove Windows 10 install USB
  59.  
  60. l) Restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement