-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Desktops
- Business PCs, Workstations and Point of Sale Systems
- Booting Windows from NVMe - with UEFI stick

Create an account on the HP Community to personalize your profile and ask a question
10-19-2018 12:34 AM - edited 10-19-2018 03:07 AM
You will be able to boot OS from NVME (I'm using 970EVO) using the full UEFI 2015 build.
Steps required:
1. Get the UEFI 2015 build
2. Add the NVME Drivers to it (I made a folder named EFI\Drivers) and renamed the file to a shorter name - Nvm.efi
3. Customize your startup.nsh script to load the drivers and boot the OS (see below)
4. Put the cooked EFI on a bootable stick, which will always stay in the machine (I use a 512Mb one, really old 😛 )
5. Modify BIOS so it boots from USB
How I customize startup.nsh with the script:
echo step1
connect -r
set -v efishellmode 1.1.2
map -u
echo step 2
load fs0:\EFI\Drivers\Nvm.efi
echo step2
map -u
echo step3
fs1:\EFI\boot\bootx64.efi
where fs0 = bootable stick
fs1 = Samsung 970 Evo 😉
Or, if you're in a rush:
Here's the final EFI build (you might need to change the fs** numbers, based on what you have going on in your machine)
https://drive.google.com/drive/folders/1muN3k_eXJ2PcZfDWtWEmpG0ga-nUVNxv?usp=sharing
Tested on:
Z620 + 970Evo
z420 + XPG SX8200 (by Hmseb)
My numbers (z620 + 970EVO)
Regards,
LevelsAndMaps
10-19-2018 02:35 AM
I believe the UDK15 file he previous poster is refering to is found on this site:
https://github.com/tianocore/tianocore.github.io/wiki/UDK2015
under the UDK2015 downloads section click on:
hope this helps people wanting to try his pre modded boot script
03-07-2019 01:23 PM
Genius. Got it working within minutes. I was confused about how to identify the correct fs#, so I just went with your default fs1 and it worked! Basically didn't even have to modify the script. Thanks so much. You have no idea how much you've helped my mental state-- I was flip-flopping with which non-native NVMe machine my Samsung 950 would end up in, but you solved it for me by ruling out my z420!