Issue
When I was setting up a R Pi 4 with IoT raw image (written with ARM image installer and ssh key copied), the system boots up with login prompt and a series of text-based installation continues.
I can’t log into Zezere and claim device due to continued installation in console mode; repeating the following lines;
Solution: followed through this Red Hat guide to complete the base installation. If an ssh key was copied onto bootable IoT image, no need to go through Zezere provisioning separately on web browser.
In addition, I’ve made basic configuration with Ansible playbook using this guide below. The key points of this playbook are;
Use sudo access (not root) to connect to the host (R Pi)
Add hostname
Layer additional packages such as tmux, htop, cockpit