I bought a 512GB Toshiba XG3 NVMe module and put it on a PCIe 3.1 adapter.
Wanted to install FreeBSD to it so I modified a FreeBSD memstick installer to add nvme support.
Mounted my USB memstick installer on a FreeBSD laptop and modified boot/loader.conf
nvme_load="YES"
nvd_load="YES"
Then booted memstick installer in my NVMe machine and checked
Wah. BIOS wont boot to the device, Goes straight to BIOS screen. Device is not found in BIOS.
Oh well it was only one Ivy Bridge board I have. A Jetway NF9G-QM77
I am able to benchmark with a USB drive with NVMe support added but it looks like the motherboard is running the card at x1 so not full speed. I need to see if I can force it to x4. It is in an x16 slot.
I have an Asrock Q77 board to test in next. FreeBSD is doing good but I need better hardware. An x79 board would be nice.
Wanted to install FreeBSD to it so I modified a FreeBSD memstick installer to add nvme support.
Mounted my USB memstick installer on a FreeBSD laptop and modified boot/loader.conf
nvme_load="YES"
nvd_load="YES"
Then booted memstick installer in my NVMe machine and checked
nvmecontrol devlist
and saw my device. So ran the installer and used nvd0 and it went fast with source and ports checked. Afterwards I edited the boot/loader.conf on the new install adding nvme support and rebooted.Wah. BIOS wont boot to the device, Goes straight to BIOS screen. Device is not found in BIOS.
Oh well it was only one Ivy Bridge board I have. A Jetway NF9G-QM77
I am able to benchmark with a USB drive with NVMe support added but it looks like the motherboard is running the card at x1 so not full speed. I need to see if I can force it to x4. It is in an x16 slot.
I have an Asrock Q77 board to test in next. FreeBSD is doing good but I need better hardware. An x79 board would be nice.