OpenMediaVault Installation on Raspberry Pi 4 B+ 8GB

To install OpenMediaVault first download the Raspberry OS Lite from the Raspberry Pi Downloads Page.

You will also need

  • An SD Card 8GB Minimum
  • An External Hard Drive For NAS Storage and to store OpenMediaVault data.
  • Ethernet connection to your Raspberry Pi
pi os page

Flash the image to your chosen SD Card using Raspberry Pi Imager found on the Official Raspberry Pi Website https://www.raspberrypi.org.

Word of note: Many guides claim that OpenMediaVault needs a monitor attached through the installation but this is not true so we can go ahead and eject and reinsert our SD card and create the file called “ssd” without quotes and without a file extension, save it and we can now log into the Raspberry Pi via SSH at first boot and perform the installation from there.

If you are worried, go ahead and install screen that will keep your commands running even if your SSH connection gets cut.

sudo apt install screen

Now start a new screen by typing

screen

Now you can start the installation without worrying about your SSH connection getting dropped. If you r connection does get dropped simply log back in and type

screen -r

And your previous session will be restored!

Once your Raspberry Pi has finished its initial boot and stopped on the command line we can proceed to update and install OpenMediaVault.

sudo apt update
sudo apt upgrade -y

Now everything is upgraded we are ready to install OpenMediaVault but first we need to enter a command to prepare our filesystem for installation.

sudo rm -f /etc/systemd/network/99-default.link

Now we can finally proceed to the OpenMediaVault installation after a reboot

sudo reboot

Once your pi has booted you can go ahead and connect again via SSH and we will execute a one line script that will install OpenMediaVault.

wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash

Hello there! My name is Darren and i am a hobbyist/homelab/crypto enthusiast. If you liked this post please consider signing up for a Digital Ocean account using my link and you will receive $100 in free credit while at the same time helping me to cover the costs of my servers. Thank you!

XCH: xch1hrumdza9u6slw5hz343p3yh954wvjs4rqnqdkq6huanctf0vytzqqkahxk
BTC: 1BVwmPMt6kxRe88EKhThJviFp3M4MhubTA
ETH: 0xa958d40518d76168BB795947Bf96AafD6bccc177
LTC: MBJdCsnZXDuXBYme6Ur7VFAeYw4LTFM9CP
BAT: 0xab574A09fFf2aa391658D3D048265ad1401cA7AF
DOGE: DBCchyovcTXSioWM392kKydJxY5nyECYFB
SCP: 9f2feed9f29f3f8035e4ae2a33837ae4affa0a5b5773bcc5a33a4abb041e82e2cccb318c78ef
Share This Guide!