Thanks Maxime, sorry for silly mistake. Here are the updated patches. The last changes are part of the 4th patch in the patch set. After build I installed it to the SD card using following command: sudo -E ./pre-inst-env guix system init gnu/system/examples/raspberry-pi-64.tmpl /mnt However, I experience an issue when login into the system. I can get there using my SSH key, but it seems the passwd set-uid binary is missing from the profile: $ ssh pi@192.168.1.181 You are required to change your password immediately (administrator enforced). WARNING: Your password has expired. passwd: no such file or directory I understand that the password is not set and the account is accessed through SSH so it asks after login to change it. How come it's possible to change it? I tried to add shadow into the packages, but the error said, it's already part of the system, so my guess is that it's just missing in the PATH variable. Could it be due to the fact it's present in /run/setuid-programs? ---- Petr