There is a major delay during boot.
The boot is stopped by displaying the message below
A start job is running for alias for nfs client
Before, with openSUSE 13.2 this was resolved by putting the “nofail” statement on the assembly line of the “/etc/fstab” file, but now that does not solve the problem
What should we do now to resolve this delay?
Today, I experienced exactly as you described. To solve the issue, I had to log into my nfs-server machine (which runs as well openSUSE Leap 42.2) and had to run
sudo zypper update
This prompted to install a package called ‘site-config-…’. After that I restarted nfsserver.service as well as SuseFirewall2.service (altough I am not sure whether this was actually needed). Then rebooting the nfs-client machine went through as expected.