System halted with message requesting restart and choosing a correct installation medium
System halted with message requesting restart and choosing a correct installation medium
I turned on my PC from sleep and it functioned briefly before freezing. Pressing the power button restarted it, and at startup it asked to choose a boot device. My attempts: I verified the BIOS settings and the SSD appears in the Boot Options list (the only drive connected). I accessed the console and ran "bootrec.exe/rebuildbcd," which reported "Total identified Windows installations: 0." I connected my Windows 10 USB to test Startup Repair, but it failed after a short delay. A Custom Windows Install on the primary partition returned an error about creating or locating a partition. Upgrading Windows didn’t work either. I’m unsure what caused this issue. Anyone have ideas on possible fixes?
It seems the SSD has stopped working. You might want to launch Command Prompt from the installation media and then use DiskPart to remove all partitions from the affected drive before reinstalling Windows. DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 931 GB 0 B Disk 1 Online 232 GB 1024 KB * DISKPART> select disk 1 Disk 1 is now selected. DISKPART> clean