Windows Boot Manager For NVMe Samsung 960 Evo

Das Frankie

Reputable
Feb 6, 2015
13
0
4,510
Hi I've tried scouring (this forum) and every other forum i can think of with no luck for an answer to my problem.
Thus i have made a quick video showcasing the issue i'm having, I'm having the time of my life trying to explain it but never finding anything close to this problem.

Edit: I have installed windows 10 on my Samsung Evo 960 NVMe, and booted into windows successfully. my problem is that when i try to boot straight from the drive in bios i get a screen to reinstall windows. if i select (windows boot manager - Sata 3) it will prompt me with a multiple drive boot choice. and if i unplug everything from the Sata except the NVMe drive i get a "Insert bootable media" screen.
I have the latest Bios and NVMe drivers installed but i still have to boot from Windows Boot Manager running from an old installation.
i have my drives running in AHCI, if i change to UEFI the drive doesnt show up as bootable so i have it set as UEFI / Legacy.


Any help on the solution for this would leave me forever grateful.
link is below with short system specs.
Again thanks for any help.

https://www.youtube.com/watch?v=_lmEnQJdhrI

Motherboard: Msi B350 Tomahawk
CPU: Ryzen 1700
GPU: Msi Nvidia GTX 1080 Gaming
RAM:16 GB DDR 4 4x4 (2400Mz)
Drive Samsung 960 EVO NVMe
 
Solution

As I suspected - no bootloader partition on SSD.

First - you have to verify that SSD is partitioned in GPT partition format
(In Disk Management right-click on label "Disk 2", choose properties and switch to Volumes tab. Partition style should be GPT there.)
Then open elevated command prompt and execute:
  • diskpart
    list disk
    select disk 2
    list partition
    select partition 1
    shrink desired=300
    create partition efi
    format fs=fat32
    assign letter=x
    exit
    bcdboot c:\windows /s x:
Shutdown the system, disconnect all HDDs and USB drives and you should be able to boot into windows.

After that, only if everything is ok, you should delete EFI system partition...


I'm completely unsure of what the problem here is.

Did you actually install the OS on the Samsung 960?
If so, then what?
 

It looks like this:
2017-06-162-59444c963df78c537bfce413.png

 


OK, you've got the OS on the 250GB 960 NVMe. (slightly wrong, but it works)

At the end of the install process, you're supposed to take the install USB out.
 

As I suspected - no bootloader partition on SSD.

First - you have to verify that SSD is partitioned in GPT partition format
(In Disk Management right-click on label "Disk 2", choose properties and switch to Volumes tab. Partition style should be GPT there.)
Then open elevated command prompt and execute:
  • diskpart
    list disk
    select disk 2
    list partition
    select partition 1
    shrink desired=300
    create partition efi
    format fs=fat32
    assign letter=x
    exit
    bcdboot c:\windows /s x:
Shutdown the system, disconnect all HDDs and USB drives and you should be able to boot into windows.

After that, only if everything is ok, you should delete EFI system partition on HDD. If you don't do that, you'll have 2 entries of Windows boot manager in bios boot options.
 
Solution


Command prompt is the same as CMD correct? I right clicked on it and ran it again as admin but had the same result.
You've been more than helpful on this and I'm more than confident that this is answer to my issue.
I'm very thankful you've gotten me this far.