This story was originally published on HackerNoon at:
https://hackernoon.com/how-i-fixed-windows-installation-bitlocker-a-write-protected-usb-and-the-irst-rabbit-hole.
A friend's HP laptop was stuck behind BitLocker with no recovery key. Here's how I fixed the write-protected USB, missing SSD, and the 15% install freeze.
Check more stories related to tech-stories at:
https://hackernoon.com/c/tech-stories.
You can also check exclusive content about
#windows,
#bitlocker,
#operating-systems,
#security,
#cybersecurity-tips,
#15percent-install-freeze,
#windows-install-freeze,
#troubleshooting-windows, and more.
This story was written by:
@vidyasagarmsc. Learn more about this writer by checking
@vidyasagarmsc's about page,
and for more stories, please visit
hackernoon.com.
Friend's HP laptop locked behind BitLocker — no recovery key, no choice but to reinstall Windows. Three things broke in sequence:
USB write-protected — FAT32 format was the culprit. Fixed with diskpart clean and reformatting as exFAT.
SSD invisible to the installer — HP's 11th-gen Intel processor needs IRST drivers the Media Creation Tool doesn't ship with. Downloaded from HP Support, extracted the F6 folder, loaded iaStorVD.inf during setup.
Install froze at 15% — FAT32's 4 GB file size limit chokes on install.wim. Reformatted the USB as exFAT, reran MCT, repeated the IRST steps. Done.
The fix that solves all three upfront: always format your USB as exFAT before running Media Creation Tool, and keep the IRST F6 folder on the same drive.