T
16

Had to choose between a full Windows reinstall or just fixing the bootloader on a client's bricked laptop

The laptop was stuck in a boot loop after a failed update. I figured a clean install would take about 2 hours with all the driver hunting. Instead, I spent 20 minutes making a bootable USB with the Windows Media Creation Tool and used the command prompt to run bootrec /fixmbr and bootrec /rebuildbcd. It worked and saved the client's data. Has anyone else had luck with this method on newer systems with secure boot enabled?
3 comments

Log in to join the discussion

Log In
3 Comments
lane.mason
lane.mason1mo ago
Honestly, that's a huge gamble with a client's machine. A clean install is the only sure fix and avoids wasting more time if those commands fail. You got lucky this time, but next time you might just make the data recovery harder.
2
the_hugo
the_hugo1mo agoMost Upvoted
Hey wait, that's not how it works... a clean install would've wiped the data completely.
8
abby_king22
My buddy at a repair shop in Austin tried that same approach last year on a laptop that had a corrupted registry. Two hours later he still couldn't boot it and the client lost a whole folder of vacation photos because the drive got scrambled worse than before. I see this all the time in tech stuff people think they're saving time by taking shortcuts but they end up digging a deeper hole. It's like trying to patch a leaky pipe with tape instead of just replacing it eventually you're dealing with water damage and mold on top of the original problem. A clean install is boring and takes longer but it's the only way to know for sure the machine is actually fixed.
3