My Win11 main Laptop (3yrs old) runs normal, recently updated with no issues. My external backup drives (USB HDD Not SSD) had held their drive letter assignments for about 2 years previously. Then a couple days ago I noticed my backup drive letter assignments were not holding on boot up. I saw Bree's posted solution of Diskpart to this and it appears to have fixed it.
However, before I saw Bree's posted solution, I had been doing net searches at what I might should check. Somewhere I saw something about running bootrec /scanos. Ok yea I had not yet found better suited ones like chkdsk c: /f /offlinescanandfix and then SFC /scannow and then DISM /Online /Cleanup-Image /RestoreHealth
So anyhow I recently ran bootrec /scanos just to see what it would report. I did this via Settings->System->Recovery->Troubleshoot->Advanced Options
and typed in bootrec /scanos It looked kinda like this,
---
X:\windows\system32\bootrec /scanos
Total Identified Windows Installations: 0 <-Is this normal (?) I'm still booting windows 11 Home with no problem.
Operation Completed sucessfully
---
I checked some other stuff wondering if I have a problem. Everything appears to running ok.
Appreciate any inpuit on anything that seems wrong with what's showing.
However, before I saw Bree's posted solution, I had been doing net searches at what I might should check. Somewhere I saw something about running bootrec /scanos. Ok yea I had not yet found better suited ones like chkdsk c: /f /offlinescanandfix and then SFC /scannow and then DISM /Online /Cleanup-Image /RestoreHealth
So anyhow I recently ran bootrec /scanos just to see what it would report. I did this via Settings->System->Recovery->Troubleshoot->Advanced Options
and typed in bootrec /scanos It looked kinda like this,
---
X:\windows\system32\bootrec /scanos
Total Identified Windows Installations: 0 <-Is this normal (?) I'm still booting windows 11 Home with no problem.
Operation Completed sucessfully
---
I checked some other stuff wondering if I have a problem. Everything appears to running ok.
Appreciate any inpuit on anything that seems wrong with what's showing.
Code:
DISKPART> LIST DISK
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 953 GB 770 MB * <-Includes Drive C
Disk 1 Online 931 GB 0 B <-My USB Bakup Drive
DISKPART> SELECT DISK 1
Disk 1 is now the selected disk.
DISKPART> uniqueid disk
Disk ID: F3F2E8B8 <-My USB Bakup Drive
--
DISKPART> SELECT DISK 0
Disk 0 is now the selected disk.
DISKPART> uniqueid disk
Disk ID: {57A258CB-5467-4DFE-B989-7C8898D0238F}
--
Microsoft DiskPart version 10.0.26100.1150
DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 953 GB 770 MB *
DISKPART> select disk 0
Disk 0 is now the selected disk.
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
Volume 0 C NTFS Partition 749 GB Healthy Boot <-Win11
Volume 1 V VMs NTFS Partition 202 GB Healthy
Volume 2 FAT32 Partition 100 MB Healthy System
Volume 3 NTFS Partition 873 MB Healthy Hidden
-
DISKPART> list part
Partition ### Type Size Offset
------------- ---------------- ------- -------
Partition 1 System 100 MB 1024 KB
Partition 2 Reserved 16 MB 101 MB
Partition 3 Primary 749 GB 117 MB <-Win 11 Partition
Partition 4 Recovery 873 MB 749 GB
Partition 5 Primary 202 GB 750 GB
DISKPART> detail part
Partition 3 <-Win 11 Partition
Type : ebd0a0a2-b9e5-4433-87c0-68b6b72699c7
Hidden : No
Required: No
Attrib : 0000000000000000
Offset in Bytes: 122683392
--------------------
PS C:\WINDOWS\system32> bcdedit
Windows Boot Manager
----
identifier {bootmgr}
device partition=\Device\HarddiskVolume1
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {976657cf-156b-11f0-965e-eabe4e45cacc}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \WINDOWS\system32\winload.efi
description Windows 11
locale en-US
inherit {bootloadersettings}
recoverysequence {2043638d-2ec0-11f0-9697-d7232d9bf080}
displaymessageoverride Recovery
recoveryenabled Yes
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \WINDOWS
resumeobject {976657cf-156b-11f0-965e-eabe4e45cacc}
nx OptIn
bootmenupolicy Standard
My Computer
System One
-
- OS
- Windows 11
- Computer type
- Laptop
- Manufacturer/Model
- HP 17" Laptop, Acer Aspire 5




