Modified ROCK for Ryzen mini pc's

Hi has anybody managed to get ROCK to run on an X300 Asrock mini pc. I did some trials with a windows installation and it sounded fantastic (4750g apu)… a Linux optomised core would really be the icing on the cake. I think David Joplin managed to get it working… I am hoping somebody has really managed to shake Linux down to make a decent … build that allows the fundamentals to work such as ethernet etc…

Are you talking about Rock or roon server on top of a Linux build?

rock…in optomised linux build…

ROCK is a bespoke Linux build for Roon designed for Intel NUC through to 10 family (currently 11 is UEFI-only and ROCK requires legacy boot.)

It may work on other hardware, but there’s a possibility that the kernel will lack device-specific drivers.

Oh right thanks for that…so for example the chip may run very inefficiently so the Linux build would need extensive re-engineering…hmmm

I don’t believe it has to do with the CPU, but rather ROCK is optimized for the entire system (CPU, memory, video controller, network and USB I/O, and motherboard) designed around the Intel NUC platform and chipsets. Not saying a Ryzen solution would not work (I have run a Core on a Ryzen system using Windows 10 and 11), but that ROCK really is designed for the Intel NUC ecosystem.

1 Like

I think USB and network are areas that may not work. Search the forum for MOCK as this is where people post about non-NUC use of ROCK.

2 Likes

The issue is ROCK is an OS designed specifically for Intel NUCs. It will load on most X86 based hardware but if drivers for ancillaries are not present they won’t work. Things like audio drivers may not matter, but network drivers obviously do. Also, hardware needs to be legacy boot capable (at present) and manufacturers are moving to UEFI only boot capability. The answer is try it and see. If ROCK doesn’t work you are still OK because you can still load Roon Server on a headless Linux build, and that should be designed to work on a much wider range of hardware.

1 Like

Thanks…so you can load roon on linux…thats a good possibility…I will research that…as Linux is pretty clean…

If you’re new to Linux, start with Ubuntu Server (20.04.3) and go for the minimal installation only. In my experience, the Ubuntu team has spent a lot of time optimizing and as a consequence it performs better than other popular releases. Also, IMO avoid a rolling release for servers.

2 Likes

Cheers I am thinking of a new X300 build … with a passive case…using a Ryzen apu…I found that windows does all manner of funky things…drawing loads of power…

I had it running on the exact hardware you’re speaking of: ASRock DeskMini X300 w/ Ryzen 4750G processor. Worked out the box. Unfortunately the motherboard since failed so it’s out for RMA.

Today I’m building an ASRock DeskMeet X300 with the same CPU and 32GB RAM. Will be installing Clear Linux though as it’s going to be nothing more than a dedicated Roon server and when the DeskMini is replaced I’ll simply me moving the SSD to it and repurposing the DeskMeet as my desktop PC. ROCK is only good for an appliance, it doesn’t support NFS and you should be aware it’ll format the drives you install, so adding drives with content is not an option. Clear Linux would be a good choice for Roon server, with the ability to include NFS and other bits and bobs you may want to use.

1 Like

It’ll be interesting to see how you get Roon Server running since this is an immutable OS. I had to make a few tweaks on Fedora to get Roon working and that isn’t so restrictive ad Clear.

I got as far as assembling the DeskMini and installing their server build last night. I’ll attempt the codec and roonserver install this afternoon.

I’ve not checked, but it appears to have tightly defned config rather than being immutable. The first thing that I changed was relaxing passsword length and complexity for the time being whilst I experiment with it.

2 Likes

Keep us posted…very interesting :+1:

Basically:

  • Download the server image and pop it on a USB flash drive
  • Boot the flash drive and follow the on-screen prompts to install Clear Linux
  • Reboot
sudo swupd bundle-add alsa-tools storage-utils kde-frameworks5-dev wget
wget -O roonserver-installer-linuxx64.sh <path to roon easy installer script>
chmod +x roonserver-installer-linuxx64.sh
sudo ./roonserver-installer-linuxx64.sh
2 Likes

Roon rock works well with Ryzen CPU although it does require a dedicated system disk (small capacity m.2?) and EX4 data disks. It does support NTFS drives on the network and USB.

2 Likes