Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-19-2014, 10:11 PM
|
#1
|
LQ Newbie
Registered: May 2014
Posts: 1
Rep: 
|
Linux Booting In CLI Mode
Yesterday I Installed Linux 6.1 On My System. When I Boot My System It Boots Up In CLI Mode. Have I Done Wrong By Selecting Basic Server Instead Of Desktop During Installation?
|
|
|
05-19-2014, 10:18 PM
|
#2
|
LQ Addict
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841
|
Quote:
Have I Done Wrong By Selecting Basic Server Instead Of Desktop During Installation?
|
Yes, you should've selected desktop along with the default option, but you should be able to add desktop as long as you have an internet connection.
What disrobution are you using?
If debian:
Quote:
apt-get install <whatever desktop>
|
rpm & slack ditros will have a different command.
Last edited by EDDY1; 05-19-2014 at 10:22 PM.
|
|
|
05-19-2014, 11:20 PM
|
#3
|
LQ Guru
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,726
|
Hi,
given that you state "Linux 6.1" I'm guessing you are using some sort of RHEL derivative. If this is true you can use yum to setup your machine with gui desktop. Try running the following as root.
Code:
yum groupinstall basic-desktop desktop-platform general-desktop graphical-admin-tools x11
HTH,
Evo2.
|
|
|
05-20-2014, 12:11 AM
|
#4
|
Senior Member
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
|
If you don't have the network up yet: backup /etc/yum.repos.d then
Code:
cd /etc/yum.repos.d
sudo rm /etc/yum.repos.d/*
sudo cat > local.repo
[local]
name=Local CD Repo
baseurl=file:///mnt/cdrom <or according path so "yum install ..." will use the CD\DVD>
when doing that I always miss "apt-cdrom add" 
Last edited by jamison20000e; 05-20-2014 at 12:14 AM.
|
|
|
05-20-2014, 06:30 AM
|
#5
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.x
Posts: 18,440
|
Actually, RHEL based distros usually include a repo file like 'CentOS-Media.repo' which is the Install Media repo.
Absolutely no need to blow away current files. In fact no need to do that at all; you can just create one in an editor if necessary.
|
|
|
05-20-2014, 03:27 PM
|
#6
|
Moderator
Registered: Mar 2008
Posts: 22,361
|
Could just reinstall adding in graphical workstation maybe.
|
|
|
All times are GMT -5. The time now is 05:02 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|