Arch Linux ARM on the ASUS Chromebook Flip C101PA
The ASUS Chromebook Flip C101PA is a cheap, quiet, fanless ARM laptop that has been end-of-life on ChromeOS for years. It is still a perfectly good machine for browsing, writing, and light development — and it makes an excellent secondary Linux laptop if you are willing to install Arch Linux ARM on a microSD card. The official Arch Linux ARM guide is the starting point, but as of now it no longer works as written. The published rootfs ships the ancient 4.4 ChromeOS kernel, and current Arch userland (systemd) refuses to run on it — first boot fails with Failed to mount early API filesystems / Freezing execution. This guide bakes in the fix: replace the kernel and firmware with mainline before the first boot. ...