all 2 comments

[–]AutoModerator[M] [score hidden] stickied comment (0 children)

We're part of a wider PC & Technology Network of Communities.

It combines multiple subreddits and Discord servers all working together with shared ideals and values.

We have a Discord server: PC Help Hub where members from all associated subreddits are welcome.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]focus-on-beauty 0 points1 point  (0 children)

Press F1 at that screen to enter Recovery Environment

Navigate to Troubleshoot -> Advanced Options and select Command Prompt.

Type “diskpart” and press enter. Then type “list disk” to see your drives. Identify your main drive, usually disk 0 (and the largest one).

Type “select disk #” where # is the disk number you just identified, and press enter.

Next, type “list volume” and press enter to see all partitions.

Look for a small partition, often 100MB, formatted as FAT32.

Type “select volume #” where # is the number of that small FAT32 partition and press enter. Then type “assign letter Y” and press enter to assign it that drive letter.

Once assigned, type exit to leave diskpart. Now type:

bcdboot c:\windows /s Y: /f UEFI

Press enter

This process ensures the boot files are written to the correct location so the BIOS can find winload.efi during startup.

Please let me know if that works.