Quote:
Originally Posted by ben44b
I tried the upgrade to Ubuntu 14.04.3 and now my computer has no desktop. I can't get a terminal but I can get to tty. I use the gnome-session-fallback, the 2D gnome ubuntu since my computer isn't the newest.
|
Like yancek asked: Which Ubuntu release are you trying to upgrade from?
Quote:
Originally Posted by ben44b
I tried sudo apt-get update, sudo apt-get install gnome, apt-get install gnome-session-fallback, almost anything with gnome
|
'apt-get update' installs packages with a new minor version. Who told you to install GNOME and such packages? Because they should be there already, shouldn't they?.. To upgrade to a new desktop user distribution release use 'apt-get dist-upgrade'. Before you do the latter it would be good to check if 'apt-get update' shows errors.
Quote:
Originally Posted by ben44b
except unity because my system can't support it.
|
What are the hardware specs of your machine?
How do you know your machine doesn't support Unity?
What does this return (requires 'apt-get install unity'):
Code:
/usr/lib/nux/unity_support_test -p
lshw -c video
Quote:
Originally Posted by ben44b
I can't ALT-TAB so once I'm in tty, I can only reboot and wait a good 5-7 minutes for my computer to reboot.
|
Check if you can access a terminal with the CTRL+ALT+Fn key combo where
n is a number between 1 and 8. From there try to run any app with something like:
Code:
DISPLAY=:0.0 gnome-terminal
Another way would be to boot not into runlevel 5 (which traditionally started the X Server) but runlevel 3 (traditionally multi-user, networked command line access).
Quote:
Originally Posted by ben44b
I don't have a disk nor can I burn one?
|
First of all I question reinstalling an OS without more troubleshooting. Now you don't know what's going on and what went wrong. On the other hand if you don't
want to know then by all means... If you can't burn a disk you could see if you can get the network installation ISO (smallest version) onto an USB stick?