systemd_boot_into_console

Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
systemd_boot_into_console [08.12.2015 17:55] – created Pascal Sutersystemd_boot_into_console [08.12.2015 18:53] Pascal Suter
Line 6: Line 6:
   systemctl set-default multi-user.target   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)+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