Das Netzwerk-install-image 4.3 wohnt hier
Reihenfolge der Vorgehensweise
Die opensuse 42.3 standard installation aus dem webtropia ZKM portfolio ankurbeln
dann opensuse booten und die netzwerk config auslesen, die wir gebraucht, sonst kommt das System nicht mehr hoch
jetzt wieder das rescue system starten und die virtuelle maschine mit KVM installieren und das Net ISO dort hin runterladen und nach einer Anleitung opensuse auf demserver installieren
diese install-Version kommt aber noch nicht hoch, weil das Netzwerk nicht mehr stimmt.
die gesicherte Netzwerk Konfig auf den Server laden und rescue abschalten und opensuse booten
Boot-Tuning der Leap 42.3 Version
https://lists.opensuse.org/opensuse/2018-04/msg00570.html
The problem is the openSuSE config for wicked. Buried down in /etc/sysconfig/network/config is:
WAIT_FOR_INTERFACES="30"
which cannot be set via YAST/Nework (your adapter). 30 seconds twiddling
thumbs is a ridiculous amount of time to wait for interfaces that come up
instantaneously. Setting it to "5" is more than sufficient.
und noch etwas kann geändert werden :
LINK_REQUIRED="auto"
(apparently "auto" means yes)
This appears to be a holdover from the days you had to wait for a carrier
before they can start.
Thanks to Felix, I found this and set it to "no" on a per-interface basis in
ifcfg-eth0, e.g.
$ cat /etc/sysconfig/network/ifcfg-eth0
LINK_REQUIRED="no"
BOOTPROTO='dhcp'
STARTMODE='onboot'
BROADCAST=''
ETHTOOL_OPTIONS=''
IFPLUGD_PRIORITY='0'
IPADDR=''
MTU=''
NAME=''
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
There is no way to set this through yast/network either.
After making these changes, there is no 5 second delay at boot and the system
comes right up: