systemd_boot_into_console

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
systemd_boot_into_console [08.12.2015 17:56] Pascal Sutersystemd_boot_into_console [08.12.2015 18:53] Pascal Suter
Line 7: Line 7:
      
 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) 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)
 +
 +===== Autologin to console =====
 +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
 +
 +===== Autostart some scripts upon every login =====
 +edit ''~/.bash_profile''
 +
  
  • systemd_boot_into_console.txt
  • Last modified: 07.03.2019 15:29
  • by Pascal Suter