zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Upgrading openSUSE 13.1 to openSUSE 13.2

December 1, 2014 by Igor Drobot Leave a Comment

openSUSE 13.2

Some days ago was release a new version of openSUSE with a huge list of new feature.

1. Install all open updates of your actual system before starting to upgrade

1
zypper up

zypper up

1.1 Optional reboot before go on

1
init 6

init 6

2. Change the 13.1 in the Repository names and links URLs to 13.2:

1
/etc/zypp/repos.d/*.repo

/etc/zypp/repos.d/*.repo

3. Refresh repositories after renaming

1
zypper refresh

zypper refresh

4. Start distribution upgrade:

1
zypper dup

zypper dup

5. Make sure your system will really boot (i had some problems with my virtual machines)

1
grub2-install --recheck --no-floppy /dev/sdX

grub2-install --recheck --no-floppy /dev/sdX

After upgrade, the grub bootloader screen is showing the new logo with the version opensuse 13.1, instead of 13.2. It’s not a bug its a feature…
Fix GRUB_DISTRIBUTOR=”openSUSE 13.1″ to GRUB_DISTRIBUTOR=”openSUSE 13.2″

1
2
/etc/default/grub
GRUB_DISTRIBUTOR="openSUSE 13.2"

/etc/default/grub GRUB_DISTRIBUTOR="openSUSE 13.2"

Filed Under: Linux Tagged With: openSUSE

Categories

Archives

Tags

apache2 Apple arduino ARM Automation backup bash Cisco Cluster Corosync Database Debian Debian squeeze DIY DNS Fedora FTP Fun Icinga Ipv6 KVM Linux LVM MAC OS X Monitoring MySQL Nagios Nginx openSUSE OpenVPN PHP Proxy Python python3 qemu RAID rsync Samba security ssh Ubuntu virtualization Windows Windows 7 Wordpress

Leave a Reply

Your email address will not be published. Required fields are marked *