Skip to content

Instantly share code, notes, and snippets.

@1oh1
Last active July 13, 2024 06:04
Show Gist options
  • Save 1oh1/c095b0808627ef1cf2c887ce17a4681d to your computer and use it in GitHub Desktop.
Save 1oh1/c095b0808627ef1cf2c887ce17a4681d to your computer and use it in GitHub Desktop.
Dell OptiPlex 3060 - Enable NVMe Gen 3 speeds (Enable PCIe 3.0)

Enable PCIe 3.0 speeds for NVMe SSDs on Dell OptiPlex 3060

Out of the box, any M.2 NVMe SSDs connected to the Dell OptiPlex 3060 runs at PCIe Gen 2.0 speeds (Max 5 GT/s; 2 GB/s) so the speed tests look like this:

screen1

However, after this BIOS mod, the SSD can reach PCIe Gen 3.0 speeds (Max 8 GT/s; 3.9 GB/s) so the speed tests look like this:

screen2

Steps to enable PCIe 3.0

Click here to watch a video tutorial

  1. Disable Secure Boot in the BIOS:

    SettingsSecure BootSecure Boot Enable → select Disabled

  2. Download the latest version of RU.EFI from http://ruexe.blogspot.com/

  3. Format a USB pen drive as FAT32 using MBR partitioning

  4. Copy RU.EFI to the root of the pen drive (e.g. D:\RU.EFI)

  5. Reboot the OptiPlex 3060 with the pen drive plugged in and enter BIOS by pressing F2

  6. Under Settings → General → Boot Sequence click on Add Boot Option

  7. Under File System List select your USB pen drive. It has a name like

    PciRoot(0x0)/Pci(0x14,0x0)/USB(0x7,0x0)/HD(1.MBR,0x52DED30C)

  8. Click on the 3 dots ... and select RU.EFI from the list of files

  9. For Boot Option Name enter a name and click OK. This will be displayed on the boot selection screen (e.g. RU.EFI)

  10. Click Apply and select Save as Custom User Settings and click OK

  11. Click Exit

  12. The system will now reboot. Repeatedly press F12 until you get to the boot device selection screen

  13. Under UEFI BOOT: select the boot device with the name you entered in Step 8 (e.g. RU.EFI) and press Enter

  14. Press Enter to dismiss the RU.EFI splash screen

  15. Press Alt+= to get to the UEFI variable editor screen

  16. Press the key until you get to the Setup UEFI variable and press Enter

  17. Press Ctrl+PgDown keys until you see 0C40 on the left

  18. Press until your cursor is at the first number in the 0C40 row

  19. Press Enter and press 0 and 3 and press Enter again to update the first number in the row from 02 to 03

  20. Change all 02 to 03 in line 0C40 and 0C50

  21. Press Ctrl+W to write changes and press Alt+Q to exit and reboot

Test the change

Besides the obvious speed difference that can be noticed in a CrystalDiskMark benchmark, you can also check to see if the PCIe version reported in HWiNFO has changed

Before

After

Credit

https://github.com/Lorys89/DELL_OPTIPLEX_3060_MFF

@robh946
Copy link

robh946 commented Jan 20, 2024

Thanks Joergen - write speeds did improve

@DocYoda47
Copy link

I have two Dell 3060 micros. 1 with 8100T and one with 8700. Planning to get more of the 3060 coz it is selling like pancakes here. Looking for a copper heatsinks to replace to the stock CPU heatsink. Care to share links where to buy? Thanks

@ElitSnip
Copy link

Thanks, it works great with my Kingston SNV2S500G SSD !

SSD

@TimH990
Copy link

TimH990 commented Jul 9, 2024

Thanks, this looks very promising. However I myself have a Dell Optiplex 3070. Anyone know or tried it on a 3070 whether this works?
Based on https://www.reddit.com/r/Dell/comments/iifyp8/getting_pcie_gen_2_speeds_instead_of_gen_3/ I noticed that the 3070 has the same limitation.

@1oh1
Copy link
Author

1oh1 commented Jul 9, 2024

It should work fine on a 3070 SFF as well.

@TimH990
Copy link

TimH990 commented Jul 9, 2024

Thank you for your quick reply, I have a 3070 MFF, I assume that works at well?

@1oh1
Copy link
Author

1oh1 commented Jul 9, 2024

I don't have one so I can't say for sure. You could try it out and report back if it worked for you. I'm fairly confident that it might.

@TimH990
Copy link

TimH990 commented Jul 11, 2024

I just followed the steps, it works! Thank you!

Dell Optiplex 3070 MFF
i3-9100T
16GB RAM
WD Black SN770 1TB

Before:
CrystalDiskMark_20240711200703
After:
CrystalDiskMark_20240711203601

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment