It's Sunday, I'm again looking into an update to the #edk2 package and have to deal with its terrible "build system"... questioning life choices....
It's Sunday, I'm again looking into an update to the #edk2 package and have to deal with its terrible "build system"... questioning life choices....
The recording of the April 2nd, 2026 #bhyve Production User Call is up:
We discussed major #EDK2 updates, the long-awaited Sylve port, a #Sylve forum proposal, migrating from #TrueNAS to Sylve, a bhyve to the rescue story, Sylve Packet Filter integration and networking, Sylve use cases, and more!
"Don't forget to slam those Like and Subscribe buttons."
You can support all Call For Testing efforts via BSD Fund: https://bsdfund.org

So somewhat recently I acquired a #Dell #Optiplex 7010 SFF. This one has an #Intel Core i5-3470, 16 GB RAM, and a 480 GB HDD running #Windows 10.
This actually comes from my workplace, and I was lucky enough to keep this machine. My boss once used this as their main computer, but I guess something happened and they've been using a new one since. Thus, right now, I'm going to get data off it and get confirmation we got all the data my boss wants before I completely wipe the thing. Afterwards, I'm going to use it as a server or something and flash #Coreboot on it. (Maybe I'll figure out a way to build my own version of Coreboot with an #edk2 payload). Until then, I've setup a dual boot with Fedora 43 on it in case I need to get any more data off it. Then, I'll put #AlpineLinux on the thing and use it as a server for something.
I'm also taking suggestions on what to do with the thing if anyone has any! :D
I've just installed "generic" Fedora 42 workstation on my OrangePi5+ thanks to EDK2 and it works very well out of the box (display, GPU, Ethernet, USB).
How come this thing is not more widely used? A generic distro running mainline Linux kernel : this is the user experience I would like to see on more ARM SBCs!
Installing UEFI Firmware on ARM SBCs
https://interfacinglinux.com/2025/08/25/edk2-uefi-for-the-rock-5-itx/
#HackerNews #UEFI #Firmware #ARM #SBCs #Edk2 #Rock5ITX #TechNews
I saw edk2 PR to handle PPTT using ConfigurationManager framework.
How bit waste of potential CM is. Something what could be serious helper became yet another board specific code dump.
There should be CM->GeneratePPTT(data) function which either go through hardware to detect cores/caches/clusters/topology or gets it in a structure/object/array.
Instead is yet another code drop which generates whole PPTT by hand.