Install OMV3 on Cubox-i

    • Offizieller Beitrag

    To install OMV3 on your Cubox-i device please follow this steps:

    • Go to http://www.armbian.com/cubox-i and download the '>_ Jessie' archive.
    • Extract the ZIP archive.
    • Use the Windows installer or execute the following command on Linux to install the image onto the MicroSD card:
    Code
    sudo dd if=Armbian_4.90_Cubox-i_Debian_jessie_3.14.60.raw of=/dev/<XXX> bs=1M


    • Boot your Cubox-i device with the prepared MicroSD card.
    • Login to your system via SSH
    Code
    ssh root@<IPADDRESS>


    • Add the /etc/apt/sources.list.d/openmediavault.list file for the OMV package repository.
    Code
    nano /etc/apt/sources.list.d/openmediavault.list


    • Insert the following content:


    • Finally execute the following CLI commands.
    Code
    export LANG=C
    export DEBIAN_FRONTEND=noninteractive
    export APT_LISTCHANGES_FRONTEND=none
    apt-get update
    apt-get install openmediavault-keyring
    apt-get --yes --force-yes --fix-missing --auto-remove --allow-unauthenticated \
      --show-upgraded --option Dpkg::Options::="--force-confdef" \
      --option DPkg::Options::="--force-confold" --no-install-recommends \
      install openmediavault
    omv-initsystem
    • If the installation was successful you can access the openmediavault webgui via your browser. Use the username 'admin' and the default password 'openmediavault' to log in.
  • Did you take the this


    Armbian_5.00_Odroidxu4_Debian_jessie_3.10.96_desktop.zip


    for the xu4?


    Because my odroid C1+ doesn't even start the os which means it can't read the sdcard image properly. Did you use the image writer or debian cmd?

  • i somewhat installed it but i'm not able to see my HDD.



    @ryecoaaron could it be due to the fact that is is powered only by the odroid and not by an external power supply? Moreover the Repositeries tab is not there, how can i add newer plugins? Monitoring tab is completely blank for me... suggestions?

    • Offizieller Beitrag

    @ryecoaaron could it be due to the fact that is is powered only by the odroid and not by an external power supply? Moreover the Repositeries tab is not there, how can i add newer plugins? Monitoring tab is completely blank for me... suggestions?


    Maybe. Repo tab is missing? Can you post a screenshot?

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    If you are running OMV 3, that distro is fine. Did you try clearing your browser cache?

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    You don't have omv-extras installed.

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • i tried the following


    wget http://omv-extras.org/openmedi…vextrasorg_latest_all.deb
    dpkg -i openmediavault-omvextrasorg_latest_all.deb
    apt-get update



    doesn't work


    solved with apt-get -f install...btw is 2.13.1 the latest omv-extras?


    ill report back later


    edit: i installed the omv-extras but even enabling plex and vpn repo there isn't any plugin.
    openvpn-as if for x86-x64 so it's normal but i thought plex was there

    • Offizieller Beitrag


    If you read this thread, you would have known about apt-get -f install and you would have got the omv-extras for OMV 3.x which is newer than 2.13.1. My sig also says what the newest version is.

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    I released an OMV 2 image for the cubox-i a year ago but haven't been able to maintain it since my i4-pro failed.

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Hi, it's great to see your progress on omv 3.0 and am eagerly waiting for the stable release. Your description to get it working on a Cubox-i is very helpful and it's running flawlessly unless I'm mounting my SATA-Array via the SATA ports and trying to reboot.
    After reboot, system goes to "emergency mode" which can be ignored by pressing CTRL+D. Then the cubox is not reachable in the network and the connection on eth0 has to be repaired trough omv-firstaid -> Configure network interface.
    On journalctl there are several fsck errors concerning the filesystem of the newly created software RAID. That's a bit curious, has anyone else seen this behavior before?


    Edit:
    Got it running with rebuilding the RAID after a clean install.

    2 Mal editiert, zuletzt von Ener () aus folgendem Grund: Added some more information

  • Well this is getting funny.


    I have an Odroid XU4 and I am trying to install a fresh OMV3 on a Debian Jessi distro.


    I followed the one that @itsmaxxdd linked few post above and I have serious troubles, following exactly the instructions.


    I am going to try another distro, but I am starting to feel badly.


    Regards.


    EDIT:


    I will explain my steps so mey help for anyone else:



    I used the following jessie image (the server one):
    http://www.armbian.com/odroid-xu4/


    Then I followed the instructions from votdev, the first "apt-get update" produces the following error in my Odroid XU4 (as far as I have readed in the guides it should be OK):

    Code
    W: GPG error: http://packages.openmediavault.org erasmus InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7E7A6C592EF35D13


    The command "apt-get openmediavault-keyring" gives a warning and I install it anyway. No problem here.


    Finally I install openmediavault with all the options.


    Here I can see many errors, and at the end, omv-initsystem gives me this error:



    root@odroidxu4:~# omv-initsystem
    ln: failed to create hard link '/boot/initrd.img-3.10.103-odroidxu4.dpkg-bak' => '/boot/initrd.img-3.10.103-odroidxu4': Operation not permitted


    So I am stucked and have no idea how to go ahead.


    I would not like to go back to OM2.


    So I would appreciate any help.


    Regards.

    • Offizieller Beitrag

    I am trying to install a fresh OMV3 on a Debian Jessi distro.

    What Debian Jessie distro?

    omv 7.0-32 sandworm | 64 bit | 6.5 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.9 | compose 7.0.9 | cputemp 7.0 | mergerfs 7.0.3


    omv-extras.org plugins source code and issue tracker - github


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!