Earlier quoted context omitted.
Are there any boxes without a graphics card or at least with a primitive one? So that they would be more economical in case you only need them for the role of a server?
None of them have a dedicated GPU, just a low-powered one built into the CPU. Using a CPU without an integrated GPU would only shave a few dollars off the cost, so I don't that is a common choice.
Building an ARM64 home server the hard way
81–90 of 119 posts
Re: Building an ARM64 home server the hard way
#82This seems to be low-power entry-level stuff. I'm curious, is there anything more serious - but less serious than some proper rack server hardware? Currently I'm running a home server on EPYC 3251 mini-ITX board, which I use to route 1GbE WAN and 10GbE LAN, serve as a NAS, and run a bunch of services all without it breaking a sweat, and leaving plenty of headroom shall I want to run more stuff there. It sits on my de…
It's a middle ground between Raspberry Pi and a 128 core they sell to cloud providers. For the money, you can probably get more work done with an amd64 workstation, unless you're paying someone to generate your electricity by riding a bicycle or something. (Cooling and power matter to cloud-scale datacenters, but not really for one computer in a room that you use to generate your income.)
Re: Building an ARM64 home server the hard way
#83I think the general approach is very good and could probably be used for the VisionFive 2 RISC-V SBC as well.
Re: Building an ARM64 home server the hard way
#84Re: Building an ARM64 home server the hard way
#85How is btrfs nowadays? I have PTSD from it and stick to ZFS now.
Re: Building an ARM64 home server the hard way
#86Re: Building an ARM64 home server the hard way
#87I was hoping for something more akin to what the word "building" usually implies - something a bit more physical. If nothing else, the author made a box for it ;) The RockPro64 is a good board with lots of expandability. I run NetBSD/aarch64eb on one to build all of NetBSD's pkgsrc packages (26,000). It performs well with an m.2 NVMe, and has been rock solid. Of course, for anyone using the RockPro64, if you plan to…
Re: Building an ARM64 home server the hard way
#88For the Pine family of SBCs I highly recommend installing Tow-Boot - https://tow-boot.org/ - on the SPI flash memory to allow yourself much better boot options, including booting directly from NVMe so you don't need to keep the MicroSD card plugged-in.
Re: Building an ARM64 home server the hard way
#89I have this same board running freebsd as a NAS. It has been a pretty great experience overall. My main gripe has been that I would really like to be able to run an nvme drive for a cache at the same time as SATA ports, and I haven't found any cost effective PCIE2.0 x4 switches that I could use for that purpose. There is an x1 switch for use with RP4, but it is a shame to lose all the bandwidth. I'm looking forward t…
Re: Building an ARM64 home server the hard way
#90I was hoping for something more akin to what the word "building" usually implies - something a bit more physical. If nothing else, the author made a box for it ;) The RockPro64 is a good board with lots of expandability. I run NetBSD/aarch64eb on one to build all of NetBSD's pkgsrc packages (26,000). It performs well with an m.2 NVMe, and has been rock solid. Of course, for anyone using the RockPro64, if you plan to…
Yes, I was hoping to learn about inexpensive aarch64 server hardware solutions (ready made).