User Tools

Site Tools


force_boot_to_command_line

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
force_boot_to_command_line [2017/05/24 20:27] walkeradminforce_boot_to_command_line [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 71: Line 71:
 #GRUB_INIT_TUNE="480 440 1" #GRUB_INIT_TUNE="480 440 1"
 </file> </file>
 +\\  
 +Now use update-grub command to re-generate a GRUB2 config file in /boot based on these changes. 
 +\\  
 +\\  
 +    sudo update-grub  
 +\\  
 +For systemd-enabled desktop only: If your desktop uses systemd (e.g., for Debian 8 or later or Ubuntu 15.04 or later), there is one additional step needed. That is to change the default target from "graphical" target to "multi-user" target. Skip this step if your desktop does not use systemd. 
 +\\  
 +\\  
 +    sudo systemctl set-default multi-user.target  
 +\\  
 +Now reboot and hopefully you will be at a text based login prompt. 
 +\\  
 +\\ 
force_boot_to_command_line.1495654074.txt.gz · Last modified: 2023/03/09 22:35 (external edit)