Okay, how much effort are you willing to spend on this? Steps to fix this:
- Bypass root login from grub by pressing
eand appendingsingleto kernel parameters - Create password for root with
passwd - Create a normal user with
useradd -m -U -G wheel audio input kvm lp storage users network power autologin -s /usr/bin/zsh <your_username> - give your user a password with
passwd <your_username> - Reboot
- Profit
When there is an existing user, the gnome-initial-setup will not run and you can just vhoose your user from gdm. Your language and keyboard is going to be the default en_US, but you can change those later.