armbian / build

Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
https://www.armbian.com
GNU General Public License v2.0
4.22k stars 2.3k forks source link

Failed to mount binfmt_misc #7399

Open clarkmcc opened 4 hours ago

clarkmcc commented 4 hours ago

What happened?

When building, I'm getting an error that we can't mount binfmt_misc.

I'm running off my own branch based on bca58a204ec6046ba36d8517c56585513dc75880 that contains only userpatches.

I ran this and didn't get any output so I'm assuming it worked.

root@buildbox:/home/owner/actions-runner-1# modprobe binfmt_misc

What am I missing, and what can I check next?

How to reproduce?

See the attached log file for the exact command I'm running

Branch

other (only relevant in corner cases)

On which host OS are you running the build script and observing this problem?

Debian 12 Bookworm

Are you building on Windows WSL2?

Relevant log URL

https://paste.armbian.com/iwosaniceg

Code of Conduct

github-actions[bot] commented 4 hours ago

Jira ticket: AR-2518

clarkmcc commented 4 hours ago
root@buildbox:/home/owner/actions-runner-1# cat /boot/config-$(uname -r) | grep CONFIG_BINFMT_MISC
CONFIG_BINFMT_MISC=m
clarkmcc commented 4 hours ago

I rebased on top of 549f321ebf61afac6bdee5b8966fa358c7136267 (latest commit to v24.08) and am still getting the same issue.