I have a development board orin nano 8G module, and I want to boot into the command line mode.
I tried the following two commands to close the graphical interface, but the device will enter a black screen after restarting.
sudo systemctl disable gdm3
sudo systemctl set-default multi-user.target
The status I hope to get is to boot into command line mode instead of no display.
Hope this helps me solve this problem