Mailinglist Archive: opensuse-autoinstall (47 mails)
| < Previous | Next > |
4 partition problem
- From: <linux@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 9 Sep 2002 15:04:29 +0000 (UTC)
- Message-id: <1200.192.168.5.2.1031581781.squirrel@xxxxxxxxxxxxxxxxxxxxxxxxx>
Hi,
i have problems with creating more than 4 partitions
i already updated the installation-cd with package
yast2-module-autoinst-2.5.27rc3-0.noarch.rpm
also the system i use for creating the autoinst.xml is updated to the same
version
when installing i get the message:
Fdisk fehlgeschlagen
Die Festplatte weist eine nicht unterstützte Partitionstabelle auf.
Partitionieren sie die Festplatte neu.
in my poor english:
your harddisk has a not supported partitiontable. please create new
partitions
my autoinst.xml looks like this:
<partitioning config:type="list" >
<drive>
<device>/dev/hda</device>
<partitions config:type="list" >
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >ext2</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount>/boot</mount>
<size>30M</size>
<type>Linux native</type>
</partition>
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >ext3</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount>/</mount>
<size>2500M</size>
<type>Linux native</type>
</partition>
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >swap</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount></mount>
<size>256M</size>
<type>Linux native</type>
</partition>
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >ext3</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount>/var</mount>
<size>1500M</size>
<type>Linux native</type>
</partition>
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >ext3</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount>/tmp</mount>
<size>500M</size>
<type>Linux native</type>
</partition>
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >ext3</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount>/home</mount>
<size>max</size>
<type>Linux native</type>
</partition>
</partitions>
<use>all</use>
</drive>
</partitioning>
i hope somebody can help me
thanks basti
i have problems with creating more than 4 partitions
i already updated the installation-cd with package
yast2-module-autoinst-2.5.27rc3-0.noarch.rpm
also the system i use for creating the autoinst.xml is updated to the same
version
when installing i get the message:
Fdisk fehlgeschlagen
Die Festplatte weist eine nicht unterstützte Partitionstabelle auf.
Partitionieren sie die Festplatte neu.
in my poor english:
your harddisk has a not supported partitiontable. please create new
partitions
my autoinst.xml looks like this:
<partitioning config:type="list" >
<drive>
<device>/dev/hda</device>
<partitions config:type="list" >
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >ext2</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount>/boot</mount>
<size>30M</size>
<type>Linux native</type>
</partition>
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >ext3</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount>/</mount>
<size>2500M</size>
<type>Linux native</type>
</partition>
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >swap</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount></mount>
<size>256M</size>
<type>Linux native</type>
</partition>
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >ext3</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount>/var</mount>
<size>1500M</size>
<type>Linux native</type>
</partition>
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >ext3</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount>/tmp</mount>
<size>500M</size>
<type>Linux native</type>
</partition>
<partition>
<crypt_fs config:type="boolean" >false</crypt_fs>
<crypt_key></crypt_key>
<filesystem config:type="symbol" >ext3</filesystem>
<filesystem_id config:type="integer" >131</filesystem_id>
<format config:type="boolean" >true</format>
<mount>/home</mount>
<size>max</size>
<type>Linux native</type>
</partition>
</partitions>
<use>all</use>
</drive>
</partitioning>
i hope somebody can help me
thanks basti
| < Previous | Next > |