Raspberry Pi 5 Setup:
Flash Pi OS Lite onto Micro SD Card
Customisation Setup:
Create a hostname for your pi
Set region and time zone
Create user and password
Enable SSH
SSH into the Pi after installing Micro SD card
Find the IP address of the Pi on your home network
Open Putty and SSH into the Pi
Update and upgrade Raspberry Pi software
Run the command sudo apt update -y && sudo apt upgrade -y in the SSH terminal
Open Media Vault Installation:
Note: an Ethernet connection is REQUIRED to install OMV
Install OMV (Open Media Vault) on the Raspberry Pi
Navigate to the omv webpage and follow the steps to installing OMV. https://wiki.omv-extras.org/doku.php?id=omv7:raspberry_pi_install
Copy the following line complete (Ctrl+C) and paste it into PuTTY's SSH window, with a right mouse click. Then hit Enter.
Run the command wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
Enable PCIE port on Pi:
After installing OMV and obtaining the new IP address of the Pi, SSH into the Pi again and type the command: sudo nano /boot/firmware/config.txt
Scroll down with arrow keys in the config file and add:
# Enable PCIe Port
dtparam=pciex1
dtparam=pciex1_gen=3
press Ctrl + X to exit. The Pi will ask if you want to save. Hit Y.
Check that the PCIe port is enabled and running at PCIe gen 3 speeds (8 GT/s) by using the command: sudo lspci -vv
Use the command lsblk to see the installed drives.
Enable Static IP Address
Open Media Vault:
Access OMV by typing in the IP address of the Pi into your web browser. OMV's web dashboard will show up. The default login:
User: admin
password: openmediavault