Live distribution upgrade to 13.1 - no problems!

Hi all!

Just wanted to add my trouble-free experience to the discussion.

I updated from 12.3 to 13.1 through zypper (first time I did so) following the instructions on this page:

SDB:System upgrade - openSUSE

I had no problem whatsoever during and after the installation, with one minor wart:

at boot, the grub menu now says “opensuse 12.3”, even if it correctly points to the latest kernel. Tried to reinstall grub, but did not fix the problem – do I have to manually correct the label?

I was also left with a doubt:

i followed the guide above also in using tmux to launch “zypper dup”, but i never used a multi-plexer before, and after I launched the update I wondered whether I had to detach the tmux window from the konsole window, in order to protect the process from any X crash.

Thanks in advance!
federico

I have a bash script for working with Grub 2 which allows edit of all config files:

GNU Grub2 Command Listing Helper with --help & Input - Blogs - openSUSE Forums

Download the bash script and get it working and I can point you to what you can edit for the name.

Thank You,

Yes, that’s a known problem, that already occured when upgrading from 12.2 to 12.3. The Label is not changed because it is user editable.

Use YaST->System->Boot Loader->Boot Loader Options to change it.
Or edit /etc/default/grub directly and call “sudo grub2-mkconfig -o /boot/grub2/grub.cfg” afterwards.

I was also left with a doubt:

i followed the guide above also in using tmux to launch “zypper dup”, but i never used a multi-plexer before, and after I launched the update I wondered whether I had to detach the tmux window from the konsole window, in order to protect the process from any X crash.

No. tmux keeps running in the background even if the X session crashes, that’s its purpose.
Anyway, I never had such a crash when doing the distribution upgrade inside KDE.
Maybe it’s more dangerous in other DEs though.

On 2013-11-28 22:56, reducto wrote:

> the problem – do I have to manually correct the label?

Yes.

Edit “/etc/default/grub”, the entry:


GRUB_DISTRIBUTOR="openSUSE 13.1"

then run:


sudo /usr/sbin/grub2-mkconfig --output=/boot/grub2/grub.cfg

>
> I was also left with a doubt:
>
> i followed the guide above also in using tmux to launch “zypper dup”,
> but i never used a multi-plexer before, and after I launched the
> update I wondered whether I had to detach the tmux window from the
> konsole window, in order to protect the process from any X crash.

My recommendation would be to switch to runlevel 3 and run the dup from
there.


Cheers / Saludos,

Carlos E. R.
(from 12.3 x86_64 “Dartmouth” at Telcontar)

Good to know! thanks for the quick reply.

yes, that makes a lot of sense

As pointed by wolfi323 above, it is easy in yast2
all you have to do is replace 12.3 to 13.1.
I did this when I updated mine a couple of days ago.