nils-werner / raspi-overlayroot

Protect your SD card against wear and tear
MIT License
117 stars 21 forks source link

RPI 4 AArch64 not working #16

Closed vileperson closed 1 year ago

vileperson commented 1 year ago

Running on a RPI 4 with ArchlinuxArm AArch64, it fails while "running late hook [overlayroot]

mount: /new_root: unknown filesystem type 'overlay'

ERROR: Failed to mount the real root device. Bailing out, you are on your own. Good Luck.

vileperson commented 1 year ago

Disregard. I'm an idiot and accidentally typed "overlayroot" instead of "overlay" for the module in mkinitcpio.conf, so the overlay module was never loaded. Everything works as it should. Thanks for your work on this project. I've been using it for many years on regular ArchlinuxArm. Works great!