systemd_boot_into_console

This is an old revision of the document!


systemd boot into console

cd /lib/systemd/system
ln -sf multi-user-target default.target

or alternatively:

systemctl set-default multi-user.target

you might need to pass “text” rather than “quiet boot” to your kernel through grub (in ubuntu, edit /etc/default/grub then run update-grub)

in '/lib/systemd/system/getty@.service' find the line:

ExecStart=-/sbin/agetty --noclear %I $TERM

and change it to:

ExecStart=-/sbin/agetty --autologin username --noclear %I $TERM

edit ~/.bash_profile

  • systemd_boot_into_console.1449597193.txt.gz
  • Last modified: 08.12.2015 18:53
  • by Pascal Suter