How to install OpenMediaVault 5 on Raspberry Pi All Models

In this segment, we are going to show you “How to install OpenMediaVault 5 on Raspberry Pi All Models” and check its working.

What is OpenMediaVault?

OpenMediaVault (OMV) is a free Linux distribution designed for network-attached storage (NAS). The project’s lead developer is Volker Theile, who instituted it in 2009. OMV is based on the Debian operating system and is licensed through the GNU General Public License v3.

OpenMediaVault 5 on Raspberry Pi

OpenMediaVault Versions to Download:

Software Required :

Equipment Required Optional
Raspberry Pi Raspberry Pi 4 Case
SD_Card SD Card
Raspberry Pi Keyboard
Ethernet Ethernet Cable Mouse
Charger Power Adapter
HDD External HDD
Shop now


Working with Raspbian image

Verify the Archive file

MD5 & SHA Checksum

  • Thirdly, click on browse and select the Raspbian Buster Lite image archive path.
  • Finally, copy the SHA-256 from the website and paste it inside the Hash row and click on verify to verify the checksum.

Extract the Raspbian Buster Image

  • To extract the Raspbian Image we require a 7z free image extracting tool. That will help us to extract the image to a .img file.

7z

Format and Test the SD Card

  • Now, We need the SD Card Formatter tool to format the SD card.
  • Once, the card is plugged in, It will automatically detect by the computer then you need to click on the format to format the Card.
sd
  • After that, we need to use h2testw_1.4 to test the SD card.
  • Here, we need to select English and then Select Target to select SD Card.
  • Finally, we need to click on Write + Verify. This process will take around 35-40 min to complete.
  • Once you see Test finished without errors, that means your card is verified successfully.

openmediavault 5

Flashing the SD Card

  • To flash the SD Card we need the Etcher tool, it will automatically detect the SD Card and we need to provide the image path to it.

etcher

Enable SSH in Raspberry Pi

  • To enable SSH on Raspberry Pi we need to create a folder with the name SSH in SD Card with no extension.

OpenMediaVault 5 on Raspberry Pi

  • Further, we need to Boot the Raspberry Pi with the SD Card.

Access SSH on Raspberry Pi

OpenMediaVault 5 on Raspberry Pi

  • Further, as you have the IP Address of our Raspberry Pi use this address in Putty to access the SSH console of Raspberry Pi.
  • After the login into SSH using the default username and password.
Default username : pi
Default password : raspberry

Change pi user password

  • After logging in with the default password, it is strongly recommended by us to change the default password using the command.
passwd

Add Pi user to SSH group

  • Once the password changed done successfully then we need to add pi user to SSH group. So, we can enable future SSH sessions to our raspberry pi.
sudo adduser pi ssh

Update & Upgrade Raspbian Buster Image

  • After that, we need to update & upgrade our Raspbian Buster Image.
sudo apt-get update
sudo apt-get upgrade
sudo rm -f /etc/systemd/network/99-default.link
  • Once the update & upgrade finish we can go ahead and restart our raspberry pi.
sudo reboot

Download OpenMediaVault 5 to Raspberry Pi

  • Once the system restart, we need to log back in on Putty with the new password.
  • After that, we need to use the below-given command to download the OpenMediaVault.
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
  • If the download process halt in between press q to quit that particular page.
  • At last, we need to reboot the system, after the successful download of OpenMediaVault.
sudo reboot

Access OpenMediaVault Web Interface

  • To access the OpenMediaVault Web Interface we need to use the same IP Address of our Raspberry Pi after 2-3 minutes.

OpenMediaVault Address = Your Raspberry Pi IP Address

  • After that, we need to enter the Username & Password and login to our OpenMediaVault.
Default Username : admin
Default Password : openmediavault

OpenMediaVault 5 on Raspberry Pi

OpenMediaVault Configuration

  • Firstly, you need to change Auto logout to Disabled.
  • Secondly, change the Web Administrative Password to a strong password of your choice.
  • Thirdly, navigate to system > Network and add an Ethernet interface.
  • Under General Settings, we need to select our eth0 Ethernet Interface.
  • After that under IPv4, we need to select DHCP and save the configuration.

openmediavault 5

  • Finally, we need to navigate to services to SSH enable Permit root login

OpenMediaVault SSH Login

  • After that, open Putty uses the Raspberry Pi address to log in as root.
Default Username : pi
Default Password : use the password that you have changed.
  • Further, It will prompt you to change the password on the first login.

OpenMediaVault Update & Upgrade

  • Further, we need to UpdateUpgrade our Openmediavault Packages.
sudo su
apt-get update
apt-get upgrade

In conclusion

  • You are ready to use OpenMediaVault 5 on Raspberry Pi.
  • Enjoy using OpenMediaVault 5 on Raspberry Pi.
  • If you have any suggestions regarding this article please mention in the comment section down below. Smile (“_”).

Please check out my other articles:

Did you find us helpful?

Subscribe our YouTube Channel YouTube
Support us on Patreon Patreon
Like us on Facebook facebook
Share This Article with others

Harish Kumar

As a founder of the PcMac YouTube channel and website, Our goal is to provide Free Technical help to people and spread knowledge to everyone.
5 3 votes
Article Rating
Subscribe
Notify of
guest
20 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
boucard
boucard
3 years ago

please password for pi openmediavault 4

San
San
Reply to  Harish Kumar
3 years ago

Getting Error in adding the Ethernet.. it throws this below error

trackback
3 years ago

[…] For the software related part, I decided to install the Raspbian lite image from raspberrypi.org downloads. And then on top of that OpenMediaVault 5 since there are a lot of tutorials on YouTube and it has a nice GUI. Installation guide […]

hakan
hakan
Reply to  Harish Kumar
3 years ago

hi, Is it possible to install synology with this method?
can you help me

paul
paul
3 years ago

followed your instructions got to using putty get fatal error every time

trackback
3 years ago

[…] 3. How to install OpenMediaVault 5 on Raspberry Pi All Models … […]

Piboxer
Piboxer
3 years ago

Hello,
What to do when your hash doesn’t match? tried downloading Raspbian Buster Lite .img 4-5 times but same result!
How to resolve this or should go with your guide without matching hash?
or can you provide the image link for matched hash? Thanks!

Kevin
Kevin
3 years ago

Cant access to the OPM interface on the IP

Kumar Shubh
Kumar Shubh
2 years ago

Install on raspberry pi 3 b plus? Same process or different

trackback
1 year ago

[…] How to install OpenMediaVault 5 on Raspberry Pi All Models […]

JHON
1 year ago

GOOD INFO

Harper0987
1 year ago

Thanks for information