On 2014-07-28 15:16, robertot5 wrote:
> I have 13.1 x64 on KDE and planning on installing the exact same.
>
> I know about the hidden dot files on the /home/user but I gues those
> only hold settings for most user installed apps, not OS settings or
> other stuff, isn’t it ?
Correct.
Typically you copy the contents of the entire /home partition from the
old disk to the new, with no one except root logged in.
If you want to also keep the system configs, applications, settings,
data, etc, things become somewhat more complicated, but not much.
On the new system, you have to create all the partitions you want,
using, I suggest, the 13.1 XFCE rescue system. For instance, you create
a root, a swap, a home, say a /usr/local/ because you feel like it, etc.
You mount them all, say, on /newsystem:
/newsystem
/newsystem/home
/newsystem/usr/local
/newsystem/srv
You need to have mounted somewhere the old system, say, on /oldsystem.
All its partitions. It can be via network, or locally. Doesn’t matter
(not samba, though):
/oldsystem
/oldsystem/home
/oldsystem/home/stuffonotherpartition
Notice that I’m using different partition distribution on both sides, to
show that it does not matter.
Then you just copy everything from /oldsystem to /newsystem… You can
use “rsync” with appropriate parameters, or just plain old and trusty
‘mc’ (midnight commander).
When it finishes, you have to edit entries in the new system fstab, so
that they reflect reality, and in grub config files.
Finally, you have to reinstall grub[1,2] with the appropriate
concoction, and then see if it boots…
Problems? Video proprietary driver, if it changes, is typically the
worst. Then network card, sound card. Just take each one as it comes.
–
Cheers / Saludos,
Carlos E. R.
(from 13.1 x86_64 “Bottle” (Minas Tirith))