Linux/Ubuntu2023. 6. 18. 12:18

데탑 하나를 메모리 낭비도 줄일겸 CLI 로 부팅하게 할까 싶은데

target 명이 multi-user(CLI) graphical(GUI) 인 듯

 

$ sudo nano /etc/default/grub
#GRUB_TERMINAL=console
$ sudo update-grub
$ sudo systemctl set-default graphical.target

[링크 : https://techpiezo.com/linux/boot-ubuntu-22-04-in-text-mode/]

 

$ systemctl set-default multi-user.target

[링크 : https://askubuntu.com/questions/1435082/]

 

$ sudo systemctl isolate graphical
$ sudo systemctl set-default graphical.target

[링크 : https://linuxconfig.org/start-gui-from-command-line-on-ubuntu-22-04-jammy-jellyfish]

 

'Linux > Ubuntu' 카테고리의 다른 글

mono-complete  (0) 2023.07.05
ubuntu 22.04 wayland vs x.org on 4K dual  (0) 2023.06.26
ubuntu dmesg 막혔네?  (0) 2023.06.01
python3를 python으로 실행하기  (0) 2023.02.10
block caribou ?  (0) 2023.02.07
Posted by 구차니