I have installed an ubuntu in a computer with windows, but when i open the computer with ubuntu, there's no desktop environment, only a command line. I've even written my username and password on command line but it's still just a command line.
Extra info: when I choose try ubuntu
with usb booting, there is no desktop neither. I have no internet connection on this computer for instance.
I've written the code with lightdm, the screen is full of "starting" and "stopping" different things such as "lightdm display manager" or "save kernel messages". Only "stopping anac(h)ronistic cron" fail others ok. still no desktop.
I added
nomodeset
and second timemodeset=0
in the gnu grub screen. ctrl-x didn't work but i could have boot with f10 (it was written below the screen). Both didn't do any change.
When I tried to set them permanently as in the forum: http://ubuntuforums.org/showthread.php?t=1613132 gksudo gave me an error message.
By the way when I'm opening the computer windows is directly opened if I don't press on esc to enter boot options by f9. I read that it can be because of number of parts more than 4 in hard disk.
no problem in usb, because it works in another computer, it might be something about bios configurations of the computer?
– hariseldon Sep 08 '13 at 06:36ubuntu@ubuntu:~$ _
– hariseldon Sep 08 '13 at 07:12sudo service lightdm start
? If it fails, please, edit your question and write the results. – Braiam Sep 08 '13 at 07:38sudo service lightdm start
and just that? The other looks like a boot log and is not interesting right now. – Braiam Sep 08 '13 at 08:23sudo service lightdm start
and that's no output of that command! Just start Ubuntu from your hard drive, log in, and typesudo service lightdm start
. What you are commenting is not helpful to solve your problem! – Braiam Sep 08 '13 at 08:29e
key. Then look for the line that starts withlinux
and ends withsplash quiet
and add at the endnomodeset
, like this. Now press Ctrl + X. If it boots alright then report back, if it doesn't then usemodeset=0
. Edit your question and report back your findings. You can use more options to try, just read this forum for ideas. – Braiam Sep 08 '13 at 09:36