Create Windows 10 recovery USB flash drive on linux

raw

README.rst

USB flash drive

The only thing that worked on an Asus X93SV was to use WoeUSB: https://github.com/WoeUSB/WoeUSB

Fix booting

Laptop showed only a blinking white underscore on a black screen when booting the hard drive.

Solution: Boot recovery flash drive and run the following commands in a shell (cmd):

  • bootrec /fixmbr
  • bootrec /fixboot
  • bootrec /scanos
  • bootrec /rebuildbcd

scanos luckily found the windows installation, so rebuildbcd worked.

Christian Weiske Christian Weiske
owner

History