dumtux / Allwinner-H616

🔥 Linux SDK for Allwinner H616, based on armbian-build
https://pcbcrew.com
GNU General Public License v2.0
33 stars 7 forks source link

[solved]Image built on ubuntu2304 failed to boot due to /dev/mmcblk2 has unsupported feature: FEATURE_C12 #2

Closed tz61 closed 1 year ago

tz61 commented 1 year ago

Though the image building process don't get an error, but the ext4 rootfs have some features which the kernel doesn't support. So just use Ubuntu 22.04 to build the image.

Solution fromforums.debian.netandwww.reddit.com:

This is a new problem. The weekly, daily, and testing versions of the debian-installler are now using a newer version of e2fstools than the version that's in the newly-installed system.

One solution: boot into an earlier version of Linux (say, from a stable Bullseye live CD/USB), and partition and format your disk. Then, boot into the new debian-installer and go through the expert install, choose manual partitioning, and continue the install without formatting the disk.

tz61 commented 1 year ago

Maybe updating the kernel version will also solve this problem.

dumtux commented 1 year ago

Though the image building process don't get an error, but the ext4 rootfs have some features which the kernel doesn't support. So just use Ubuntu 22.04 to build the image.

Solution fromforums.debian.netandwww.reddit.com:

This is a new problem. The weekly, daily, and testing versions of the debian-installler are now using a newer version of e2fstools than the version that's in the newly-installed system. One solution: boot into an earlier version of Linux (say, from a stable Bullseye live CD/USB), and partition and format your disk. Then, boot into the new debian-installer and go through the expert install, choose manual partitioning, and continue the install without formatting the disk.

Can you explain what specific features are not supported exactly?