omv7: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
omv7:raspberry_pi_install [2024/02/11 21:22] crashtestomv7:raspberry_pi_install [2025/06/10 20:52] (current) – [About this Guide] crashtest
Line 15: Line 15:
 Revisions:\\ Revisions:\\
 February, 3rd, 2024 - Short version for RC1\\ February, 3rd, 2024 - Short version for RC1\\
-February, 11th, 2024 - Expanded / Full version.\\ +February, 11th, 2024 - Expanded / Full version.\\ 
 +June, 10th, 2025 - "Do not deviated" FOREWORD and Rasp-PI OS users note.\\
  
  
 ===== Introduction ===== ===== Introduction =====
  
-Installing OMV7 on Raspberry PI OS Lite, using a scripted install, is a relatively easy task.  This document is a guide for that process. +Installing OMV7 on Raspberry PI OS Lite, using a scripted install, is a relatively easy task.  This document is a guide for that process.\\
  
 \\  \\ 
Line 33: Line 34:
  
 \\  \\ 
 +
 +<html>
 +<body>
 +  <table width="100%" border="0">
 +    <tr>
 +      <td colspan="2" style="background-color:#69A5FF;height:30px;">
 +        <strong><span style="color:#FFFFFF;font-size:110%;">&#160; FOREWORD</span></strong>
 +      </td>
 +    </tr>
 +    <tr>
 +      <td style="background-color:#E6FEFF;height:25px;width:380px;">
 +        This guide was written to avoid as many installation pitfalls as is possible to anticipate or predict.  With that in mind, please adhere to this guide without deviating in any significant way.  Specifically, that means DO NOT preconfigure wireless networking (that will be covered later - after OMV is installed), or use raspi-config prior to the installation of OMV.  Once the OMV installation is complete, and after backing the OS' SD-card → <a href="https://wiki.omv-extras.org/doku.php?id=omv7:utilities_maint_backup#cloning_flash_media" target="_blank">Cloning Flash Media</a>, additional configuration or experimentation will be possible without losing the install, if something goes awry. 
 +    </tr>
 +  </table>
 +</body>
 +</html>
 ===== Supported Devices ===== ===== Supported Devices =====
  
Line 53: Line 70:
  
 This installation process __requires__ a wired Ethernet connection and Internet access. This installation process __requires__ a wired Ethernet connection and Internet access.
-Typically, all that is needed to begin the installation is an Ethernet cable, a power supply sufficient for the R-PI model being used, and one SD-card (two SD-cards are preferred for backup).+Typically, all that is needed to begin the installation is an Ethernet cable, a power supply sufficient for the R-PI model being used, and one SD-card (two SD-cards are preferred for backup).\\ 
 +\\ 
 +<html> 
 +<body> 
 +  <table width="100%" border="0"> 
 +    <tr> 
 +      <td colspan="2" style="background-color:#69A5FF;height:30px;"> 
 +        <strong><span style="color:#FFFFFF;font-size:110%;">&#160; Note</span></strong> 
 +      </td> 
 +    </tr> 
 +    <tr> 
 +      <td style="background-color:#E6FEFF;height:25px;width:380px;"> 
 +For best results, please <b>DO NOT</b> vary from the process outlined.<br>   
 +Examples of variation would be "preconfiguring wireless networking" or the installation of extra packages <i><b>before</b></i> running the installation script.<br> 
 +    </tr> 
 +  </table> 
 +</body> 
 +</html> 
 + 
 +\\ 
  
 To get started, a few utilities are needed to check the SD-card and install the Raspberry PI OS image. To get started, a few utilities are needed to check the SD-card and install the Raspberry PI OS image.
Line 178: Line 215:
 <html><center>From the pop down menu, click <b>Raspberry PI OS <u>(other)</u></b>.</center></html> <html><center>From the pop down menu, click <b>Raspberry PI OS <u>(other)</u></b>.</center></html>
 \\ \\
-<html><center>• Users of <b>Raspberry PI models 3 and higher</b> should select <b>Raspberry PI OS Lite (64bit)</b></center></html> +<html><center>• Users of <b>Raspberry PI models 3 and higher</b> should select <b>Raspberry PI OS Lite (64bit) - Bookworm</b></center></html> 
-<html><center>• <b>Raspberry PI model 2B</b> users should scroll down and select <b>Raspberry PI OS Lite (32bit)</b>.</center></html>+<html><center>• <b>Raspberry PI model 2B</b> users should scroll down and select <b>Raspberry PI OS Lite (32bit) - Bookworm</b>.</center></html>
  
 {{ ::omv7-rpi-imager-3.jpg? |}} {{ ::omv7-rpi-imager-3.jpg? |}}
Line 233: Line 270:
     <tr>     <tr>
       <td style="background-color:#FFE4A6;height:25px;width:380px;">       <td style="background-color:#FFE4A6;height:25px;width:380px;">
-        The username, created in this dialog, <b>CAN NOT</b> be <b>admin</b> <b>admin</b> is reserved for the OMV installation. +        <b>First:</b>  The username, created in this dialog, <b>CAN NOT</b> be <b>admin</b> <b>admin</b> is reserved for the OMV installation.<br> 
 +        <b>Second:</b>  The OMV application will not be aware of the username installed during the OS flashing process (in this case <b>user1</b>) or the default user created by Raspberry PI OS, <b>pi</b> Unless they are manually added in OMV's GUI under <b>Users</b>, <b>Users</b> (using the exact same username <u><b>AND</b></u> password as used on the CLI), these users will not have access to network shares and other resources within, or created, by OMV. 
 +         
     </tr>     </tr>
   </table>   </table>
Line 336: Line 375:
 ===== Raspberry PI OS Updates and Upgrades ===== ===== Raspberry PI OS Updates and Upgrades =====
  
-Before installing OMV, update, upgrade and prepare Raspberry PI OS using the following commands, executed one at at time:+Before installing OMV, update, upgrade and prepare Raspberry PI OS using the following commands:\\
  
 +Copy each of the following commands, one at a time.\\  
 +Highlight a command and use (**Ctrl+C**) to copy the full line.  Paste the line into PuTTY's SSH window, with a right mouse click.  Then hit **Enter**.\\
 +\\
 ''sudo apt-get update''   ''sudo apt-get update''  
  
  • omv7/raspberry_pi_install.1707686529.txt.gz
  • Last modified: 2024/02/11 21:22
  • by crashtest