I've tried to use the recovery USB drive I created and I tried using the one provided in this thread. Everytime I go to recovery and try to run a complete reset it accesses my USB drive and tells me files are missing. Anyone know how to fix this? Any help would be greatly appreciated.
Here is how you do it
-------------------------------------------------------------------------------
(1) Mount Windows ISO file.
(2) Run "cmd.exe" as administrator.
(3) Type "diskpart".
(4) Type "list disk". Note which disk is your thumb drive. Let's
assume disk 1 is your USB memory stick.
(5) Type "select disk 1".
(6) Type "clean".
(7) Type "create partition primary".
(8) Type "select partition 1".
(9) Type "active".
(10) Type "format fs=fat32". "format quick fs=fat32" performs a quick format using FAT32 file system.
(11) Type "assign". You'll notice that the drive letter of your USB memory stick has changed.
(12) Type "exit".
(13) Type "xcopy <source>:\*.*
/s/e/f/h <destination>:\"
(14) Once the copying is completed, type "exit" to close the Command Prompt.