0

Ok, this is going to be a long and odd one...

My system is a Dell XPS 13 ultrabook (just running raw 13.10, not the Sputnik system)

There was an update yesterday that required a reboot so I shut my machine down at the time and started it up this morning and it dumped me to the terminal

At this point my system also has no network interfaces (wifi)

I tried:

  1. ctrl-alt-F7, this gave me nothing
  2. running startx from the cli, this gave me a desktop but no menus, mouse, etc
  3. running unity from the cli, this gave me an error about not being able to find a display
  4. running startx then unity, this gave me menus, but still no mouse or wifi
  5. lspci shows the devices are in the system but 'unclaimed'
  6. uname -r shows the 3.13.0 kernel, isn't 13.10 using 3.11?
  7. changing grub to allow me to see the menu and then using the recovery menu to boot with network enabled - this started to get me somewhere

Now if I boot through recovery mode I get the unity login screen, but I can't login (the screen goes black and the laptop locks up) but now if I ctrl-alt-f1 I can get wifi access.

From some more googling I've found someone suggesting: sudo apt-get install --reinstall ubuntu-desktop

And that's when things started going odd...

The above command listed some unmet dependencies and wouldn't continue, but I'd read that aptitude would be better for sorting these out. So I tried sudo aptitude reinstall ubuntu-desktop and apparently I have a load of packages from Trusty.

The aptitude command showed me a number of ways to resolve the dependencies and I accepted the one that meant rolling back the trusty packages, but it didn't help.

So now I don't know what's going on. Any idea what happened and how I get my system back?

Edit:

/etc/apt/sources.list

# deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424)]/ raring main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ saucy main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://gb.archive.ubuntu.com/ubuntu/ saucy-updates main restricted
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ saucy universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy universe
deb http://gb.archive.ubuntu.com/ubuntu/ saucy-updates universe
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://gb.archive.ubuntu.com/ubuntu/ saucy multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy multiverse
deb http://gb.archive.ubuntu.com/ubuntu/ saucy-updates multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://gb.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse
deb-src http://gb.archive.ubuntu.com/ubuntu/ saucy-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu saucy-security main restricted
deb-src http://security.ubuntu.com/ubuntu saucy-security main restricted
deb http://security.ubuntu.com/ubuntu saucy-security universe
deb-src http://security.ubuntu.com/ubuntu saucy-security universe
deb http://security.ubuntu.com/ubuntu saucy-security multiverse
deb-src http://security.ubuntu.com/ubuntu saucy-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu raring partner
deb-src http://archive.canonical.com/ubuntu raring partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu saucy main
deb-src http://extras.ubuntu.com/ubuntu saucy main

/etc/apt/sources.list.d/ contains a number of files, from the reading I've done it's just the .list files that have an affect so here they are:

/etc/apt/sources.list.d/anton50489-test-saucy.list

# deb http://ppa.launchpad.net/anton50489/test/ubuntu saucy main
# deb-src http://ppa.launchpad.net/anton50489/test/ubuntu saucy main

/etc/apt/sources.list.d/google-chrome.list

### THIS FILE IS AUTOMATICALLY CONFIGURED ###
# You may comment out this entry, but any other modifications may be lost.
deb http://dl.google.com/linux/chrome/deb/ stable main

/etc/apt/sources.list.d/steam.list

deb http://repo.steampowered.com/steam/ precise steam
deb-src http://repo.steampowered.com/steam/ precise steam

/etc/apt/sources.list.d/videolan-stable-daily-saucy.list

# deb http://ppa.launchpad.net/videolan/stable-daily/ubuntu saucy main
# deb-src http://ppa.launchpad.net/videolan/stable-daily/ubuntu saucy main
# deb-src http://ppa.launchpad.net/videolan/stable-daily/ubuntu saucy main

/etc/apt/sources.list.d/webupd8team-y-ppa-manager-saucy.list

deb http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu saucy main
# deb-src http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu saucy main

Cheers,

Matt

  • Add the contents of your /etc/apt/sources.list and the contents of any files in /etc/apt/sources.list.d/ to your post using the edit function, please. – drc Dec 11 '13 at 15:40
  • OK, those are now in there. There are other files in /etc/apt/sources.list.d/ but they're .save or .list~ which I believe are backups – user224416 Dec 11 '13 at 17:53

2 Answers2

0

Open virtual console(ctrl+alt+F1) and run the below commands,

sudo apt-get -f install
sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install unity

Then reboot you pc.

Avinash Raj
  • 78,556
0
sudo apt-get install -y syslinux-themes-debian-wheezy
sudo apt-get remove --purge ubuntu-desktop  #this flush your cache/sources list
sudo apt-get remove --purge unity

and finally

sudo apt-get install -y ubuntu-desktop
Eric Carvalho
  • 54,385
Faron
  • 1,398
  • 10
  • 14