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/24 22:19] – [Install OMV] 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''\\
 \\ \\
 \\  \\ 
Line 472: Line 473:
  
   * **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.1766614784.txt.gz
  • Last modified: 2025/12/24 22:19
  • by crashtest