Table of Contents

Installing OMV7 on Armbian Bookworm


Installing OMV7 on Armbian Bookworm



Introduction

Due to the lack of the numerous Single Board Computers (SBC's) required for testing and integration, providing images for all Armbian supported SBC's, with Openmediavault (OMV) pre-installed, will not be possible. However, installing OMV6 on Armbian supported SBC's is a relatively easy task. This document is a guide for that purpose.

About this Guide

The purpose and intent of this guide is to provide a walk-through to get SBC users up and running as quickly and as easily as possible. This guide assumes that users have a working Windows Client for installing and executing the needed utilities. It is also assumed that Mac and Linux desktop users will be able to find, install, and use utilities equivalent to those called out in Prerequisites.

Supported Devices

Given the wide variety of Armbian supported devices, and the images available for these devices, it's important to understand what will and will not work with an Openmediavault 7 installation.

OMV7 will install on most SBC devices with Armbian support and a Debian 12 Bookworm image.

Further, before selecting a Bookworm image, note that Armbian supports devices with differing levels of support. See → this page for an explanation of the different support levels. Devices with “Standard support” or “Community support” images are acceptable. While Staging - Work in progress images may work, they are not supported and are used at the users risk.

A list of images, for your particular SBC can be found on the → Armbian Download Page. Find your SBC on the download page, click it, and scroll down to the “Branded” images as shown below. Select Bookworm CLI or Minimal images only.


Images under a Stable Release heading, that are Bookworm CLI or Bookworm Minimal, are acceptable.


Not Supported

(These images are built nightly - usually the date will be the current day or the day before.) They're auto generated for test purposes only, for software developers. Typically, Auto generated images have login warnings as noted below.


Prerequisites

This installation process requires a wired Ethernet connection and Internet access. Typically, all that is needed to begin the installation is an Ethernet cable, an Armbian supported SBC, a power supply sufficient for the SBC model being used, and one SD-card (two are preferred for backup).

To get started, a few utilities are needed to expand, check, and work with an Armbian image.

For the best experience, use only high quality new SD-cards, such as Samsung or SanDisk, that are rated A1 Class 10 or better.

Working With the Image File

Verify the image

MD5 and SHA hashes check for image corruption that may have occurred during the download.

  Beginners Note - DO NOT SKIP THIS STEP

The chance of image corruption is highest when downloading and it's pointless to build a server with flawed software. Even the slightest corruption of the image may ruin your installation and the effects may not be noticed until well after your server is built and in use. Headaches can be avoided by checking the image.

Verify the image file, for your SBC, with the MD5 & SHA checksum utility.

(Note that it's possible to “drag and drop” the image file name into the utility, on the File line. Otherwise, use the Browse button and navigate to the image file.)




Click the SHA link that's associated with the image downloaded. A text file may download or a SHA256 hash may be displayed in the browser.

Notepad can be used to temporarily store the sha256 hash, copied from Armbian's web site or paste the hash directly into the bottom “Hash” line (above) and click on verify.

(In this case, from a downloaded hash file, the first line is the sha256 hash.)

With a SHA-256 match, the downloaded image is verified.


Format and Test Flash Media

Using SDFormatter, do a clean format:

(Note that SDFormatter does a trim operation on the card which cleans up remnants of deleted or previously existing files.)

In most cases, SDFormatter will detect the SD-card or thumb-drive. A volume label is not necessary, at this point, and the default options are fine.




After the SD-card format is completed, open h2testw and select your language.
Then, click on Select target




Under Computer, select the flash media previously formatted.




Select Write+Verify. (Do not check the endless verify box).




A dialog similar to the following may pop up, highlighting a 1MB difference.
Ignore it and click on OK.




Without errors” is the desired outcome. If the media tests with errors or is much smaller than is indicated by the SD-card's labeled size, don't use it.

After H2testw verifies the SD-card; do one more clean format, using SDFormatter, before flashing the card. While optional, at this point, a volume label could be applied.



Flashing Armbian onto an SD-card

Start USBImager:

Using the highlighted file selector box, select and open the compressed image to be flashed.

Using the drop down select the SD-card.
The verify box should be checked.

Click the Write button to flash the image.

USBImager will write and verify the image.

The First Boot

*At this point, a wired Ethernet connection is required to connect to the SBC with PuTTY and to install OMV in a later process.*

The IP address to use for logging into the console is available from your DHCP server. In most cases, your DHCP server will be running on your LAN's router.

(The following is an example.)

With the IP address noted, proceed to First Time Login.

  |

If there's a problem with obtaining a DHCP assigned IP address:

Unfortunately, this first time logon will start a mandatory root user password change and the addition of a non-root user. Once these processes are complete, type ip add on the command line. Note the IP address of the Ethernet interface, in the output, and proceed to First Time Login.

Armbian - First Time Logon

Open PuTTY and type in the OMV IP address

A PuTTY Security Alert will pop up in a first time connection.
This is normal. Ignore it and select Yes.




When the SSH window opens:

Login as: root The Armbian default password is: 1234

After logging in with the default password, you'll be required to change the root password.
Follow the prompts to enter and confirm a new root password. (Remember this password.)



Armbian will prompt for additional settings:


Finishing the Armbian Install

On the command line, copy and paste the following commands, one at a time, into the SSH window:

apt-get update

apt-get upgrade -y

(The above command may take a few to several minutes to complete.)

wget -O - https://github.com/OpenMediaVault-Plugin-Developers/installScript/raw/master/preinstall | sudo bash

Finally, reboot the SBC with the following command:

reboot

Note:
Some devices may require a hard power off and on, to reboot. In such cases, physically remove and reconnect power.

In a few minutes, open a new PuTTY/SSH window for the installation of OMV.

*In the event that the SSH client does not respond to the IP address used for the Armbian installation, look at your DHCP server again to see if a “new” IP address has been assigned.*


Install OMV

Installing OMV on Armbian is very easy, thanks to Arron Murray (ryecoaaron on the OMV Forum) for providing a comprehensive installation script that's executed from a single line.

Highlight and 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

Once the script is running, click out of the SSH window so the script will not be interrupted. Note: Do Not Close PuTTY – that will terminate the root session. Minimizing PuTTY is OK, but it must be running.

Depending on several factors, running this script may take up to 30 minutes.

When the script is complete, the SBC will automatically reboot.


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


Note - after the completion of the script:

In the rare event that the OMV console or SSH client does not respond to the IP address used during the installation, recheck your DHCP server to see if a “new” IP address has been assigned.

(Typically, consumer router DHCP leases last at least 24 hours. In cases where DHCP leases are very short - as it is with some versions of DD-WRT router firmware [10 minutes] - the lease issued to the SBC may time out at the end of the installation. A different address may be issued on reboot.)


Finishing Up

Final Notes:

Wireless Networking

First it should be noted that using a wireless interface, with a server, is not the best idea. To prevent a number of issues such as interference, bandwidth contention issues with clients, etc., a server should be connected to the wired LAN ports of a router or a network switch. However it is understood that, in some cases, wired connections may not be an option.

If your SBC is equipped with a wireless interface, by default, OMV will not show it in the GUI but it can be added.


Under Network, in the Interfaces tab, click on the + Add button. From the pop up, select Wi-Fi.




In the Create window, select the drop down arrow next to the Device field.
The on-board or add-on wireless interface will be the only interface in the list. Select it.

In the SSID field, enter the SSID for the wireless network.
In the Password field, enter the WiFi encryption password.
Under IPv4, in the Method field, click on the drop down arrow and select DHCP or statically address as needed.

Scroll down and click, Save.

At this point, the wireless interface will appear under Network, in the Interfaces window. Further configuration can be done, as needed, by clicking on the interface line and the edit button (pencil).

To further configure the SBC; refer to the Getting Started with Openmediavault 7, starting in the section titled Initial Configuration.

A Closing Note

We, who support the openmediavault project, hope that you’ll find your openmediavault server to be enjoyable, efficient, and easy to use.
If you found this guide to be helpful, please consider a modest donation to support the hosting costs of this server.


OMV-Extras.org



Venmo: ryecoaaron