I attempted a remote installation today of opensuse 13.2 i386 to an old machine on my LAN. I used
https://en.opensuse.org/SDB:Remote_installation
as a guide. After booting the 13.2 i386 installation DVD, I successfully specified the ssh and TCP/IP related boot parameters to the installation kernel on the DVD, and was then able to use “ssh -X root x.x.x.x” to login to the system and run “yast.ssh” to get the yast installation window back on my desktop. I successfully completed the installation from the DVD, and upon completion, the system performed its planned reboot.
Upon logging in to the system using ssh again after the reboot was complete, I entered
**/usr/lib/YaST2/startup/YaST2.ssh
**
and it responded:
File /var/lib/YaST2/runme_at_boot does not exist ...
Not running YaST ...
and returned me to the shell prompt.
This sounds like
https://bugzilla.novell.com/show_bug.cgi?id=807288
which was closed “fixed in 13.1”.
After my first attempt to run the command failed, I tried a
touch /var/lib/YaST2/runme_at_boot
and re-ran the command again, but it exited complaining about something related to the “mode” (of operation) not being defined.
I was unable to debug this further as I needed to get the 13.2 installation completed for some work. So I just manually ran “you” and am proceeding from there.
Is there a workable circumvention to this problem so that whatever should happen in the phase after that first reboot gets done correctly? I would like to use this remote installation method on some additional systems here.