| Both sides previous revision Previous revision Next revision | Previous revision |
| omv8:raspberry_pi_install [2026/08/17 21:36] – [Finishing Up] crashtest | omv8:raspberry_pi_install [2026/09/14 02:50] (current) – [Installing OMV8 on a Raspberry PI] crashtest |
|---|
| |
| Draft: 22 Dec 2025\\ | Draft: 22 Dec 2025\\ |
| Revisions: N/A\\ | Revisions: 13 Sep 2026\\ |
| | - Added "sudo" at the beginning of wget script retrieval command lines.\\ |
| | - R-PI imager clarifications.\\ |
| |
| ===== Introduction ===== | ===== Introduction ===== |
| ---- | ---- |
| \\ | \\ |
| <html><center>Under Storage, select the mounted SD-card</b></center></html> | <html><center>Under <b>Storage</b>, select the mounted SD-card</center></html> |
| |
| {{ :omv8:omv8-rpi-imager-4.jpg?nolink&600 |}} | {{ :omv8:omv8-rpi-imager-4.jpg?nolink&600 |}} |
| ---- | ---- |
| \\ | \\ |
| <html><center>Under Customisation, enter the hostname desired - users' choice.</b></center></html> | <html><center>Under <b>Customisation</b>, <b>Customisation: Hostname</b>, enter the hostname desired - users' choice.</b></center></html> |
| |
| {{ :omv8:omv8-rpi-imager-5.jpg?nolink&600 |}} | {{ :omv8:omv8-rpi-imager-5.jpg?nolink&600 |}} |
| ---- | ---- |
| \\ | \\ |
| <html><center>Under <b>Customisation</b>, <b>Customisation: Choose username</b>, create a <b>username</b> and <b>password</b>.</center></html> | <html><center>Under <b>Customisation</b>, <b>Customisation: User</b>, create a <b>username</b> and <b>password</b>.</center></html> |
| <html><center>The username and password entered here will be the administrative user that will be utilized in later operations on the command line.</center></html> | <html><center>The username and password entered here will be the administrative user that will be utilized in later operations on the command line.</center></html> |
| |
| ---- | ---- |
| \\ | \\ |
| <html><center>Under <b>Customisation</b>, <b>Customisation: Choose Wi-Fi</b>, <b>DO NOT</b> change these entries.</center></html> | <html><center>Under <b>Customisation</b>, <b>Customisation: Wi-Fi</b>, <b>DO NOT</b> change these entries.</center></html> |
| <html><center>If Wi-Fi is needed, it will be configured later in the OMV8 GUI.</center></html> | <html><center>If Wi-Fi is needed, it will be configured later in the OMV8 GUI.</center></html> |
| |
| ---- | ---- |
| \\ | \\ |
| <html><center>Under <b>Customisation</b>, <b>Customisation: SSH authentication</b>,</center></html> | <html><center>Under <b>Customisation</b>, <b>Customisation: Remote Access</b>,</center></html> |
| <html><center><b>Enable SSH</b> and select <b>Use password authentication</b>.</center></html> | <html><center><b>Enable SSH</b> and select <b>Use password authentication</b>.</center></html> |
| |
| ''sudo apt-get upgrade -y '' | ''sudo apt-get upgrade -y '' |
| |
| ''wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/preinstall | sudo bash'' | ''sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/preinstall | sudo bash'' |
| |
| |
| Copy the following line complete (**Ctrl+C**) and paste it into PuTTY's SSH window, with a right mouse click. Then hit **Enter**.\\ | Copy the following line complete (**Ctrl+C**) and paste it into PuTTY's SSH window, with a right mouse click. Then hit **Enter**.\\ |
| \\ | \\ |
| ''wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash''\\ | ''sudo wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/install | sudo bash''\\ |
| \\ | \\ |
| \\ | \\ |