Hi all,
I definitely did something soppy here!
After months of Googling "dist-upgrade" I finally decided to go for it. It failed so I decided to bite the bullet and
apt-get update
apt-get upgrade
apt-get dist-upgrade
Now I've ended up in a situation where I seem to have Ubuntu 10.7! It updated/upgrade a LOAD of packages, OK fine. And here is the "big BUT"...
My Grub2/Plymouth settings have been overwritten (OK, I should be able to fix that) but my apt sources.list now reads
Code:
# deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing # disabled on upgrade to maverick
# deb http://64.repository.backtrack-linux.org revolution main microverse non-free testing # disabled on upgrade to maverick
# deb http://source.repository.backtrack-linux.org revolution main microverse non-free testing
# deb http://updates.repository.backtrack-linux.org revolution main microverse non-free testing # disabled on upgrade to maverick
# deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu maverick main # disabled on upgrade to maverick
# deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu maverick main # disabled on upgrade to maverick
deb http://archive.ubuntu.com/ubuntu maverick main universe restricted multiverse
deb-src http://archive.ubuntu.com/ubuntu maverick main universe restricted multiverse #Added by software-properties
deb http://security.ubuntu.com/ubuntu/ maverick-security universe main multiverse restricted
deb-src http://security.ubuntu.com/ubuntu/ maverick-security universe main multiverse restricted
deb http://archive.ubuntu.com/ubuntu maverick-updates universe main multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu maverick-updates universe main multiverse restricted
# deb http://updates.repository.backtrack-linux.org revolution main microverse non-free testing # disabled on upgrade to maverick
deb http://archive.ubuntu.com/ubuntu maverick-backports universe main multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu maverick-backports universe main multiverse restricted
uname -a
Code:
Linux bt 3.2.6 #1 SMP Fri Feb 17 10:34:20 EST 2012 x86_64 GNU/Linux
So it looks like the kernel is OK.
... and I get "Your Ubuntu release is not supported anymore" (...) when invoking Upgrade Manager
So the question is, can I simply return my sources to the backtrack defaults and re-run apt-get update, etc or have I potentially borked the install?
TIA