Mailinglist Archive: opensuse-autoinstall (57 mails)

< Previous Next >
[opensuse-autoinstall] About -1012 error while creating LVM partitions.
  • From: gm05a <casiopea@xxxxxxxxxxxxxxxxx>
  • Date: Wed, 21 Mar 2007 01:40:00 +0900
  • Message-id: <9FB9D116-15B0-460C-BC9A-B3474B4343E9@xxxxxxxxxxxxxxxxx>
Hi,

I use opensue10.2 and want to use autoyast to setting LVM partitions.

But I got a problem that -1012 error occurs while making simple LVM partitions, below message is at this problem.

"Setting hda4 to type F"

Othes type of partitions got no error.
I got same error only making "LVM" partitions.


Is this a BUG?? Any ideas?



show below that section;

<partitioning config:type="list">
<drive>
<device>/dev/hda</device>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">ext3</filesystem>
<filesystem_id config:type="integer">131</filesystem_id>
<format config:type="boolean">true</format>
<mount>/boot</mount>
<partition_id config:type="integer">131</partition_id>
<partition_nr config:type="integer">1</partition_nr>
<partition_type>primary</partition_type>
<size>73995264</size>
</partition>
<partition>
<filesystem_id config:type="integer">142</filesystem_id>
<lvm_group>system</lvm_group>
<partition_id config:type="integer">142</partition_id>
<partition_nr config:type="integer">2</partition_nr>
<partition_type>primary</partition_type>
<size>82269250560</size>
</partition>
</partitions>
<type config:type="symbol">CT_DISK</type>
<use>all</use>
</drive>
<drive>
<device>/dev/system</device>
<lvm2 config:type="boolean">true</lvm2>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<lv_name>home</lv_name>
<mount>/home</mount>
<size>26843545600</size>
</partition>
<partition>
<filesystem config:type="symbol">ext3</filesystem>
<format config:type="boolean">true</format>
<lv_name>root</lv_name>
<mount>/</mount>
<size>21474836480</size>
</partition>
<partition>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<lv_name>swap</lv_name>
<mount>swap</mount>
<size>922746880</size>
</partition>
</partitions>
<pesize>4M</pesize>
<type config:type="symbol">CT_LVM</type>
<use>all</use>
</drive>
</partitioning>


--
K.F
casiopea@xxxxxxxxxxxxxxxxx



--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
This Thread
Follow Ups