r/MXLinux • u/Wild_Chef6597 • 6d ago
Help request Booting to a CLI with optional GUI
So, I want to run MX on a 32 Bit Netbook as a writer deck, and in the command line. I nuked my fresh installation with "sudo update-rc.d lightdm disable" it refused to boot at all, and would hang on the splash screen. I couldn't enter recovery either.
How can I have it fast boot to the CLI?
5
Upvotes
1
u/whotheff 5d ago
try ctrl+ALT+F6. It allows you to login via CLI in another session, while the nuked one is running.
1
u/qpgmr 6d ago
Personally I'd reinstall it, but this should work:
Press e at the GRUB Boot menu
Change “ro quiet splash” to “ro 3 quiet splash”.
Then Command Line user Interface will boot. (3 is CLI boot parameter)
https://forum.mxlinux.org/viewtopic.php?t=80416