macmpi
                                            macmpi
                                        
                                    > On the weekend I will add a parameter to the script to workaround this problem. For records, which parameter allows for this special mode? Thanks.
Interesting. You may want to use [latest qemu package](https://github.com/multiarch/qemu-user-static/releases/) (2.9.1 at least) to avoid some eventual arm build errors.
I seems debian install will get qemu-user-static v2.8, which is not sufficient: in my tests on std Volumio build, 2.8 did not fix all issues.
Referencing related commit https://github.com/volumio/Build/commit/1028dce149c4010e6cc9550d7c17334812e4aff6
While working on this, if you could lay-out a proper way to have Volumio2 work on [Berryboot](https://github.com/maxnet/berryboot) (which can support booting from USB), that would be awesome! New layout is...
No offense @gkkpch :) and I really appreciate all your hard work on this project My comment was more directed to @earlchew as a possible option for USB boot, while...
@DecayFi if you need it now on Pi, you may want to try this (unsupported) [method](https://volumio.org/forum/multiboot-volumio2-with-kodi-under-berryboot-t6818.html) on stock images: it comes with some minimal limitations of course...
very interesting indeed. > Regarding the systemd fstab issue I made the mount of /boot happen in the initrd and removed the boot line from fstab. This might lead to...
For records, just linking to related ongoing PR https://github.com/volumio/Build/pull/256
It's likely the installer does not properly set `bootdev` info in `cmdline.txt` in that case. So [according to this](https://github.com/maxnet/berryboot/blob/berryboot2015/BerrybootGUI2.0/installer.cpp#L146-L149), devices tries to boot from SD, which obviously fails. As a...