04-01-2019, 10:44 AM
Its a 64GB EMMC Chip and has happened with 2 different images I have flashed.
looks looks like the images are bad;
no Display Manager installed
starx does not work.
mate-session does not exist
Its a bug in the image
"mrfixit2001 commented on 26 Feb
Thanks for reporting this. I unfortunately didn't have time to fix it in the latest release, but I have it fixed and will be sure it is included in the next one.
Replace line 22 in /usr/bin/partbootscript.sh with this:
HOMEPART=$(lsblk --output NAME | grep ${HOMEPART}p | tail -1 | sed 's/.*-//')
The only change is the "p" at the end of homepart.
Sorry for the issue! I'll leave this open for visibility for others until the next release"
looks looks like the images are bad;
no Display Manager installed
starx does not work.
mate-session does not exist
Its a bug in the image
"mrfixit2001 commented on 26 Feb
Thanks for reporting this. I unfortunately didn't have time to fix it in the latest release, but I have it fixed and will be sure it is included in the next one.
Replace line 22 in /usr/bin/partbootscript.sh with this:
HOMEPART=$(lsblk --output NAME | grep ${HOMEPART}p | tail -1 | sed 's/.*-//')
The only change is the "p" at the end of homepart.
Sorry for the issue! I'll leave this open for visibility for others until the next release"