• 6 Posts
  • 42 Comments
Joined 7 months ago
cake
Cake day: December 22nd, 2023

help-circle

  • If you’re interested, the Dell T1650 is currently supported by Libreboot. I use it for everything; it has a Xeon E3 1275 V2, 32GB DDR3L ECC RAM, NVIDIA 2080 SUPER, 2x4TB HDD (RAID 1), 1TB NVMe M.2 (PCIe x4 adapter needed), and a 700W PSU (EVGA 700BR). It handles all my games, and I use Proxmox VE as my host, allowing me to create virtual machines where I can passthrough my GPU and use anything proprietary in the VM. Even the GPU drivers can be passed through (no need to install on the host), so essentially, I’m running 100% free software on my host.

    Obviously, nothing can be 100% FOSS in the hardware (proprietary ECs, proprietary CPU microcode, proprietary storage firmware, etc.), BUT you can free the BIOS. There is currently a blob needed for the PCIe x16 slot, but it can be reverse-engineered in the future – not sure if there is anything else; I’ll have to ask. There is one board coming soon that I know can be made blobless in the BIOS, and that is the Dell Optiplex 9020 MT. It’s a Haswell board capable of using an i7 4790K with AVX2 instructions. I’m actually the first person to use this board, as I’m the one who made the port along with some help from the Libreboot team. The board is currently in its testing phase still, but soon in the next couple weeks we will make it freely availble.

    This is super cheap hardware; you can find the whole PC on eBay for like $50-$60, or you can just buy the motherboard for like $15-$25. I bought only the motherboard because I’m using it in my gaming computer case. Also, you don’t even need any fancy flashing equipment, all you need is a insulated screwdriver to short one of the SERVICE_MODE pins on the motherboard to unlock the BIOS chip, which then allows you to flash Libreboot through your OS. Libreboot is more secure than any non-free BIOS/UEFI. At least with Libreboot, you can have transparency, and you get new updates with better features coming out.

    For example, Libreboot supported Argon2 encryption in GRUB for fully encrypting your storage drive. This allows you to encrypt the /boot partition and fully encrypt your disk with ease when installing a fresh operating system. Also, you can run Windows on the host with Libreboot, it is supported but not officially. I highly recommend Libreboot, as you can tell.





  • The rom for the T1650 is weird, I tried updating mine and got no display, so I’m sticking with my old rom right now. Are you having the same issue? You can build the rom in lbmk or download the roms from one of the Libreboot mirrors.

    I am currently adding support for the Dell Optiplex 9020 MT, it supports a i7 4790K and 32GB of DDR3 1.5v RAM (Non-ECC). The i7-4790K is a little bit faster, like 6% overall, but it’s main feature is having AVX2 support. This increases the peformance drastically for machine learning (e.g. LLMs), compiling peformance, and even virtual machines. It’s basically modern-like gaming computer. It’s actually the first Libreboot desktop computer to support AVX2.

    Happy to hear I inspired you to build a Libreboot gaming machine! Stay tuned for the next port, you can expect a release by next week!