Igor Posted July 6 Share Posted July 6 Download Armbian with OpenMediaVault (OMV) Currently (for testing) only 4 targets were build: rock5-itx, odroid m1, odroid xu4 and x86. Once its confirmed that works well, other targets will be assembled. Then boot the image, wait few minutes and login via: http://ip_address_of_armbian_running_ha U: admin P: openmediavault Test setup on Odroid M1: Spoiler Tested on: Odroid M1 Raspberry PI 4 DIY Spoiler How was this assembled? - you need a build framework which assembles Armbian (Debian variant is the only supported by OMV) https://github.com/armbian/build (can be compiled in GitHub free runners too) - OMV extension: https://github.com/armbian/os/blob/main/userpatches/extensions/omv.sh (download this extension and place it into your build directory) ./compile.sh BOARD="uefi-x86" BRANCH=current RELEASE=bookworm ENABLE_EXTENSIONS="omv" KERNEL_CONFIGURE="no" BUILD_MINIMAL="yes" 1 Quote Link to comment Share on other sites More sharing options...
MacBreaker Posted July 16 Share Posted July 16 Hello Igor, try to build OMV for rpi4. ./compile.sh BOARD="rpi4b" BRANCH=current RELEASE=bookworm ENABLE_EXTENSIONS="omv" KERNEL_CONFIGURE="no" BUILD_MINIMAL="yes" Got these error messages: [🌿] Enabling extension [ omv ] [🔨] ERR: Extension problem -- cant find extension 'omv' anywhere - called by /home/master/build/lib/functions/general/extensions.sh [💥] Exiting with error 17 [ at /home/master/build/lib/functions/general/extensions.sh:1 enable_extension() --> lib/functions/general/extensions.sh:1 initialize_extension_manager() --> lib/functions/general/extensions.sh:135 do_main_configuration() --> lib/functions/configuration/main-config.sh:317 do_with_logging() --> lib/functions/logging/section-logging.sh:81 do_with_conditional_logging() --> lib/functions/logging/section-logging.sh:111 prep_conf_main_build_single() --> lib/functions/main/config-prepare.sh:29 cli_standard_build_run() --> lib/functions/cli/cli-build.sh:22 armbian_cli_run_command() --> lib/functions/cli/utils-cli.sh:136 cli_entrypoint() --> lib/functions/cli/entrypoint.sh:176 main() --> compile.sh:50 ] [💥] Cleaning up [ please wait for cleanups to finish ] What I'm doing wrong? Markus 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted July 16 Share Posted July 16 omv extension isn't automatically shipped with the build framework. You can grab it here: https://github.com/armbian/os/blob/main/userpatches/extensions/omv.sh 1 Quote Link to comment Share on other sites More sharing options...
MacBreaker Posted July 16 Share Posted July 16 Ahh, okay, i didn't know Now it's working.. 👍 Thank's Werner 1 Quote Link to comment Share on other sites More sharing options...
Werner Posted July 16 Share Posted July 16 58 minutes ago, MacBreaker said: i didn't know Me neither 1 Quote Link to comment Share on other sites More sharing options...
SteeMan Posted July 16 Share Posted July 16 The instructions on above (under DIY) should be clearer to explain that. When I looked at this earlier, I was guessing that is what the instructions assumed you needed to do (download that referenced file). Edited the above instructions to clarify. 2 Quote Link to comment Share on other sites More sharing options...
AlexVS Posted August 26 Share Posted August 26 Downloaded the image Armbian_24.5.9_Rpi4b_bookworm_current_6.6.44-openhab.img, uploaded. Does not work. The page is http://192.168.1.105 not available. 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted August 26 Author Share Posted August 26 2 hours ago, AlexVS said: Downloaded the image Armbian_24.5.9_Rpi4b_bookworm_current_6.6.44-openhab.img, uploaded. Does not work. The page is http://192.168.1.105 not available. It takes some time before OpenHab initialises. How long did you wait? Can you provide some logs? 0 Quote Link to comment Share on other sites More sharing options...
AlexVS Posted August 26 Share Posted August 26 I waited for 10 to 20 minutes. I'll try again soon. Can you tell me which logs to provide? 0 Quote Link to comment Share on other sites More sharing options...
AlexVS Posted August 27 Share Posted August 27 will the syslog be sufficient? syslog 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted August 27 Author Share Posted August 27 @AlexVS 1. Downloaded this image: https://dl.armbian.com/rpi4b/Bookworm_current_server-openhab 2. Executed 1st login, create username (probably must have), created locales ... 3. As you can see OpenHab installation activities: 4. http://10.0.40.156:8080/ (you failed to see OpenHab manual 5. Login prompt (2-3 minutes after startup) 0 Quote Link to comment Share on other sites More sharing options...
AlexVS Posted August 27 Share Posted August 27 It seems to me that I did not understand you. When I downloaded the image, I expected that OMV7 was preinstalled there. And after installing it, I hoped that OMV7 would be available for testing. I am sorry. Apparently this is a translation difficulty. 0 Quote Link to comment Share on other sites More sharing options...
MacBreaker Posted August 27 Share Posted August 27 Hello @AlexVS, you wrote: Quote Downloaded the image Armbian_24.5.9_Rpi4b_bookworm_current_6.6.44-openhab.img, uploaded. That is no image with preinstalled OMV but with preinstalled openhab. There is no image for ri4 with OMV preinstalled (as far as i see..). You have to build it by yorself. See DIY on post 1. Markus 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted August 27 Author Share Posted August 27 4 hours ago, AlexVS said: It seems to me that I did not understand you. Proceed as @MacBreaker suggests. 45 minutes ago, MacBreaker said: There is no image for ri4 with OMV preinstalled (as far as i see..). You have to build it by yorself. Exactly. Added for future releases: https://github.com/armbian/os/commit/e87f4f529a8dfadeaa011decc9aa3c65d98c17a5 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted August 28 Author Share Posted August 28 @AlexVS Try this: https://dl.armbian.com/rpi4b/Bookworm_current_minimal-omv 1 Quote Link to comment Share on other sites More sharing options...
AlexVS Posted August 30 Share Posted August 30 (edited) Thank you very much. Installed the specified image. OMV has started. Now you can test it. Edited August 30 by AlexVS 1 Quote Link to comment Share on other sites More sharing options...
0jay Posted September 16 Share Posted September 16 This is great, thanks for this it's exactly what I wanted! Will this play nice with armbian-config eMMC install? I once tried after installing OMV on an sd card and the emmc transfer wouldn't boot (armbian-config's the only tool I've found to do an emmc install) 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted September 16 Author Share Posted September 16 2 hours ago, 0jay said: Will this play nice with armbian-config eMMC install? It should work - depends on the hardware - for the one we don't support, its unknown, for supported one we will try to fix in case of troubles. You can call armbian-install directly, so you don't install dependencies from armbian-config. There will soon be much lighter version of it, but current one is not very light. 1 Quote Link to comment Share on other sites More sharing options...
0jay Posted September 19 Share Posted September 19 Would any of these OMV images run on a 3328 Renegade? I can run the Libre portability script so figure I just need it to boot 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted September 19 Share Posted September 19 If there is no pre-made OMV image you can create your own just like mentioned under DIY at the very first post of this topic. Also check the few posts after for copying the necessary extension if necessary. 0 Quote Link to comment Share on other sites More sharing options...
0jay Posted September 19 Share Posted September 19 7 minutes ago, Werner said: you can create your own I intend getting to this in time (also with OpenWRT) but for the moment I'm not in a position to do it. If there's an image that'll boot on a renegade board then at least I can explore 0 Quote Link to comment Share on other sites More sharing options...
0jay Posted September 19 Share Posted September 19 (edited) On 9/16/2024 at 9:27 PM, Igor said: It should work - depends on the hardware Armbian install unfortunately not working to transfer an OMV install on a 3328 renegade board. It boots but OMV is non functional (and seemingly irreparable) Edited September 20 by 0jay 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted September 20 Author Share Posted September 20 11 hours ago, 0jay said: Armbian install unfortunately not working to transfer an OMV install on a 3328 renegade board. Aha, you mean SD boot works, but then it fails to properly transfer it? 0 Quote Link to comment Share on other sites More sharing options...
0jay Posted September 20 Share Posted September 20 (edited) 1 hour ago, Igor said: SD boot works, but then it fails to properly transfer it? Short summary of process to follow: I burn Armbian with Etcher, update etc and install OMV. From here I use armbian-install (or armbian-config) to transfer to the eMMC. This is the only tool I've found that makes the eMMC transfer simple (thank you!). The eMMC system boots and seems fine but OMV is not functional (though it works fine on the SD it was transferred from). As a result I always just transfer the raw Armbian install to eMMC, boot from there and install OMV direct to the eMMC but it would be very handy to be able to transfer from an SD with a working OMV install fully configured as backup. Edited September 20 by 0jay 0 Quote Link to comment Share on other sites More sharing options...
0jay Posted October 9 Share Posted October 9 Hi Igor, any developments with these pre-rolled images? Can I request a Renegade OMV image or will I need to wait for an LTS? Thanks for your time, Oscar 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted October 9 Author Share Posted October 9 6 minutes ago, 0jay said: Can I request a Renegade OMV image or will I need to wait for an LTS? Open PR similar to this one https://github.com/armbian/os/pull/254 it's faster. I can execute build, but can't test. 1 Quote Link to comment Share on other sites More sharing options...
0jay Posted October 9 Share Posted October 9 33 minutes ago, Igor said: I can execute build, but can't test. Done. Thanks 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.