LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 05-08-2006, 02:53 PM   #1
rawplug89
LQ Newbie
 
Registered: May 2006
Location: UK- Glos- Cheltenham
Distribution: Ubuntu
Posts: 24

Rep: Reputation: 15
How do i get the ubutnu Gui up, i seem to be stuck in CLI :o


Ok a few questions, which may seem stupid but hey, A-level computing only teaches you so much.
I have just installed Ubuntu 5.10 (Breezy Badger), after lots of issues with logins and things i have created a user profile, unfortunately i'm still in CLI. Does Ubuntu come with a GUI preinstalled or is it something i have to add over the top? I've tried to do a clean re-install but the partition manager comes up and won't let me keep my setup.

Please help me get the GUI up, i'd look on the Ubuntu forums but their down for maintainance


*************
A few minutes later- Does pressing ctrl- alt-f7 get me into it?

Last edited by rawplug89; 05-08-2006 at 02:56 PM.
 
Old 05-08-2006, 03:03 PM   #2
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
try typing 'startx'
did you install the full system or just the server setup?
 
Old 05-08-2006, 03:09 PM   #3
rawplug89
LQ Newbie
 
Registered: May 2006
Location: UK- Glos- Cheltenham
Distribution: Ubuntu
Posts: 24

Original Poster
Rep: Reputation: 15
tried startx- command not found

btw am i litterally just typing startx, do i not need a run command or directory name?

as i just pressed enter at install, i assume i ran the normal instal(rather than typing server ect.)

Last edited by rawplug89; 05-08-2006 at 03:14 PM.
 
Old 05-08-2006, 03:53 PM   #4
voger
Member
 
Registered: Oct 2005
Distribution: Arch
Posts: 68

Rep: Reputation: 15
You probably didn't install any desktop. Try with your installation CD-ROM mounted
Code:
sudo apt-get install gnome-desktop
if you have Ubuntu or kubuntu-desktop if you have Kubuntu
 
Old 05-08-2006, 03:59 PM   #5
rawplug89
LQ Newbie
 
Registered: May 2006
Location: UK- Glos- Cheltenham
Distribution: Ubuntu
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by voger
Code:
sudo apt-get install gnome-desktop
Just to confirm., i boot up and login, then insert the CD and type the above code
 
Old 05-08-2006, 04:03 PM   #6
rawplug89
LQ Newbie
 
Registered: May 2006
Location: UK- Glos- Cheltenham
Distribution: Ubuntu
Posts: 24

Original Poster
Rep: Reputation: 15
i do that and it says
reading package lists... Done
Building dependency tree... Done
E: couldn't find package gnome-desktop
 
Old 05-08-2006, 04:06 PM   #7
Wartz
Member
 
Registered: Feb 2005
Distribution: Slackware
Posts: 52

Rep: Reputation: 15
Are you sure you have a real copy of ubuntu 5.10?
 
Old 05-08-2006, 04:16 PM   #8
voger
Member
 
Registered: Oct 2005
Distribution: Arch
Posts: 68

Rep: Reputation: 15
Try to mount the CD-ROM first

Code:
sudo mount /dev/hdc /media/cdrom -t iso9660
where /dev/hdc could be /dev/hdb or /dev/hdd. It depends on where is you CD drive.

Oh and also that gnome-desktop should be ubuntu-desktop. That happens when fingers work faster than the brain. Sorry

Last edited by voger; 05-08-2006 at 04:20 PM.
 
Old 05-08-2006, 04:19 PM   #9
rawplug89
LQ Newbie
 
Registered: May 2006
Location: UK- Glos- Cheltenham
Distribution: Ubuntu
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Wartz
Are you sure you have a real copy of ubuntu 5.10?
its the one they sent me in the post...
 
Old 05-08-2006, 04:28 PM   #10
rawplug89
LQ Newbie
 
Registered: May 2006
Location: UK- Glos- Cheltenham
Distribution: Ubuntu
Posts: 24

Original Poster
Rep: Reputation: 15
i get hundereds of file not fetched, file not found errors?
 
Old 05-08-2006, 04:37 PM   #11
voger
Member
 
Registered: Oct 2005
Distribution: Arch
Posts: 68

Rep: Reputation: 15
Try in this order

Code:
sudo mount /dev/hdc /media/cdrom -t iso9660
sudo apt-get update
sudo apt-get install ubuntu-desktop
I am not sure if the second line is necessary but try it anyway.
 
Old 05-08-2006, 04:43 PM   #12
rawplug89
LQ Newbie
 
Registered: May 2006
Location: UK- Glos- Cheltenham
Distribution: Ubuntu
Posts: 24

Original Poster
Rep: Reputation: 15
same file not found errors... anyother ways of getting the files
Downloads perhaps?
 
Old 05-08-2006, 04:54 PM   #13
rawplug89
LQ Newbie
 
Registered: May 2006
Location: UK- Glos- Cheltenham
Distribution: Ubuntu
Posts: 24

Original Poster
Rep: Reputation: 15
Looking at the files on the CD under windows, i can see thery're their, just need a way to point at them. When i try to mount the CD i'm not sure if its sucessful, it just comes up with some comments about extra commands you can use... does it matter that i have 2 CD drives?
 
Old 05-08-2006, 05:00 PM   #14
voger
Member
 
Registered: Oct 2005
Distribution: Arch
Posts: 68

Rep: Reputation: 15
You can try to go to this link http://www.ubuntulinux.nl/source-o-matic and follow their directions. that will give you a file named sources.list. Save that file somewhere and copy it with

Code:
sudo mv /etc/apt/sources.list /etc/apt/sources.list-backup
sudo cp sources.list /etc/apt/
Then follow their directions about GPG keys

Finaly
Code:
sudo apt-get update
sudo apt-get install ubuntu-desktop
I hope you have a fast connection .
 
Old 05-08-2006, 05:11 PM   #15
voger
Member
 
Registered: Oct 2005
Distribution: Arch
Posts: 68

Rep: Reputation: 15
Can you post here the error message? And yes it does matter. The CD-ROM should be in the drive you installed it first. An the success message is

Quote:
mount: block device /dev/hdc is write-protected, mounting read-only
If you don't see that you can try with hdb or hdd or maybe with hda if you hard disk is SATA.

Alternatively you can try the easier way

Code:
sudo mount /media/cdrom
sudo mount /media/cdrom1
And then
Code:
ls /media/cdrom/
ls /media/cdrom1/
One of them should list the files in you disc. Just remember that you have to put the disc in the drive you used during installation.

Last edited by voger; 05-08-2006 at 05:20 PM.
 
  


Reply

Tags
help



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
boot CLI vs GUI weazy Linux - Software 2 08-04-2006 09:15 PM
CLI and GUI Question desmondlewissmith Linux - Software 1 01-20-2006 03:46 PM
Suse 8.2 Boots to CLI not to GUI porkchopexpress Linux - Newbie 5 06-22-2005 08:27 AM
changing gui from cli twistedrhymes Linux - Newbie 3 06-14-2005 02:44 AM
Stuck with CLI on post install Kyl3 Fedora - Installation 4 07-26-2004 01:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration