Hello all, I am trying to compile a CD to do an unattended setup using autoyast. I took CD1 from the Suse 10.0 cd's and added the following section to the boot/loader/isolinux.cfg file # Automatic Installer label autoyast kernel linux append initrd=initrd splash=silent showopts autoyast=file:///autoinst.xml textmode=1 The file autoinst.xml is ofcourse in the root of the CD When I select this option and press ENTER, then after a short while the following message appears: "Could not find the SUSE Linux Installation Source Activating manual setup program" When I boot from the CD and select this option, and then after pressing F3, I remove 'autoyast=file:///autoinst.xml', then the setup program can use this CD for installation, it won't complain about missing Installation Source. What am I doing wrong? Any hints appreciated, Hans