It is in fact possible to install 13.10, removing all old apps, dependencies and scripts (scripts not in /home
that is), but without affecting either the windows partition or /home
.
First, as everyone says, back up your data (documents, photos, etc). I wouldn't bother to back up hidden configuration files in your /home
since you want to reset all of that anyway.
Use sudo blkid
or gparted
to be sure you know what partitions contain /
and Windows. Look for recovery or other Windows partitions that you may need to be sure are kept. Write it all down.
Do not choose the option to Install Ubuntu alongside Windows 7. You want the option that says Something else.
You will then enter the partitioner. Choose to mount the partition that contains root as /
, but (cue the ominous music)...do not check the box to format the partition.
Not formatting the partion to be mounted as /
is the key part. If you do not format the partition it will not overwrite /home
.
That said, it may be better - after backing up - to just reformat the drive and do a clean install anyway.
You have been good about updating, and each update should reconfigure various config files hidden in /home
as needed, so there shouldn't be any hidden time bombs from bad/old config files hanging around.
But your stated concern is speed and general clunkiness. Why risk ending up with the same problems from a hard to debug config issue?
I would also recommend using Something else to do this (but now checking the box to reformat /
). The option to Install alongside works well in most cases, but it takes the control away from you and lets the installer make the decisions. This is especially a potential problem if you have Windows data or recovery partitions to preserve.