Am 05.10.2010 14:52, schrieb Uwe Gansert:
on Monday 04 October 2010 Ivan De Masi wrote:
I have some problems with the partitioning system again (OpenSuse 11.3), maybe because I changed the filesystem sizes in my config for autoyast.
that should make no difference
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.
why? what was the error?
Hello Uwe, it's the error I posted below with gparted.
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>
source and location together don't make sense
<![CDATA[ #!/bin/bash dd if=/dev/zero of=/dev/sda ]]>
better don't do that :) If you just want to erase the partition table, the first few blocks should be enough.
OK, I'll do it that way: dd if=/dev/zero of=/dev/sda count=1 ;-)
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)
do you use a broken driverupdate? It looks like your installation system is totally broken. Do you use a wrong initrd? This error should appear in the y2log too. Does it appear with every parted call in the log?
Unfortunately I can't read the log, because my keyboard is frozen. Next time I'll start with ssh=1. But I guess so :-( I worked long time with initrd and linux from a SLES 10 or 11 for my tftp boot I think and it worked fine. Problems startet with tests of autoinstallation 11.3. When I start the installation I have install=nfs://myserver/openSUSE_11.3_i568/ on the console. Maybe when I did some rsync update on that directory (I have mirrored there some repositorys like opensuse-mozilla and opensuse-openoffice too) something changed? Copying the original linux, initrd and pxelinux.0 files from openSUSE 11.3 DVD / installation to my tftp-boot directory brought me to a completely broken boot. Or do I need completely different initrd an linux files? At the moment I don't know where to continue any more :-( I can do some more tests tomorrow, today I writing this mail from home... Thanks! Regards, Ivan -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org