OMV 6 NAS - Image to use - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98) +--- Forum: RockPro64 Projects, Ideas and Tutorials (https://forum.pine64.org/forumdisplay.php?fid=104) +--- Thread: OMV 6 NAS - Image to use (/showthread.php?tid=16327) |
OMV 6 NAS - Image to use - g_t_j - 03-18-2022 Can someone be so kind to let me know what image should I use in order to install OMV 6.0 on top? RE: OMV 6 NAS - Image to use - evilbunny - 03-18-2022 (03-18-2022, 04:32 AM)g_t_j Wrote: Can someone be so kind to let me know what image should I use in order to install OMV 6.0 on top? Armbian and OMV have some sort of deal going from what I've read. RE: OMV 6 NAS - Image to use - g_t_j - 03-18-2022 (03-18-2022, 06:08 AM)evilbunny Wrote:(03-18-2022, 04:32 AM)g_t_j Wrote: Can someone be so kind to let me know what image should I use in order to install OMV 6.0 on top? Ah it makes sense why I am having problems to install. Any other OS which is recommended? (if possible a specific build that's been tested nad working without problems) RE: OMV 6 NAS - Image to use - evilbunny - 03-18-2022 (03-18-2022, 06:12 AM)g_t_j Wrote:(03-18-2022, 06:08 AM)evilbunny Wrote:(03-18-2022, 04:32 AM)g_t_j Wrote: Can someone be so kind to let me know what image should I use in order to install OMV 6.0 on top? https://wiki.omv-extras.org/doku.php?id=installing_omv5_armbian_buster I'd use bullseye instead of buster but the install instructions are the same more or less... RE: OMV 6 NAS - Image to use - g_t_j - 03-18-2022 (03-18-2022, 07:12 AM)evilbunny Wrote:That's what I tried. I can't get OMV to install on top of Armbian.(03-18-2022, 06:12 AM)g_t_j Wrote:(03-18-2022, 06:08 AM)evilbunny Wrote:(03-18-2022, 04:32 AM)g_t_j Wrote: Can someone be so kind to let me know what image should I use in order to install OMV 6.0 on top? RE: OMV 6 NAS - Image to use - g_t_j - 03-18-2022 I finally got it to work using image: Armbian_20.11.6_Rockpro64_buster_current_5.9.14.img I write the process here for future reference. Installed the image into the eMMC module booted it up and had to issue the command: Code: echo 0 > /sys/devices/platform/pwm-fan/hwmon/hwmon3/pwm1 I then edited /etc/rc.local with nano ----> Code: nano /etc/rc.local Code: rmmod pwm-fan Now the fan runs constantly but at very low speed which I believe is the best compromise between cooling and silence. After that I run armbian-config and navigated > System > 3rd party software and installed OMV. All good. Thanks for your help! |