Hello again, I have some problems with the partitioning system again (OpenSuse 11.3), maybe because I changed the filesystem sizes in my config for autoyast. Using my config on a existing system with the same patition sizes everything worked fine. After changing the sizes, I could not install the system any more. So I put a little (very basic) wipe-out script in my config, like this: <scripts> <pre-scripts config:type="list"> <script> <filename>wipe-sda.sh</filename> <interpreter>shell</interpreter> <location>http://192.168.0.101/autoyast/scripts/wipe-sda.sh</location> <source> <![CDATA[ #!/bin/bash dd if=/dev/zero of=/dev/sda ]]> </source> </script> </pre-scripts> </scripts> It takes a lot of time, but at the end the whole drive is erased. Now autoyast has problems creating the new partitions: Systemcodeerror: -1013 /usr/bin/parted -s '/dev/sda' mklabel msdos /usr/bin/parted libblkid.so.1 version `BLKID_2.17` not found (required by /usr/lib/libparted.so.0) Should I better create the partitions with a pre-script? ** Maybe some has a nice "wipe-out" and partition-creation script here on this list for me? I'm not a genius with scripting ;-) ** By the way: I also noticed that when booting & installing via tftpd my USB-keyboard and mouse are comletely "frozen". Booting from DVD and passing the autoyast.xml location etc. at the console works fine... Regards, Ivan -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org