Howto Virtualize Unraid on a Proxmox host

Here's how to run Unraid as a virtual machine under Proxmox. This is useful when you're already using Proxmox and if you want to use Unraid as a NAS.

Step 1: Prepare the Unraid USB drive

Unlike other storage systems, Unraid can't be installed on a virtual disk. Heck, they don't even provide an ISO. Instead, Unraid runs of a USB drive.

To create such a drive, I used the Unraid USB Flash Creator (exists for Windows and macOS). It's a pretty straightforward tool: pick the version of Unraid you want to run, select your USB drive and click on "Write".

Screenshot of Unraid USB Flash Creator

It'll download Unraid, unpack it, and copy it to your drive.

In my case, the tool did finish, but the drive was not bootable. If this happens to you, run the make_bootable_mac or make_bootable_windows scripts that have been placed on your drive.

Unraid's make bootable script Using the make_bootable_mac tool to make sure my drive was bootable.

Step 2: Create the virtual machine

Next, create a virtual machine in Proxmox with the following settings:

Here are the screenshots of how each step looks in the Proxmox UI:

Naming the VM.

Unraid boots from a USB drive. Not from CD or ISO. Don't forget to set the Linux type.

Keep the default BIOS and machine settings. Change the SCSI controller for compatibility.

At this point, you'll be able to attach virtual hard drives to the VM. This is a bit useless, as you'll want to pass through your physical hard drives. You could, however, use the virtual drive as a cache drive in Unraid. Size it as you see fit. I choose to create a dummy drive that I deleted later.

As for CPU core: a single core should work, but a dual core is recommended. Memory-wise, UnRaid recommends at least 2GB. Note that because I use Proxmox as a hypervisor, I will be using Unraid solely as a NAS.

Network interface. Make sure to select the Intel E1000 for compatibility reasons.

Step 3: Passthrough the USB device & change boot order

With the VM created, we now have to pass through the USB drive. Plug it into your Proxmox machine and head over to your VM > Hardware > Add > USB Device.

You'll have two options: you can pass through a specific device, regardless of which port it is attached to (handy if you want to swap it sometimes). Or you can pass through a whole USB port. Both options work fine.

Passthrough the USB drive.

I opted not to enable USB3 as Unraid is not recommending that.

(At this point, you can also add the physical hard drives that you want to use in Unraid. I didn't do that because this is a test setup to evaluate Unraid.)

And finally, change the boot order of the VM. Head over to "Options > Boot Order":

Make sure that usb0 is enabled. I also dragged it to the top and disabled all other options, but this is not required.

Save the settings and start your VM!

Step 4: Boot & enjoy (or fix boot errors)

You should be able to open your Unraid instance by navigating to http://tower.local

If that's not the case, open the console of your VM. In my case, Unraid couldn't boot because of a kernel panic:

VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
Please append a correct "root=" boot option;
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)

I restarted the VM and paused the boot screen by using the arrow keys. Select the Unraid OS option and press tab.

Now add this boot option: root=sda and hit enter.

Unraid will now try to boot again, and it should be successful! If you want to make this change permanent, plug the USB drive back into your main computer and edit the file: /syslinux/syslinux.cfg

Add the root=sda option to this section:

label Unraid OS
   menu default
   kernel /bzimage
   append initrd=/bzroot root=sda

Save the file, plug the drive back in, and fire up the VM!

(Found this solution on the Unraid Forums)

Caveats

Some people might frown upon running Unraid as a virtual machine because Unraid itself is a hypervisor. When you go for a setup like this, it would be wise not to run virtual machines or containers inside Unraid (in fact, that won't work unless you enable nested virtualization).

That's fine by me. I chose Proxmox because it's a lightweight hypervisor dedicated to running KVM VM's and LXC containers, nothing else. It's been rock solid. All Unraid has to do is keep my files safe, which is what it does best.

I'm planning to replace my current MergerFS + SnapRAID setup with Unraid. More on that in a (potential) future blog post.

Posted on

You May Also Enjoy

Subscribe to my newsletter

Monthly newsletter with cool stuff I found on the internet (related to science, technology, biology, and other nerdy things)! Check out past editions.