This is a original RPi3 and was an attempt to boot OMV 3 from an SDD rather than an SD card. I first tried to use the hardware and software solutions used by Raspian to boot from USB, neither of these worked for OMV. So I went through the earlier process:
Anyone got any suggestions where to look?
- I started by booting an SD card image (3.0.99) and that installs in about 40 minutes and worked fine, including web access.
- Formatted the SSD as a single ext4 partition on another Linux then attached it to the OMV RPi3.
- File system showed it as sda1, so I mounted it from there.
- On the command line, I used rsync to copy all of / to the blank SSD card.
- Changed /boot/cmdline.txt to boot from sda1.
- Changed /etc/fstab to boot from sda1
Source Code
- proc /proc proc defaults 0 0
- /dev/disk/by-id/usb-Apacer_A_S220_128GB_4646313830373733313630383037323637313239-0-0-part1 ext4 defaults,nofail,user_xattr,noexec,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0,acl 0 1
- /dev/mmcblk0p1 /boot vfat defaults 0 2
- #/dev/mmcblk0p2 / ext4 defaults,noatime 0 1
- /var/swap none swap sw 0 0
- tmpfs /tmp tmpfs defaults 0 0
- # >>> [openmediavault]
- # <<< [openmediavault]
- Reboot.
Anyone got any suggestions where to look?