AutoYaST generated partitioning plan with SL-10.0
Hi! I've ported an old installation profile from SuSE 9.1 to SL-10.0 with "yast2 autoyast". Unfortunatly in the "Create partition plans" stage I get the error message "Error while configuring partitions. Try again.". The installation is started over pxe. The relevant of my config file is: <partitioning config:type="list"> <drive> <device>/dev/sda</device> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <fs_options> <opt_blocksize> <option_str>-b</option_str> <option_value>auto</option_value> </opt_blocksize> <opt_bytes_per_inode> <option_str>-I</option_str> <option_value>default</option_value> </opt_bytes_per_inode> <opt_inode_density> <option_str>-i</option_str> <option_value>auto</option_value> </opt_inode_density> <opt_raid> <option_str>-Rstride=</option_str> <option_value>none</option_value> </opt_raid> <opt_reserved_blocks> <option_str>-m</option_str> <option_value>auto</option_value> </opt_reserved_blocks> </fs_options> <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>256M</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> <partition_type>primary</partition_type> <size>auto</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <fs_options> <opt_blocksize> <option_str>-b</option_str> <option_value>auto</option_value> </opt_blocksize> <opt_bytes_per_inode> <option_str>-I</option_str> <option_value>default</option_value> </opt_bytes_per_inode> <opt_inode_density> <option_str>-i</option_str> <option_value>auto</option_value> </opt_inode_density> <opt_raid> <option_str>-Rstride=</option_str> <option_value>none</option_value> </opt_raid> <opt_reserved_blocks> <option_str>-m</option_str> <option_value>auto</option_value> </opt_reserved_blocks> </fs_options> <loop_fs config:type="boolean">false</loop_fs> <mount>/</mount> <partition_id config:type="integer">131</partition_id> <partition_type>primary</partition_type> <size>2G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <fs_options> <opt_blocksize> <option_str>-b</option_str> <option_value>auto</option_value> </opt_blocksize> <opt_bytes_per_inode> <option_str>-I</option_str> <option_value>default</option_value> </opt_bytes_per_inode> <opt_inode_density> <option_str>-i</option_str> <option_value>auto</option_value> </opt_inode_density> <opt_raid> <option_str>-Rstride=</option_str> <option_value>none</option_value> </opt_raid> <opt_reserved_blocks> <option_str>-m</option_str> <opt_reserved_blocks> <option_str>-m</option_str> <option_value>auto</option_value> </opt_reserved_blocks> </fs_options> <loop_fs config:type="boolean">false</loop_fs> <mount>/usr</mount> <partition_id config:type="integer">131</partition_id> <size>11G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/var</mount> <partition_id config:type="integer">131</partition_id> <size>2G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/opt</mount> <partition_id config:type="integer">131</partition_id> <size>4G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/tmp</mount> <partition_id config:type="integer">131</partition_id> <size>1G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext2</filesystem> <format config:type="boolean">true</format> <fstopt>noatime,noacl</fstopt> <label></label> <loop_fs config:type="boolean">false</loop_fs> <mount>/var/cache/afs</mount> <mountby config:type="symbol">device</mountby> <noauto config:type="boolean">false</noauto> <partition_id config:type="integer">131</partition_id> <size>4G</size> </partition> <partition> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/scratch</mount> <partition_id config:type="integer">131</partition_id> <size>max</size> </partition> </partitions> <use>all</use> </drive> </partitioning> I regenerated the partition plan from scratch with autoyast, however other parts of the config were imported to autoyast and then modified. The configuration worked for the SuSE 9.1 installations. I also saved the y2log file which is 182k large. Please tell me, what I can do to identify the problem! Kind regards FDF -- Friedrich Delgado Friedrichs (IT-Services), DFN-CERT Services GmbH https://www.dfn-cert.de/, +49 40 808077-555 (Hotline)
On Wednesday 26 October 2005 14:25, Friedrich Delgado Friedrichs wrote: please remove that:
<partition> </partition>
If that does not help, I'll take a closer look. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
Uwe Gansert schrieb:
On Wednesday 26 October 2005 14:25, Friedrich Delgado Friedrichs wrote:
please remove that:
<partition> </partition>
If that does not help, I'll take a closer look.
Woops, sorry. That was just a cut+paste error. The empty partition directive actually does not appear in my config. In case that wasn't the only error, I'll quote the most recent version again: <partitioning config:type="list"> <drive> <device>/dev/sda</device> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <fs_options> <opt_blocksize> <option_str>-b</option_str> <option_value>auto</option_value> </opt_blocksize> <opt_bytes_per_inode> <option_str>-I</option_str> <option_value>default</option_value> </opt_bytes_per_inode> <opt_inode_density> <option_str>-i</option_str> <option_value>auto</option_value> </opt_inode_density> <opt_raid> <option_str>-Rstride=</option_str> <option_value>none</option_value> </opt_raid> <opt_reserved_blocks> <option_str>-m</option_str> <option_value>auto</option_value> </opt_reserved_blocks> </fs_options> <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>256M</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> <partition_type>primary</partition_type> <size>auto</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <fs_options> <opt_blocksize> <option_str>-b</option_str> <option_value>auto</option_value> </opt_blocksize> <opt_bytes_per_inode> <option_str>-I</option_str> <option_value>default</option_value> </opt_bytes_per_inode> <opt_inode_density> <option_str>-i</option_str> <option_value>auto</option_value> </opt_inode_density> <opt_raid> <option_str>-Rstride=</option_str> <option_value>none</option_value> </opt_raid> <opt_reserved_blocks> <option_str>-m</option_str> <option_value>auto</option_value> </opt_reserved_blocks> </fs_options> <loop_fs config:type="boolean">false</loop_fs> <mount>/</mount> <partition_id config:type="integer">131</partition_id> <partition_type>primary</partition_type> <size>2G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <fs_options> <opt_blocksize> <option_str>-b</option_str> <option_value>auto</option_value> </opt_blocksize> <opt_bytes_per_inode> <option_str>-I</option_str> <option_value>default</option_value> </opt_bytes_per_inode> <opt_inode_density> <option_str>-i</option_str> <option_value>auto</option_value> </opt_inode_density> <opt_raid> <option_str>-Rstride=</option_str> <option_value>none</option_value> </opt_raid> <opt_reserved_blocks> <option_str>-m</option_str> <option_value>auto</option_value> </opt_reserved_blocks> </fs_options> <loop_fs config:type="boolean">false</loop_fs> <mount>/usr</mount> <partition_id config:type="integer">131</partition_id> <size>11G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/var</mount> <partition_id config:type="integer">131</partition_id> <size>2G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/opt</mount> <partition_id config:type="integer">131</partition_id> <size>4G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/tmp</mount> <partition_id config:type="integer">131</partition_id> <size>1G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext2</filesystem> <format config:type="boolean">true</format> <fstopt>noatime,noacl</fstopt> <label></label> <loop_fs config:type="boolean">false</loop_fs> <mount>/var/cache/afs</mount> <mountby config:type="symbol">device</mountby> <noauto config:type="boolean">false</noauto> <partition_id config:type="integer">131</partition_id> <size>4G</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext3</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/scratch</mount> <partition_id config:type="integer">131</partition_id> <size>max</size> </partition> </partitions> <use>all</use> </drive> </partitioning> -- Friedrich Delgado Friedrichs (IT-Services), DFN-CERT Services GmbH https://www.dfn-cert.de/, +49 40 808077-555 (Hotline)
On Wednesday 26 October 2005 14:42, Friedrich Delgado Friedrichs wrote:
I'll quote the most recent version again:
I just did a copy and paste of your profile and it works fine here. Please send me your complete profile and the y2log file. You can also try to set initialize to false but actually it should work with initialize too. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
participants (2)
-
Friedrich Delgado Friedrichs
-
Uwe Gansert