Am Donnerstag, 13. April 2006 15:24 schrieb Uwe Gansert:
On Thursday 13 April 2006 14:48, Rainer Krienke wrote:
I habe a suse10.1 system and I am trying to do an autoinstall on it. This works if there are no linux partitions on it but it fails when I do the auto install the second time, so there are already linux partitions (boot, swap, /) in place.
actually that should work. What is the exact partitioning on the harddisk? Paste the complete partitioning section from your profile too please.
The partitioning is: Disk /dev/hda: 255 heads, 63 sectors, 4866 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hda1 1 1912 15358108+ 7 HPFS/NTFS /dev/hda2 * 1913 1921 72292+ 83 Linux /dev/hda3 1922 4866 23655712+ f Win95 Ext'd (LBA) /dev/hda5 1922 2052 1052226 82 Linux swap /dev/hda6 2053 3358 10490413+ 83 Linux The partitioning section of the autoyast file is: <partitioning config:type="list"> <drive> <device>/dev/hda</device> <initialize config:type="boolean">false</initialize> <use>linux</use> <partitions config:type="list"> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext2</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/boot</mount> <partition_id config:type="integer">131</partition_id> <partition_type>primary</partition_type> <size>64M</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <size>1G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/</mount> <partition_id config:type="integer">131</partition_id> <size>10G</size> </partition> </partitions> </drive> </partitioning> Thanks Rainer -- --------------------------------------------------------------------------- Rainer Krienke, Universitaet Koblenz, Rechenzentrum, Raum A022 Universitaetsstrasse 1, 56070 Koblenz, Tel: +49 261287 -1312, Fax: -1001312 Mail: krienke@uni-koblenz.de, Web: http://www.uni-koblenz.de/~krienke Get my public PGP key: http://www.uni-koblenz.de/~krienke/mypgp.html ---------------------------------------------------------------------------