Hello.
On a test laptop, I was trying to use a previous autoinst.xml file created by a previous install.
I use an usb disk on which the iso was copied using imagewriter.
I use a second usb disk on which is copied the autoinst.xml file I want to use.
The laptop is currently booting on a good leap 42.1
My purpose is to see how to install or reinstall OS on the same hardware with one click.
During the boot process, I modify the loader process by adding this:
autoyast=usb://*autoinst.xml*/CODE]
The process stop because the file was not found.
So I copied the file on another computer (which ip address is 192.168.1.1) with
autoyast=http://192.168.1.1/autoinst.xml
The process stop because the file was not found.
So I copied the file on the first disk where the root partition is
autoyast=device://dev/sda2/autoinst.xml
The process stop because the file was not found.
So my first question is :
> What is the real syntax in the three cases I tested.
Then I try
autoyast=autoinst.xml
The process goes to the end.
But the disk formatting was not the one in my autoinst.file.
So my second question is :
> Is there any autoinst.xml file in the opensuse iso.
Any help is welcome