omv8:raspberry_pi_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
omv8:raspberry_pi_install [2025/12/22 17:22] – [Installing OMV8 on a Raspberry PI] crashtestomv8:raspberry_pi_install [2026/09/14 02:50] (current) – [Installing OMV8 on a Raspberry PI] crashtest
Line 15: Line 15:
  
 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 =====
  
-Installing OMV8 on Raspberry PI OS Lite Debian Trixie, using a scripted install, is a relatively easy task.  This document is a guide for that process.\\+Installing OMV8 on Raspberry PI OS Lite **Debian Trixie**, using a scripted install, is a relatively easy task.  This document is a guide for that process.\\
  
 \\  \\ 
Line 244: Line 245:
 ---- ----
 \\ \\
-<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 |}}
Line 252: Line 253:
 ---- ----
 \\ \\
-<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 |}}
Line 268: Line 269:
 ---- ----
 \\ \\
-<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>
  
Line 278: Line 279:
 ---- ----
 \\ \\
-<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 needed Wi-Fi 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>
  
 {{ :omv8:omv8-rpi-imager-8.jpg?nolink&600 |}} {{ :omv8:omv8-rpi-imager-8.jpg?nolink&600 |}}
Line 287: Line 288:
 ---- ----
 \\ \\
-<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>
  
Line 324: Line 325:
 <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 $$$$+
  
  
Line 399: Line 400:
 ''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''
  
  
Line 436: Line 437:
 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''\\
 \\ \\
-**Note:** Until OMV 8 comes out of BETA, pressing "C" to continue is necessary to continue with the install.\\ 
 \\  \\ 
  
Line 452: Line 452:
 ==== First Time GUI Logon ==== ==== First Time GUI Logon ====
  
-After 3 to 5 minutes, OMV can be logged in using the same IP address that was used for the SSH client, entered in a web browser address bar.   The web GUI user is **admin** and the default password is **openmediavault**+After 3 to 5 minutes, OMV can be logged in using the same IP address that was used for the SSH client, entered in a web browser address bar.   The web GUI user is **admin** and the default password is **openmediavault**\\ 
 +\\ 
 +Users may be prompted with a yellow banner to accept pending configuration changes.  Click the check mark to accept.\\
  
-\\  +---- 
-**Note** - after the completion of the script:+ 
 +**Note:** After the completion of the script:
  
 In the event that the OMV console or SSH client does not respond to the IP address used  In the event that the OMV console or SSH client does not respond to the IP address used 
Line 465: Line 468:
  
 \\  \\ 
- +\\
- +
-  +
 ===== Finishing Up ===== ===== Finishing Up =====
  
  
   * **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.
  
  • omv8/raspberry_pi_install.1766424134.txt.gz
  • Last modified: 2025/12/22 17:22
  • by crashtest