Due to fail while trying to upgrade my 14.1 to 14.2 according to https://docs.salixos.org/wiki/How_to_up ... .1_to_14.2 (it crashed on glibmm upgrade) my system now is totally corrupted, so, probably I need to perform fresh installation (or there is an any chance to restore it??)
The question is what a preffered way to keep my home data when installing 14.2 - I providently keep it on separate partition. Am I need to install it typically, and after installation mount the partition and change fstab? Or choose this partition as home during installation and prevent formatting?
Emergency plz: fail to upgrade to 14.2, got problems
Re: Emergency plz: fail to upgrade to 14.2, got problems
Or, possibly, I can boot from USB with my root and somehow restart the upgrade process? I think I've understood why I'm failed (besides upgrading system on 13th) - my stupid has'nt disable slackonly repo 

Re: Emergency plz: fail to upgrade to 14.2, got problems
You can try to chroot into the failed system and see if it will upgrade from there.xavier wrote:Or, possibly, I can boot from USB with my root and somehow restart the upgrade process? I think I've understood why I'm failed (besides upgrading system on 13th) - my stupid has'nt disable slackonly repo
Follow these instruction for chrooting http://docs.slackware.com/howtos:slackw ... from_media
If you have your /home on a separate partition, then you can preserve it through a fresh install. Start the installation and install as normal until you get the "Select other Linux partition" screen. Here you select the partition which hasyour existing /home, Once sleeted say No to reformatting and for the mount point put /home. You will need to insure that when you create the user at the end of the installation process that you use the same user name and UID.xavier wrote:
The question is what a preferred way to keep my home data when installing 14.2 - I providently keep it on separate partition. Am I need to install it typically, and after installation mount the partition and change fstab? Or choose this partition as home during installation and prevent formatting?
“The past was erased, the erasure was forgotten, the lie became the truth.”
― George Orwell, 1984
― George Orwell, 1984
Re: Emergency plz: fail to upgrade to 14.2, got problems
Thanks, I've tried to use chroot, but it seems there is some serious problems with libs (glibс I guess) - I even can't do chroot without use bash-static, so I decided that clean system will be better choise, and install fresh 14.2 perserving home as you recommend. Thanks again!laprjns wrote:You can try to chroot into the failed system and see if it will upgrade from there.