WINDOWS BOOT MANAGER STILL SHOWING HDD AS BOOT DEVICE

Anonymous
2024-07-23T04:36:02+00:00

Hello there, I am having a very strange issue with my HP laptop, I purchased this laptop couple of years ago and few months back I decided to upgrade my laptop from HDD to SSD, so I purchased a NVMe gen4 SSD and to install new WINDOWS on SSD I disconnected my HDD and installed windows 11 on my SSD, Laptop worked perfectly fine for few months but now I noticed a very strange thing in my pc, i.e., tho my windows is installed in my SSD but in boot manager it still shows HDD as the boot device even I've tried resetting the HDD, next I tried to disconnect my HDD but as I do so my pc says "no boot device found" further when I opened BIOS my SSD is not listed in boot manager, Very weird right?? Next, I thought about reinstalling windows using USB installation media but none of my drives show up on the installation page even after installing drivers. I ran DISKPART but still my drives don't show up. Can someone tell and help me to fix this thing? Tho system works perfectly normal

Here are few images regarding my problem

Image 1- when I try accessing WRE

Image 2- SSD as my WINDOWS DEVICE

Image 3- CONFIGURATION SHOWED SSD

Image 4- BOOT MANAGER NOT SHOWING SSD

Windows for home | Windows 11 | Devices and drivers

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Ramesh Srinivasan 87,865 Reputation points Independent Advisor
2024-07-24T02:26:10+00:00

Hi Sudhanshu,

Creating an EFI partition on Disk 1 should solve the problem.

From admin Command Prompt, run:

diskpart
select volume C
shrink desired=200
create partition efi size=200
sel disk 1
list part
exit

Post the output.

See also:

How to Move EFI System Partition to Another Drive in Windows 10 or 11:

https://www.winhelponline.com/blog/create-move-...

Standard Disclaimer: There is a link to a non-Microsoft website. The page appears to provide accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as PUPs (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

61 additional answers

Sort by: Oldest
  1. Ramesh Srinivasan 87,865 Reputation points Independent Advisor
    2024-07-24T08:36:04+00:00

    I'm not sure why the EFI partition shows up as a RAW partition in this screenshot:

    https://filestore.community.support.microsoft.c...

    Can you please run these commands?

    diskpart
    select disk 1
    list part
    list vol
    exit
    reagentc /info
    

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-07-24T09:45:40+00:00

    here you go

    Was this answer helpful?

    0 comments No comments
  3. Ramesh Srinivasan 87,865 Reputation points Independent Advisor
    2024-07-24T09:53:03+00:00

    EFI shows as RAW. This is not normal. Maybe we can redo the steps.

    Run:

    diskpart
    list disk
    select disk 1
    select part 2
    set id=ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    gpt attributes=0x0000000000000000
    select part 3
    set id=ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
    gpt attributes=0x0000000000000000
    exit
    

    Please post screenshot of Disk Management.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2024-07-24T13:14:48+00:00

    yeah sorry for being lil late

    Was this answer helpful?

    0 comments No comments