Roon Optimized Core Kit (ROCK) comes with a “factory reset” disk image, that is meant to be flashed onto a USB flash drive. When the device is booted from this USB flash drive, it will partition, format, and initialize your SSD.1. Prepare your NUC's hardwareInstall a 64GB or larger SSD into the M.2 Slot

Install 4GB or more of RAM

Optionally, install a 2.5" internal SATA disk. You can only use 1, so don't bother with more.For more information about storage options for use with ROCK, see here

Plug in a monitor and keyboard. Mouse can be helpful configuring your BIOS, but it is not required.

At this point, there's no operating system on the NUC, but it should boot and you should see the Intel welcome/splash screen. Note that this screen should also have the correct keyboard shortcuts for entering BIOS which you'll need in Step 2.

Before moving forward, note that you will also need:An existing internet connected computer (Mac, Windows, or Linux) with a USB port

A USB flash drive2. Prepare your NUC's BIOS

This step is required for ROCK to function properly. To update the BIOS on your NUC, follow the instructions here.3. Download

To install ROCK, you will first need to download the factory reset disk image to another computer (like a Windows PC or a Mac). You can download the image from here.

After the download, this file has an extension of ".img.gz" -- you do not need to decompress/unzip it.4. Writing to a USB flash drive (from a second computer, not the NUC):

Now that you've downloaded the image to another computer, you will need to write this image to a USB flash drive.Windows / Mac OS / LinuxPlug in your USB flash drive (it must be larger than the factory reset image size -- 1GB is more than enough).

Download and install Etcher from https://etcher.io/

Start Etcher

From the Etcher application interface, select your .img.gz file as "the image"

From the Etcher application interface, select your USB flash drive as "the drive"

Click on "Flash!"Linux Command LineUncompress your .img.gz file by running gzip -d roonbox-linuxx64-nuc3-usb-factoryreset.img.gz, which will leave you with a .img file.

Plug in your USB flash drive (it must be larger than the factory reset image size -- 1GB is more than enough).

Run sudo dmesg to determine the device name given to your USB flash drive. It will be something like /dev/sdb.

Unmount any directory your flash drive was mounted to.

Run sudo dd bs=10485760 if=roonbox-linuxx64-nuc3-usb-factoryreset.img of=/dev/sdb (replace “sdb” with the appropriate device name). This can take a few minutes, depending on the speed of your USB flash drive.5. InstallingTurn off your NUC.

Unplug any USB storage you might have plugged into it. You can plug it back in after your install.

Insert the USB flash drive you prepared earlier into the front of the NUC

Turn on the NUC and press the F10 key on your keyboard. Continue to hold the F10 key down until you appear at a menu that is asking you which device you'd like to boot from.

Select the USB flash drive.

Follow the instructions to install Roon OS. This procedure can take a few minutes, depending on the performance of your USB flash drive and the SSD to which you are installing.

Once it is done installing, unplug the USB flash drive and hit ENTER to reboot.

On next boot, don't hold F10. Your NUC should boot from the SSD, and a few seconds later, you should see a Roon message displaying the IP address of the NUC. This IP address should be entered in a web browser (on another computer) in order to complete ROCK setup (installing Codecs).6. Installing Codecs and Setting Up For First Run

You must install the appropriate Codecs for ROCK to function properly.

You can do this by following the instructions here or by visiting the web UI listed on the console of the machine, click on the "?" next to "Missing Codecs" and follow the instructions.

Be sure to also confirm that ROCK is on the latest version. You can trigger ROCK to update by selecting Reinstall from the Web UI.7. Using ROCKStart Roon Remote or Roon

You will need to connect to ROCK by selecting it from the "Choose Your Core" screen.

Note: If you've already used Roon before with another Core, you will probably want to migrate your Roon database to ROCK. You can find information about migrating your database to ROCK here.

If you're having trouble, try clicking "Disconnect" in Settings, or "Select A Different Core"More Information:TroubleshootingIf Roon can not find your ROCK device, here are some ideas on how to troubleshoot the problem:Check the web UI about missing codecs

Check your network. For Roon to find your Roon OS device on the network, make sure you have the ethernet cable plugged into your device and DHCP is available. Also, make sure your Roon software is running on the same LAN as the Roon OS device.Enjoy!Don't forget to see what Roon members are saying about ROCK on our Community Site!

