This is an old revision of the document!

Installing OMV7 on a Raspberry PI
Following is the interim install procedure, for experienced users testing OMV7 Release Candidate 1 for Raspberry PI's
Using → Raspberry PI imager, ver 1.8.4
- In Choose Device; select the appropriate version of hardware.
- In Choose OS; select Raspberry PI OS Other, then Raspberry PI OS Lite (64 bit) - Bookworm.
- In Choose Storage; select the inserted SD-card.
- Select Next
- Prompt; Would you like to apply OS customization settings? Select “Edit Settings“
- In the General Tab, check Set username and password. (Fill in the fields Use this admin username and password for SSH later.) Save.
- In the Services Tab, check Enable SSH and User password authentication. Save.
- Would you like to apply OS customization settings? Select “Yes“
- All existing data /—/ will be erased. /—/ continue? Select “Yes“
After the card has been imaged, insert the SD-card into the R-PI and boot.
On first boot, SSH to the device and log in with the username and password created in the imager.
Run the following lines, one at a time:
sudo apt-get update
sudo apt-get upgrade -y
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/preinstall | sudo bash
sudo reboot
Reestablish an SSH session and run the following line.
wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash
Login to the GUI using the username admin and the default password openmediavault.
Further configuration information is available → here.