I have a Dell Inspiron 7373 13" laptop which is fitted with a 256GB SATA M.2 SSD. The Dell spec for the laptop states that it can use either SATA M.2 SSDs or NVMe M.2 SSDs. So I ordered a Samsung 970 Evo Plus NVMe M.2 500GB SSD.
I used Macrium Reflect 7 to first create a Rescue USB then created an image of my existing 256GB SATA drive. Just to clarify, I made a complete image of all the drive partitions.
I removed the 256GB SATA SSD from the laptop and installed the new 500GB NVMe SSD. I rebooted the laptop using the rescue USB and copied the image onto the new NVMe SSD. This all went perfectly.
Finally I shut down the laptop, removed the rescue USB and restarted the laptop but it would not boot into Windows. I tried a boot repair using Macrium and it reported that all was good but the laptop will still not boot from the new drive. I also tried a Windows boot repair but this also failed to solve the problem.
In the BIOS the new drive is visible and I have checked all the BIOS setting and I cannot see anything that will prevent it booting.
The only thing I can think of is that the boot partition that I cloned from my old SSD does not have the NVMe SSD drivers because previously it was a SATA SSD with the SATA drivers.
I have checked Samsung's website and they have an exe file download for installing the NVMe drivers. So I put back my old SATA SSD into my laptop and booted into windows. I checked the device manager for installed drivers and sure enough there was no NVMe driver installed under disk controllers, only SATA driver. So I tried to install the Samsung NVMe driver before taking another image but it will not install the drivers unless a Samsung NVMe SSD is present.
I am now struck, I cannot install the NVMe driver unless the drive is installed but if I install the drive it will not let me boot into windows to install the driver! One thought was to purchase a NVMe external enclosure so I can connect the NVMe SSD via the USB3.1 port, this may then enable me to install the NVMe drivers before I cone the SATA SSD.
Has anyone had the same problem and solved it or can anyone suggest a work around for this problem? I am starting to lose the will to live!!!!
Thanks.
Steve
36 Answers
I can now confirm that the problem I experienced booting my cloned Samsung 970 Evo plus NVMe SSD into Windows is now solved!
I was advised by Macrium to try booting into Windows in safe mode. They thought that loading Windows in safe mode with a minimum drivers, etc may enable Windows to boot far enough to find the new drive and load the NVMe drivers. I tried this and it worked! Once I was in Windows in safe mode I went to Device Manager and sure enough the Windows NVMe driver had been loaded and the drive was present.
I then logged out, shut down and restarted the laptop in standard mode and everything loaded as it should. I have now updated to the Samsung NVMe SSD driver and run some diagnostics and benchmarks. All is running as it should and much faster!
I would like to say a big thank you to all the forum users that took the time and effort to provide a response with help and suggestions to assist me with this problem.
Sometimes the simplest solutions are the ones that you don't think of!
Steve
1I was upgrading my laptop from an M.2 sata to a larger M.2 nvme drive. I used an external M.2 USB enclosure and Acronis to make a clone of the original drive. I installed the clone into the laptop but it wouldn't boot (inaccessible boot device). What worked for me was simply booting into safe mode once. Apparently this enabled the NVME driver to run at boot time from then on. To do this - When the boot fails and goes to the recover screen select: Troubleshoot->AdvancedOptions->AdvancedStartupOptions->StartupSettings, then select Restart. When the computer restarts enter the number (4) for EnableSafeMode. Let safe mode come up, login and restart the computer.
An NVMe drive needs to boot in UEFI mode, and has to be in GPT particioning style.
In order to check these both things, do the following:
- Boot up with your old SSD.
- Now, we're going to check the UEFI boot. Be aware thet your BIOS has to support UEFI booting, otherwise this would not work.
- Press the Windows key + R. Type
msinfo32and press Enter. - Check that next to BIOS mode UEFI is listed. Remember that.
- Press the Windows key + R, and write
diskmgmt.mscPress Enter. - On the left pane, look for your SSD. If you're unsure which is it, right-click and click propierties on every disk, until you find the one whose name is the one of your old SSD.
- On the propierties window, go to the volumes tab, and, check that next to partition style, is listed "GUID Particion Table (GPT)"
- Remember if it says that or "Master Boot Record (MBR)".
- Install your new NVMe disk, with the already cloned image.
- Create a Windows Installation USB Important: Create a USB, not a DVD drive
- Boot to that USB in UEFI mode in BIOS (You'll have to enable UEFI in BIOS first. This does depened on BIOS manufacturer)
- Skip to step 18 if your disk was already GPT. If not, continue.
- Type
diskpart - Write
list disk - Write
sel disk n(n is the number of your NVME disk) - Write
convert gptThe operation should convert the disk to GPT. - Write
exit - If your BIOS mode was already UEFI, skip to step 20. If not, continue.
Run the following commands:
diskpart
list disk
select disk n(n is the number of your NVME disk)
list partition
select partition n(n is the number of the Windows particion. It's ussually the biggest one)
shrink desired=260
create partition efi size=260
format quick fs=fat32
list partition
list volume(Note the volume where Windows is installed)
exit
bcdboot X:\windows(Replace "X" with the volume letter of the Windows OS partition)- Reboot your PC, and boot from your NVMe drive in UEFI mode. It should work now.
I checked the device manager for installed drivers and sure enough there was no NVMe driver installed under disk controllers, only SATA driver.
Device Manager doesn't show installed drivers. Device Manager shows connected devices – you might have 100 different storage drivers installed on the system, but if the only thing currently connected is a SATA AHCI controller, then that's what you will see.
Fortunately, Windows 10 already has generic NVMe drivers built in (along with AHCI drivers, IDE drivers, and all sorts of SCSI drivers – they don't show up in Device Manager either).
The usual problem, whether you're migrating from IDE to AHCI or from AHCI to NVMe, is that the drivers are not configured to start on boot – they must be already present very early during the boot process, before the normal "device detection" system has been started. By default, Windows only boot-starts those drivers which were needed at installation time – the rest are still on the system but only get started "on demand" in a later phase.
The generic Microsoft NVMe driver seems to be called stornvme. (For comparison, the generic SATA AHCI driver is storahci, though Intel RST has a different name.) You can change its configuration using sc from an administrator Command Prompt:
sc config stornvme start= boot
sc query stornvme
sc qc stornvme 1 I had the same problem installing Samsung Evo plus and wanted to share what i did in detail from the helpful advice above. There where steps missing that i had to research before I was successful. This might be an easy list to follow for folks who dont know how to access command prompt.
- Create a windows installation usb
- Run it and create it to the usb device, 2nd option
- Once done, shut down
- Swap old m.2 out and install the new cloned one
- Turn on again press F5 (Esc for Asus) and change the boot sequence to the usb OS
- When it shows up ignore everything and press shift & f10 to get command prompt
- To enable normal safe mode type: Bcdedit /set {default} safeboot minimal Now press enter
- Enable safe mode with internet type: Bcdedit /set {default} safeboot network Now press enter
- When you exit, it will ask you are you sure you want to cancel? yes
- Turn on computer again and either F5 or Esc again, change boot sequence to the new M.2 installed
- This will reboot and now recognise new m.2 into safe mode
- Go to start and type system config
- Go to boot tab, and untick safe mode, click apply
- Restart into normal desktop :)
I did the same but from a 256 GB nvme SSD to a 1TB one. I used the 'create system recovery option' in Windows 7 backup (available in Windows 10/11), wrote it to an internally attached HDD. Replaced the SSD, booted from a recovery USB stick and restored the system image. The system gave a 'Unaccessible boot device' after initial boot, and system repair could not fix it, neither the manual bcd options through a dosprompt (windows 11 does not have the boot folder on the system disk, but on a separated hidden partition) I then booted in safe mode, did a CHKDSK /F and rebooted. It all worked, only the partitions where as small as on the original ssd. Used a 3rd party partition tool to move and enlarge the partitions. All works great now.