This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| tamiwiki:projects:sniper [2023/06/22 12:12] – yair | tamiwiki:projects:sniper [2023/06/23 16:33] (current) – yair | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | booting NVME on our gigabyte | + | === booting NVME === |
| + | on our gigabyte sniper | ||
| + | installing the distro (fedora) onto an SSD target then | ||
| + | < | ||
| + | dd if=/dev/sda of=/ | ||
| + | </code> | ||
| - | < | + | alas, the nvme seems to be trash. \\ |
| - | It is since F6 for NVMe support. | + | it is very slow and sometimes doesnt get recognized |
| - | + | ||
| - | Here is a little guide: | + | |
| - | + | ||
| - | The background here is NVME SSDs do not appear within | + | |
| - | + | ||
| - | - The M.2 drive has to be the only drive installed. | + | |
| - | - Go into the bios, under the boot tab there is an option for CSM, make sure it is disabled. | + | |
| - | - Click on secure boot option below and make sure it is set to other OS, not windows UEFI. | + | |
| - | - Click on key management and clear secure boot keys. | + | |
| - | - a USB memory stick with a UEFI bootable ISO of Windows 10 on it, USB3 is quicker but USB2 works also. A Windows DVD won’t work unless you’ve created your own UEFI Bootable DVD. | + | |
| - | - Press F10 to save, exit and reboot. | + | |
| - | - Windows 10 will now start installing to your NVME drive as it has its own NVME driver built in. | + | |
| - | - When the PC reboots hit F2 to go back into the BIOS, you will see under boot priority that windows boot manager now lists your NVME drive. | + | |
| - | - Click on secure boot again but now set it to WIndows UEFI mode. (see #3 above) | + | |
| - | - Click on key management and install default secure boot keys | + | |
| - | - Press F10 to save and exit and windows will finish the install. Once you have Windows up and running, shutdown the PC and reconnect your other SATA drives. | + | |
| - | + | ||
| - | I would also recommend installing the Samsung NVME driver | + | |
| - | </ | + | |