In such stretches of time when I want to conserve battery life (or for whatever other reason), I want to boot into CLI by default and not have X or any gui running. I don't like the hacks apropos I've found by some googling since they either involve simply uninstalling kdm or changing the default tty to go to CLI and then use the startx command when you want gui. What I want, instead, is for tty1 (which is CLI) to load by default and then to still be able to go to tty7 (which is gui) when I want it. I don't want to affect my current setup by removing kdm or anything. How do I implement that?
Announcement
Collapse
No announcement yet.
boot into CLI, but not by... [explained in thread]
Collapse
This topic is closed.
X
X
-
Isn't that controlled by the Init level? You may be able to set/reset it in Grub as an option but I don't know offhand and need to research it.
Maybe somebody more knowledgable would help.Friends don't let friends wear a red shirt on landing-party duty.
DACS Linux Sig | Connecticut LoCo Team | My Blog
Ubuntu User# : 17583, Linux User# : 477531
- Top
- Bottom
-
Runlevel 2 does this, or a grub entry with "text" as a kernel parameter. Then you could select GUI or not at boot time.
EDIT: Actually, runlevel 2 may not do this with Ubuntu. I'd have to try it.
- Top
- Bottom
Comment
-
Originally posted by oshunluvr View PostRunlevel 2 does this, or a grub entry with "text" as a kernel parameter. Then you could select GUI or not at boot time.
EDIT: Actually, runlevel 2 may not do this with Ubuntu. I'd have to try it.
just tryed it
VINNYi7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Originally posted by Buddlespit View Postfrom tt1:
Code:$ sudo nano /etc/default/grub
Code:$ sudo update-grub $ sudo reboot
you can use Kate to do this ....Code:kdesudo kate /etc/default/grub
VINNY
EDIT:O and if you just want to try it as a one time run ........wile you have your boot selection highlighted at the grub menu press "e" move the cursor to the end of the kernel boot line and add "text" after "quiet splash" then press ctrl+x to boot .
this way of modifying the boot line will last for the one boot only.Last edited by vinnywright; Dec 22, 2013, 11:09 AM.i7 4core HT 8MB L3 2.9GHz
16GB RAM
Nvidia GTX 860M 4GB RAM 1152 cuda cores
- Top
- Bottom
Comment
-
Well, it was rude of me to lose track of this thread, but I do appreciate the posts y'all gave.
I'll be doing an OS reinstall soon, so I'll investigate this after that.
@Vinny Lately, I've been forcing myself to use vim whenever I need to handle a text file. ;-)I run Kubuntu 18.04 LTS.
- Top
- Bottom
Comment
-
Originally posted by rybnik View PostLately, I've been forcing myself to use vim whenever I need to handle a text file. ;-)
- Top
- Bottom
Comment
-
hehe. I use nano when Kate isn't available. Geek is, as Geek does.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
-
Originally posted by SteveRiley View PostHave a look at /etc/nanorc. Particularly the line set const. Very handy change to make.
- Top
- Bottom
Comment
-
But what exactly does activating that option do? I read the comment, but I guess I don't get it.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Pan-Galactic QuordlepleenSo Long, and Thanks for All the Fish
- Jul 2011
- 9524
- Seattle, WA, USA
- Send PM
Keeps the line number / column number footer displayed continually while you navigate through the file. Very handy when some error message says "Exception foo croaked on parameter bar at line 156."
- Top
- Bottom
Comment
Comment