Banana Pi BPI-M4/BPI-W2 Debian 10 Buster Lite Demo Image Release 20190806
Does this release contain any GUI desktop, or none (headless) ?
this version not include GUI desktop ,we will update later.
Great, that’s what I wanted. Thank you.
It looks like the kernel supports RAID options by default. Nevertheless, I have recompiled the kernel to be sure it does. Executing the command
mdadm --assemble /dev/md0 --uuid
brings the error:
mdadm: Fail create md0 when using /sys/module/md_mod/parameters/new_array
But in fact the array is assembled. If I put the command
update-initramfs -u
I can see another error:
Couldn’t identify type of root file system for fsck hook
As the result the RAID md0 disappears after reboot. Please, advice how to fix the above.