| Both sides previous revision Previous revision Next revision | Previous revision |
| omv8:raspberry_pi_install [2026/07/02 08:21] – [Introduction] 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> |
| |
| <html><center>The imager will prompt: <b>Write complete!</b> Click <b>Finish</b> to conclude the burn.</center></html> | <html><center>The imager will prompt: <b>Write complete!</b> Click <b>Finish</b> to conclude the burn.</center></html> |
| \\ | \\ |
| $$$$ Here $$$$ | |
| |
| |
| ''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''\\ |
| \\ | \\ |
| \\ | \\ |
| |
| * **To add an existing or add-on Wireless Interface** to openmediavault, see [[https://wiki.omv-extras.org/doku.php?id=omv6:raspberry_pi_install#final_notes|Final Notes]] below. | * **To add an existing or add-on Wireless Interface** to openmediavault, see [[https://wiki.omv-extras.org/doku.php?id=omv6:raspberry_pi_install#final_notes|Final Notes]] below. |
| * New users can continue with the setup of OMV using the [[https://wiki.omv-extras.org/doku.php?id=omv7:new_user_guide|Getting Started with Openmediavault 7]] guide, starting in the section titled → [[https://wiki.omv-extras.org/doku.php?id=omv7:new_user_guide#initial_configuration|Initial Configuration]]. | * New users can continue with the setup of OMV using the [[https://wiki.omv-extras.org/doku.php?id=omv8:new_user_guide|Getting Started with Openmediavault 8]] guide, starting in the section titled → [[https://wiki.omv-extras.org/doku.php?id=omv8:new_user_guide#initial_configuration|Initial Configuration]]. |
| * All users are encouraged to review this resource → [[https://wiki.omv-extras.org/doku.php?id=omv7:utilities_maint_backup|Utilities, Maintenance & Backup]] for an easy process to clone your SBC's SD-Card and for additional information that will help in managing and maintaining an openmediavault server. | * All users are encouraged to review this resource → [[https://wiki.omv-extras.org/doku.php?id=omv7:utilities_maint_backup|Utilities, Maintenance & Backup]] for an easy process to clone your SBC's SD-Card and for additional information that will help in managing and maintaining an openmediavault server. |
| |