You are not logged in.
Pages: 1
I'm trying to install arch following the installation guide. after mounting and chroot'ing, trying to set the font and keymap.
when I run `localectl status`, i get this error :
"Failed to get D-Bus connection: Failed to connect to socket /run/dbus/system_bus_socket"
I'm at a loss how to install it further.
Offline
Because you are chrooted into your new installation, you don't have systemd+dbus running (inside chroot). That means you can't use tools like localectl/systemctl, but you don't really need to. Just do the necessary configuration by editing files. As long as the default font and keymap don't cause you any problems, you can also postpone any fine-tuning until after you boot into your new installation.
Offline
Pages: 1