linux运行roon,Roon + HQPlayer + NAA + 解码 网线直连方案相关推荐

  1. linux运行前探秘之四,Linux运行前探秘之四_内核解压缩_三_

    操作系统 PROGRAMLANGUAGE 编程语言 Linux运行前探秘之四 ---内核解压缩(三) 徐 炜 摘要:分析了Linux内核解压过程和算法,并分析了关键的源代码. 关键词:inflate: ...

  2. 1连接远程linux,2配置linux,3在linux运行pyhon

    前两天有大神帮我部署Linux,据说可以连接到自己电脑上,我对于那些东西,自己一点也不了解,还好有大神帮我步骤 一开始的时候,大神在他网站帮我加载了很多的文件 然后我的Linux变得很好看 然后分别帮 ...

  3. linux 后台运行jar包命令,Linux 运行jar包命令(Cent OS 7后台运行jar包)

    Linux 运行jar包命令如下: 方式一 特点:当前ssh窗口被锁定,可按CTRL + C打断程序运行,或直接关闭窗口,程序退出 那如何让窗口不锁定? 方式二 java -jar shareniu. ...

  4. 使用 CrossOver 在 Linux运行 Windows 软件(金测OK)

    使用 CrossOver 在 Linux运行 Windows 软件 即便是最忠实的 Linux 用户,有时候也需要运行一下 Windows  软件.有的用户为此保留了一台旧的 Windows PC,有 ...

  5. linux php-fpm启动失败,linux运行php-fpm遇到问题

    本篇文章给大家分享的是解决Linux运行PHP-fpm遇到的问题,有需要的朋友可以参考一下 按照前面可以运行,但是会报三个错误. 1.ERROR: failed to open error_log ( ...

  6. linux rc.d的作用,init.d,rc.d详解 Linux运行时详解

    Linux 启动时需要哪些步骤呢?本文将详细描述不同的运行级在启动中的作用. 对于那些在DOS/Win9x/NT 平台下的高级用户而言,Linux 似乎是一个怪物.没有config.sys ,没有 a ...

  7. 在linux怎样运行java,怎么在linux运行java

    怎么在linux运行java [2021-02-01 00:44:14]  简介: php去除nbsp的方法:首先创建一个PHP代码示例文件:然后通过"preg_replace(" ...

  8. Linux运行级详解

    对于那些在DOS/Win9x/NT平台下的高级用户而言,Linux似乎是一个怪物.没有config.sys,没有 autoexec.bat,具有个人特色的机器配置不知道从何开始. 需要说明的是,很多人 ...

  9. 将c程序移植到linux,各位大侠:我把原来在linux运行的c程序移植到HPUNIX上出现了错误...

    各位大侠:我把原来在linux运行的c程序移植到HPUNIX上出现了错误 (2012-04-11 00:43:47) 标签: linux c程序 杂谈 各位大侠:我把原来在linux运行的c程序移植到 ...

  10. corssover linux运行无效,使用 CrossOver 在 Linux运行 Windows 软件(金测OK)

    使用 CrossOver 在 Linux运行 Windows 软件 即便是最忠实的 Linux 用户,有时候也需要运行一下 Windows  软件.有的用户为此保留了一台旧的 Windows PC,有 ...

最新文章

  1. 循环输入正整数,求其平均值
  2. 报名 | 计算机视觉讲座:师兄带你从菜鸟到实战!
  3. python主要运用于-Python的8大主要应用领域,看看哪个是你的菜?
  4. 资源分享 | 统计学最全思维导图,附下载链接
  5. [Python图像处理] 三十六.OpenCV图像几何变换万字详解(平移缩放旋转、镜像仿射透视)
  6. 在Ubuntu 16.04下安装Matlab 2017a
  7. python实现快排算法_Python实现快速排序算法
  8. 太原工业学院单片机课程设计_单片机智能小车毕业设计论文
  9. git使用笔记(一)入门
  10. qt可以实现创建临时无线热点吗?_数据线断了,身边又没有路由,如何无线高速传输文件?...
  11. 190628每日一句
  12. Q-Fish 升级技嘉主板BIOS
  13. 倾斜摄影技术应用之:自动三维建模对输电线路走廊资源快速调查
  14. 洛谷 P1330 封锁阳光大学(BFS染色)
  15. Spark SQL的自定义函数UDF
  16. 删除右键菜单中多余项
  17. tp5欢迎页 (获取系统信息)
  18. Oracle针对EMP表的练习题(很有用,值得收藏)
  19. oracle 数据库 date + 1 转载
  20. 出水芙蓉,风华绝代----记民国才女林徽因

热门文章

  1. 后端开发之如何写接口设计文档
  2. 工商管理专业知识与实务(初级)【7】
  3. thinkphp集成editormd一系列实战
  4. 51单片机入门教程(2)——流水灯的实现
  5. 医疗服务系统设计说明书
  6. 基于JavaWeb开发的智慧水务管理系统软件设计说明书
  7. 人生中第一次在优品拍拍买二手手机的经历
  8. Maven系列第4篇:仓库详解
  9. 软件质量属性:可用性
  10. C语言:丹尼斯·里奇的不朽遗产