TextoGraficoUbuntu

De Slacam_Wiki
Revisão de 22h10min de 29 de setembro de 2017 por Machado (Discussão | contribs) (Criou página com 'Mudando entre modo texto e grafico no Ubuntu To boot Ubuntu 16.04 Desktop without X one time, add systemd.unit=multi-user.target to the linux command line in GRUB. To make t...')

(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para: navegação, pesquisa

Mudando entre modo texto e grafico no Ubuntu

To boot Ubuntu 16.04 Desktop without X one time, add systemd.unit=multi-user.target to the linux command line in GRUB.

To make this the default, use

sudo systemctl set-default multi-user.target

To return to default booting into X, use

sudo systemctl set-default graphical.target


To see the current default target,

sudo systemctl get-default