Legacy BIOS boot opensuse leap 16 and agama storage

Every Intel Core i3, i5, i7 etc is v2 or better, every “Core” brand newer than Core2*, which began in late 2008.

Zypper dup can be done in steps. The manual method that worked for me, meaning no installation of openSUSE-repo* rpms, done afterzypper al openSUSE-repo*, and no need for --releasever=16.0 option with zypper dup, done logged in as root, includes:

  1. remove from /etc/zypp/repos.d the old update repo files and replace with one containing baseurl=http://cdn.opensuse.org/update/openSUSE-stable/repo/oss/
  2. update balance of content of /etc/zypp/repos.d/ from 15.6 to 16.0 with text editor
  3. disable optional repos
  4. zypper clean
  5. zypper ref
  6. zypper dup -d
  7. zypper dup
  8. re-enable any necessary optional repos
  9. zypper up

1 & 2 configure repos for upgrade to 16.0. 3 should be self-evident. 4 clears cache of anything that may remain. 5 updates zypp database, unnecessary if all repos are configured to auto-refresh. 6 downloads all packages to be installed. 7 does the actual upgrade from the fresh new local rpm cache. 7 should go quickly, so if you have your computer connected to a UPS, interruption risk from electricity outage should be nil or less.

1 Like