Skip to content

Commit

Permalink
Add SD card installation guide.
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 8c93494 commit a953b01
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions installation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Installation variants:
* :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.
* :doc:`SD card </installation/via_image>` - This runs |omv| from a SD card.

First time use:
If you have a screen attached, KVM or IMPI console the login screen will
Expand Down
15 changes: 15 additions & 0 deletions installation/via_image.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _installation_index:

Installation via images
#######################

Prepare the image
-----------------
`Etcher <https://etcher.io/>`_ can also be used to transfer ARM images
into SD cards.

Boot the installer
------------------
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.
7 changes: 2 additions & 5 deletions installation/via_iso.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@ Burn 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.
then boot from CD or DVD.

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.
USB or CD and reboot.

Installer
---------
Expand Down

0 comments on commit a953b01

Please sign in to comment.