Advertisement
Guest User

readme.txt

a guest
May 8th, 2017
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. OpenMediaVault for various arm devices
  2. - Extract image
  3. - Write to SD card or eMMC
  4.  
  5. Notes:
  6. - 7-zip is recommended to extract images on Windows, Keka/Unarchiver
  7. on macOS and 7z on Linux
  8. - Etcher https://etcher.io is recommended to burn on all platforms
  9. (otherwise use Win32diskimager or dd on Linux or macOS)
  10. - openmediavault-flashmemory plugin preinstalled to reduce wear on SD
  11. card/eMMC.
  12. - SSH keys are regenerated on first boot
  13. - To transfer OMV installation to a partition on USB/SATA disks or
  14. NAND/eMMC use included nand-sata-install tool.
  15. - The last partition for data use will be automatically resized on
  16. first boot to use all available SD card space.
  17. - one automated reboot happens to finish OMV install so please remain
  18. patient and login after 2 minutes
  19. - first and last part of the filename are OMV and kernel version
  20. (kernel receives automatic upgrades)
  21. - Wrt Bananas: M2 image is for old A31 SoC board (not compatible with
  22. later M2 variants! Those are unsupported due to lack of support)
  23. - Banana Pi M1+ shares image with Banana Pi, you need to execute this
  24. as root to get full functionaly:
  25. sed -i '1isetenv fdtfile sun7i-a20-sinovoip-bpi-m1-plus.dtb' /boot/boot.cmd
  26. mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr && reboot
  27.  
  28. web interface:
  29. - username = admin
  30. - password = openmediavault
  31.  
  32. console/ssh:
  33. - username = root
  34. - password = openmediavault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement