Skip to content

Commit

Permalink
Continue to add content.
Browse files Browse the repository at this point in the history
Signed-off-by: Volker Theile <volker.theile@openmediavault.org>
  • Loading branch information
votdev committed Jan 18, 2018
1 parent 5cd92ed commit 8c93494
Show file tree
Hide file tree
Showing 23 changed files with 75 additions and 23 deletions.
Binary file added _static/images/install_via_iso/install_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_10.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_11.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_12.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_13.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_14.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_15.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_17.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_18.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_19.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_3.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_4.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_5.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_6.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_7.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_8.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _static/images/install_via_iso/install_9.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 8 additions & 11 deletions installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,18 @@ Before you begin:
avoid an accidental install on a storage drive (which will be configured
after installation anyway).

Install |omv|:
Choose your Installation target and follow the instructions.
Installation variants:
Choose your installation variant and follow the instructions.

* :doc:`Dedicated drive </installation/via_iso>` - Adviced method via ISO image. This runs OMV from its own drive.
* :doc:`USB flash dive </installation/on_usb>` - This runs |omv| from a USB flash dive.
* :doc:`Debian Operating System </installation/on_debian>` - This runs |omv| as a services on top of a Debian OS.
* :doc:`Dedicated drive </installation/via_iso>` - Adviced method via ISO image. This runs |omv| from its own drive.
* :doc:`USB flash drive </installation/on_usb>` - This runs |omv| from a USB flash drive.
* :doc:`Debian OS </installation/on_debian>` - This runs |omv| on top of an existing Debian OS.

First time use:
If you have a screen attached, KVM or IMPI console the login screen will
display the current IP address assigned for the |webui|. Open your browser
and type that IP address. The default username:password is
``admin:openmediavault``, the root password is the one you setup during
install.
and type that IP address. The default |webui| login credential is
``admin:openmediavault``, the ``root`` password is the one you setup during
installation.

For ARM images the root password is the same as admin password.

.. toctree::
:maxdepth: 2
4 changes: 2 additions & 2 deletions installation/on_debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the package repositories::
# deb http://downloads.sourceforge.net/project/openmediavault/packages erasmus partner
EOF

Install the |omv| package::
Install the |omv| 3 (Erasmus) package::

export LANG=C
export DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -59,7 +59,7 @@ Add the package repositories::
# deb http://downloads.sourceforge.net/project/openmediavault/packages arrakis partner
EOF

Install the |omv| package::
Install the |omv| 4 (Arrakis) package::

export LANG=C
export DEBIAN_FRONTEND=noninteractive
Expand Down
6 changes: 3 additions & 3 deletions installation/on_usb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Installation on USB
###################

|omv| can be installed on an USB flash dive to boot from it.
|omv| can be installed on an USB flash drive to boot from it.

1. Follow the :doc:`Install on Dedicated Drive </installation/via_iso>`
and select your USB flash dive as target drive.
and select your USB flash drive as target drive.
#. Enable the openmediavault-flashmemory plugin. This lowers the amount of
writes to the USB flash dive, making sure you can enjoy it for a long time.
writes to the USB flash drive, making sure you can enjoy it for a long time.
69 changes: 62 additions & 7 deletions installation/via_iso.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,78 @@
Installation using an ISO image
###############################

Burn the installer:
For x86 architecture you can burn the ISO directly into a usb drive using
`etcher <https://etcher.io/>`_ or dd linux utility. If you have a CD-DVD
burner, you can burn the ISO into an optical media then boot from CD or DVD.
Etcher can also be used to transfer arm images into SD cards.
Burn the installer
------------------
For x86 architecture you can burn the ISO directly into a USB drive using
`etcher <https://etcher.io/>`_ or dd linux utility::

Boot the installer:
$ sudo dd if=xxx.iso of=/dev/sdX bs=4096

If you have a CD-DVD burner, you can burn the ISO into an optical media
then boot from CD or DVD. Etcher can also be used to transfer arm images
into SD cards.

Boot the installer
------------------
For x86 architecture, enter BIOS configuration, select to boot either from
USB or CD and reboot. ARM images are ready to go, so boot from sd card and
wait for the initial setup to complete. This takes around 30 minutes in
slow devices like Raspberry PI.

Installer:
Installer
---------
The current ISO installer is reduced to have minimal interaction. You will
prompted to select location, language and root password. The installer will
pick the first available disk to deploy the the OS. Once the installer
finished the system will reboot, make sure you remove the installer and
select BIOS to boot from the disk where |omv| was installed. You can also
start connecting any data drives you previously disconnected before install
or reinstall.

.. figure:: /_static/images/install_via_iso/install_1.png
.. figure:: /_static/images/install_via_iso/install_2.png
.. figure:: /_static/images/install_via_iso/install_3.png
.. figure:: /_static/images/install_via_iso/install_4.png
.. figure:: /_static/images/install_via_iso/install_5.png
.. figure:: /_static/images/install_via_iso/install_6.png
.. figure:: /_static/images/install_via_iso/install_7.png
.. figure:: /_static/images/install_via_iso/install_8.png
.. figure:: /_static/images/install_via_iso/install_9.png
.. figure:: /_static/images/install_via_iso/install_10.png
.. figure:: /_static/images/install_via_iso/install_11.png
.. figure:: /_static/images/install_via_iso/install_12.png
.. figure:: /_static/images/install_via_iso/install_13.png
.. figure:: /_static/images/install_via_iso/install_14.png
.. figure:: /_static/images/install_via_iso/install_15.png
.. figure:: /_static/images/install_via_iso/install_16.png
.. figure:: /_static/images/install_via_iso/install_17.png
.. figure:: /_static/images/install_via_iso/install_18.png
.. figure:: /_static/images/install_via_iso/install_19.png

Troubleshooting
---------------

The error `Unable to install GRUB in /dev/sda` occurs.
In this case execute the following steps:

- Select `Continue` in this window and also on the next which says
`Installation step failed`.
- In the Debian installer main menu (which should have popped up by now),
select `Execute a shell` and then `Continue`.
- Execute the following commands::

# Chroot.
chroot /target
# Replace [a-z] with the drive you want to install grub to.
# This is normally the drive you've selected to install OpenMediaVault on.
grub-install /dev/sd[a-z]
# Update GRUB.
update-grub
# Exit chroot.
exit
# Exit shell.
exit

- Select `Continue without boot loader` in the Debian installer main menu and
then `Continue`.
- It should now continue the installation successfully.

0 comments on commit 8c93494

Please sign in to comment.