F5F Stay Refreshed Hardware Desktop Installing Windows10 on new nvme drive

Installing Windows10 on new nvme drive

Installing Windows10 on new nvme drive

T
TehStratosHD
Senior Member
492
02-04-2016, 08:45 PM
#1
Hello!
Many years ago, you assisted me in assembling my PC. Now, I'm planning some upgrades.
My system runs a Gigabyte GA-H67A-UD3H-B3 motherboard with Windows 7. I've updated the BIOS.
I recently purchased an NVMe adapter and a WD_BLACK SN850x SSD. I installed it in the PCI x16 slot, formatted the MBR, assigned it, and can see the drive (K:/).
After downloading the Windows 10 installation media, I placed it on a USB drive and booted from it. The installer appears, but when attempting to install the OS on my new NVMe drive (K:/), it shows an error:
"Windows cannot be installed to this disk. The computer's hardware does not support booting to this disk."
I've read about UEFI and CSM/legacy, but I'm still unsure. I made a few adjustments that almost stopped me from getting back to Windows 7.
Could you help? What might I be missing or what details should I provide for better diagnosis?
T
TehStratosHD
02-04-2016, 08:45 PM #1

Hello!
Many years ago, you assisted me in assembling my PC. Now, I'm planning some upgrades.
My system runs a Gigabyte GA-H67A-UD3H-B3 motherboard with Windows 7. I've updated the BIOS.
I recently purchased an NVMe adapter and a WD_BLACK SN850x SSD. I installed it in the PCI x16 slot, formatted the MBR, assigned it, and can see the drive (K:/).
After downloading the Windows 10 installation media, I placed it on a USB drive and booted from it. The installer appears, but when attempting to install the OS on my new NVMe drive (K:/), it shows an error:
"Windows cannot be installed to this disk. The computer's hardware does not support booting to this disk."
I've read about UEFI and CSM/legacy, but I'm still unsure. I made a few adjustments that almost stopped me from getting back to Windows 7.
Could you help? What might I be missing or what details should I provide for better diagnosis?

J
JenniferXD
Member
50
02-04-2016, 09:41 PM
#2
Suggested to use GPT instead of MBR. Before setting up Windows, disconnect all other drives and boot from a USB with a genuine Windows version. UEFI is the current standard for running systems via GPT. MBR has its constraints.
J
JenniferXD
02-04-2016, 09:41 PM #2

Suggested to use GPT instead of MBR. Before setting up Windows, disconnect all other drives and boot from a USB with a genuine Windows version. UEFI is the current standard for running systems via GPT. MBR has its constraints.

G
gitty12
Member
94
02-05-2016, 01:38 AM
#3
Some boards aren't compatible with NVME drives. Check the specifications of your board.
G
gitty12
02-05-2016, 01:38 AM #3

Some boards aren't compatible with NVME drives. Check the specifications of your board.

M
McBroke
Member
168
02-05-2016, 03:01 AM
#4
The board features Hybrid EFI with certain UEFI capabilities, though it was released before the full UEFI standard. There are some requests for BIOS modifications on similar boards to incorporate the necessary UEFI NVMe module, but this is currently not feasible. In reality, UEFI is not strictly necessary for booting from an NVMe drive, although in legacy BIOS mode any NVMe storage would require a legacy OPROM to be accessible, which is uncommon and only found in specific models such as Samsung 950 Pro or Plextor M8Pe. This would also need an MBR.
M
McBroke
02-05-2016, 03:01 AM #4

The board features Hybrid EFI with certain UEFI capabilities, though it was released before the full UEFI standard. There are some requests for BIOS modifications on similar boards to incorporate the necessary UEFI NVMe module, but this is currently not feasible. In reality, UEFI is not strictly necessary for booting from an NVMe drive, although in legacy BIOS mode any NVMe storage would require a legacy OPROM to be accessible, which is uncommon and only found in specific models such as Samsung 950 Pro or Plextor M8Pe. This would also need an MBR.

K
Kitten645321
Member
181
02-05-2016, 09:39 AM
#5
So perhaps I just purchased an additional 1TB of storage.
It seems odd there are two more drives connected to my PC through USB, but they didn’t trigger the same warning about installation failure, unlike the NVMe ones.
I didn’t attempt to install on them, though I might try moving my data and see if it works.
Is this a pointless task? I believe one of these could actually be an SSD connected via SATA rather than USB.
K
Kitten645321
02-05-2016, 09:39 AM #5

So perhaps I just purchased an additional 1TB of storage.
It seems odd there are two more drives connected to my PC through USB, but they didn’t trigger the same warning about installation failure, unlike the NVMe ones.
I didn’t attempt to install on them, though I might try moving my data and see if it works.
Is this a pointless task? I believe one of these could actually be an SSD connected via SATA rather than USB.

K
kenken0724
Member
178
02-07-2016, 07:28 AM
#6
Windows isn't really meant to be installed on an external USB drive, yet Linux works fine. The BIOS recognizes USB devices but misses the NVMe one, preventing the installer from accessing it. Once Windows loads the driver, it becomes visible within the system. The provided link shared several methods for placing the boot sector and driver on a USB stick to start an OS on an otherwise non-bootable NVMe drive.
K
kenken0724
02-07-2016, 07:28 AM #6

Windows isn't really meant to be installed on an external USB drive, yet Linux works fine. The BIOS recognizes USB devices but misses the NVMe one, preventing the installer from accessing it. Once Windows loads the driver, it becomes visible within the system. The provided link shared several methods for placing the boot sector and driver on a USB stick to start an OS on an otherwise non-bootable NVMe drive.

T
ThatPhoenix
Junior Member
49
02-11-2016, 07:26 PM
#7
Windows isn't really able to be put on an external USB, but Linux works that way. If required, it can be installed, run, and operated from a USB drive with the help of other programs.
T
ThatPhoenix
02-11-2016, 07:26 PM #7

Windows isn't really able to be put on an external USB, but Linux works that way. If required, it can be installed, run, and operated from a USB drive with the help of other programs.

B
Blubberboy22
Member
74
02-12-2016, 05:34 AM
#8
Sure, adjusting the install media with some third-party tools could allow OP to run Win 11 on unsupported hardware in a similar manner, by skipping the safeguards or deceiving the installer. Of course, this won’t be as stable as using the official process, but it might work temporarily. Microsoft previously offered a portable Windows version on a USB drive called Windows To Go, though it wasn’t as dependable as booting Linux directly; they now recommend Windows PE instead.

This highlights how Windows can detect USB external drives through the BIOS, something it can’t do with NVMe devices. If OP had attempted to install Windows using the official media, the process would have failed due to unsupported features.
B
Blubberboy22
02-12-2016, 05:34 AM #8

Sure, adjusting the install media with some third-party tools could allow OP to run Win 11 on unsupported hardware in a similar manner, by skipping the safeguards or deceiving the installer. Of course, this won’t be as stable as using the official process, but it might work temporarily. Microsoft previously offered a portable Windows version on a USB drive called Windows To Go, though it wasn’t as dependable as booting Linux directly; they now recommend Windows PE instead.

This highlights how Windows can detect USB external drives through the BIOS, something it can’t do with NVMe devices. If OP had attempted to install Windows using the official media, the process would have failed due to unsupported features.

W
WhatsThePack
Member
215
02-20-2016, 05:29 PM
#9
Ok, no problem, good advice 👍
W
WhatsThePack
02-20-2016, 05:29 PM #9

Ok, no problem, good advice 👍