Help! Can’t Find Boot Device After Windows 11 Upgrade

0
19
Asked By GamerGal77 On

I'm facing a frustrating issue after trying to upgrade to Windows 11. I can boot from the USB drive, which launches the installer, but the only option available is a clean install, which I really want to avoid right now. When I reboot without the USB stick, I just get stuck at a blank screen. I've checked the BIOS, and my hard drive shows up as detected and is set as the only boot priority. My BIOS is also fully updated. What steps can I take to resolve this?

3 Answers

Answered By TechWhiz42 On

First things first, check your boot menu in the UEFI settings to ensure your hard drive is listed as a bootable option. If it’s not there, you definitely can’t boot from it. If it is listed, make sure it’s set as the first boot device. That can sometimes solve the issue right away.

Answered By FixItFred99 On

Try booting from the Windows USB again, but this time select 'Repair installation' instead of the install option. Then go to 'Advanced options' and open the command prompt. You can run a few commands like `diskpart`, `list disk`, `sel disk X` (where X is your disk number), and `detail disk`. This will show if your C, boot, and recovery partitions are there. If they're missing, you might have a failing drive or your boot partition could have been corrupted during the update.

Answered By DataDude56 On

If you're worried about corruption, you might want to rebuild your boot sector. Even if it looks fine, sometimes a fresh boot sector can make a difference. You can create a small FAT32 partition and try copying the boot sector data to it, but be careful—it’s easy to mess things up!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.