devmichelcastilho Posted Sunday at 12:42 PM Posted Sunday at 12:42 PM Armbianmonitor: https://paste.armbian.com/xuzeyolapi When I check the eMMC from the Disk utility, it shows that it's normal. I can also boot the android distro that came with it normally. Help? 🥲 0 Quote
Werner Posted Sunday at 02:28 PM Posted Sunday at 02:28 PM AFAIK armbianinstall expects an empty eMMC without partitions. This should be easily achievable by overwriting the first few sectors of it. Like dd if=/dev/zero of=/dev/mmcblkX bs=512 count=1 A reboot might be required to make the OS aware of the altered partition table. Then retry installing. 0 Quote
devmichelcastilho Posted Sunday at 08:59 PM Author Posted Sunday at 08:59 PM Thank you Werner!! I will try and share the results. 0 Quote
devmichelcastilho Posted Sunday at 10:20 PM Author Posted Sunday at 10:20 PM (edited) Well turns out my eMMC drive is mounted at /dev/mmcblk0p1...but armbian-config tries to install at /dev/mmcblk0p2, which doesn't even exist (Nevermind df command didn't show it but fdisk -l did) Edited Sunday at 10:25 PM by devmichelcastilho typo 0 Quote
devmichelcastilho Posted Sunday at 11:03 PM Author Posted Sunday at 11:03 PM I've overwritten the first few sectors of mmcblk0p2 as suggested, rebooted and tried again, same result. Deleted all partitions, rebooted and tried again, same result and this returned: Quote [ 151.337977] ext4: Unknown parameter 'compress-force' 0 Quote
Solution devmichelcastilho Posted yesterday at 12:39 AM Author Solution Posted yesterday at 12:39 AM I had installed stuff and slightly increased the system space usage, it's likely it was bigger than the partition created for the system on the eMMC. Since the whole system is copied as is, I assume it tried to copy the whole thing with the additional stuff and went over the available space. After flashing a fresh install into the SD card, I tried it again and it worked first try. 0 Quote
Igor Posted yesterday at 06:38 AM Posted yesterday at 06:38 AM 5 hours ago, devmichelcastilho said: I assume it tried to copy the whole thing Single board computers are purpose oriented devices, where booting and using live OS is common. This is how installer was designed - you can boot and run OS from SD card. And move OS to internal memory at any moment - freshly & clean, after one year, never. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.