I recommend you start again and reinstall and when your system is the way you want make a boot iso backup so if you wreck it it’s just a couple of minutes to a fresh organized system installed
prepare kernel sources
Code:
sudo apt-get update
prepare-kernel-sources
cd /usr/src/linux
cp -rf include/generated/* include/linux/
apt-get dist-upgrade
fix-splash
install software center so you can install your programs that you want from Ubuntu repositories
Code:
apt-get install software-center
If you are one that likes to have a clean and super planned system here's tools to use.now install remastersys so you can make a bootable iso so you can reinstall the system to where you left off
Code:
nano /etc/apt/sources.list (add this to the list ) deb http://www.geekconnection.org/remastersys/repository karmic/
apt-get install remastersys
Bookmarks