Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
diskpart, then list disk and list vol, and post a photo of the results. Don't enter any other DiskPart commands.Turning Intel RST off has done what we wanted — your four SSDs are now visible normally as NVMe drives. Don't change any more BIOS settings for now.
The error in your screenshot, 0x80042444 - 0x4002F, is occurring when the newer Windows Setup scans your disks. This has been reported when one of the attached drives is a dynamic/foreign disk, so the installation error may be a separate issue from the reason your existing Windows installation won't boot.
Please don't format, delete, clean or convert any disks.
Boot from the Windows USB, and at the first Setup screen press Shift + F10 to open Command Prompt. Enter:
diskpart
list disk
list volume
Then post a clear photo of the results.
In particular, list disk will tell us whether any of the four drives are dynamic, and list volume will show the existing partitions. That should let us identify the Windows partition and EFI System Partition on the 1 TB Sabrent.
The fact that selecting Windows Boot Manager (Sabrent) immediately returns you to the BIOS suggests that we may need to repair the existing boot files, but I wouldn't do that until we've identified the partitions correctly.
Also, when the Windows USB reboots during Setup and takes you back to the language-selection page, that's because you're booting from the USB again. For now, though, don't continue with the fresh installation.
You can temporarily disable VMD and switch to AHCI. Setup will detect the disk and allow you to repair Windows. After repair is successful, let it load Windows. You can switch back to VMD if you want, but you won't see any difference in performance. The disk is too fast to tell the difference, if any. I would leave it in AHCI mode.Hi,
Sorry for the delay. I’m still working on this issue I have with my PC. I finally managed to get the Intel Rapid Storage Technology Driver extracted and tried to install. It showed up in the Windows set up screen where you can install drivers. It got froze asking for disks. I assume it meant it needed a full Windows 11 ISO so I attempted to add that on a USB stick too.
It failed giving me the following error: Error code: 0x80042444 - 0x4002F .
I checked the current Intel RST driver installed in my BIOS and it hadn’t updated. The driver is greyed out saying for INTERNAL USE ONLY.
Here’s the Command Prompt results.
That output has given us some important information. Don't try another Windows installation, and don't format, clean or convert any disks yet.
The Windows Setup error is probably being caused by Disk 1, which is shown as a Foreign dynamic disk. Error 0x80042444 means that a disk pack is offline/inaccessible, so that 4 TB dynamic disk would explain why Setup fails while searching for disks.
However, there is something more important to investigate first. Your C: volume is showing as RAW, and there are also hidden 100 MB and 860 MB volumes showing as RAW. Those sizes resemble the Windows, EFI and Recovery partitions, so we need to establish whether those are on your 1 TB Sabrent drive.
At the DiskPart prompt enter:
select volume 1
detail volume
Post a photo of the result.
Then enter:
exit
manage-bde -status
and post that result as well.
manage-bde will tell us whether BitLocker is involved and whether the Windows volume is locked. Microsoft documents that manage-bde -status reports the encryption and lock status of the volumes.
Don't run CHKDSK, FORMAT, CLEAN, CONVERT BASIC, or import the foreign disk at this point. Let's identify exactly which physical disk contains those RAW volumes first.
Now you need to execute the bcdboot command with the appropriate parameters to fix the boot record on the disk. Unfortunately I don't know what the appropriate parameters are. Anyone else?Thanks for all your help @Celery . Here’s the Command Prompt results.
You can temporarily disable VMD and switch to AHCI.
Wrong terminology, my bad, but you get the point. Disabling VMD makes the disk visible in Setup.AHCI is principally the SATA controller interface; NVMe SSDs don't become AHCI devices when VMD is disabled. Disabling VMD causes the NVMe devices to be exposed directly rather than through Intel's VMD controller.
That rules out BitLocker as the cause for the accessible 931 GB F: Main Storage volume.
There is still an important discrepancy we need to resolve before attempting any repair or reinstall:
Your BIOS detects two 1 TB NVMe SSDs:
But your earlier list disk output showed only one 931 GB physical disk. We need to find out which of those two SSDs Windows Setup is actually seeing.
- Sabrent SB-RKT4P-1TB
- Samsung SSD 970 EVO Plus 1TB
Please open Command Prompt again and enter:
diskpart
rescan
list disk
If there is still only one 931 GB disk, enter:
select disk 3
detail disk
list partition
and post a photo of the results.
Do not format, clean, convert, import or delete anything.
Ifdetail diskidentifies Disk 3 as the Samsung 970 EVO Plus, then the important finding will be that Windows Setup is not seeing the Sabrent system SSD at all, even though the BIOS can see it. If Disk 3 is the Sabrent, we'll investigate why its Windows partitions are appearing as RAW.


DISKPART> list disk
Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 1 Foreign 3726 GB 0 B * *
Disk 2 Online 3726 GB 1024 KB * *
Disk 3 Online 931 GB 1024 KB
Disk 4 Online 59 GB 27 GB
DISKPART> list volume
Volume ### Ltr Label Fs Type Size Status Info
---------- --- ------------ ----- ---------- ------- --------- --------
Volume 0 J Backup 3 RA NTFS Simple 3726 GB Healthy
Volume 1 C RAW Partition 930 GB Healthy
Volume 2 RAW Partition 100 MB Healthy Hidden
Volume 3 RAW Partition 860 MB Healthy Hidden
Volume 4 D System Rese NTFS Partition 50 MB Healthy
Volume 5 F Main Storag NTFS Partition 931 GB Healthy
Volume 6 E ESD-USB FAT32 Removable 32 GB Healthy
list disk shows only one 931 GB physical disk.