Mailinglist Archive: opensuse-autoinstall (57 mails)

< Previous Next >
Re: [opensuse-autoinstall] error creating extended partition
  • From: Luzian Scherrer <luzian@xxxxxxxxxxx>
  • Date: Wed, 21 Mar 2007 09:31:39 +0100
  • Message-id: <885A5FB1-6695-44E7-BF96-C5F43726AF17@xxxxxxxxxxx>
On 16.02.2007, at 17:42, Ian Grant wrote:

On Tue, 13 Feb 2007 11:09:06 +0100
Uwe Gansert <ug@xxxxxxx> wrote:

On Thursday 08 February 2007 19:14, Ian Grant wrote:

I am using openSUSE 10.2. When I try to do an autoyast install I get
an error
dialog when the program tries to set the type of the extended
partition:

Error: Failure occurred during the following action:
Setting type of partition /dev/sda3 to F

System error code was: -1012

funny (and strange) thing, since yesterday I have that problem too.
It's a bug in the yast2-storage library and it's fixed for SP1 and
10.3 now.


Hello,

Just to let you know, I do have the exact same problem when using LVM.
This one works:

<partitioning config:type="list">
<drive>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<mount>/boot</mount>
<size>256MB</size>
</partition>
<partition>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<mount>swap</mount>
<size>4096MB</size>
</partition>
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<mount>/</mount>
<size>max</size>
</partition>
</partitions>
<use>all</use>
</drive>
</partitioning>

And this one does NOT work (with the same -1012 error):

<partitioning config:type="list">
<drive>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<mount>/boot</mount>
<size>256MB</size>
</partition>
<partition>
<filesystem config:type="symbol">swap</filesystem>
<format config:type="boolean">true</format>
<mount>swap</mount>
<size>4096MB</size>
</partition>
<partition>
<lvm_group>system</lvm_group>
<size>max</size>
</partition>
</partitions>
<use>all</use>
</drive>
<drive>
<device>/dev/system</device>
<lvm2 config:type="boolean">true</lvm2>
<partitions config:type="list">
<partition>
<filesystem config:type="symbol">reiser</filesystem>
<format config:type="boolean">true</format>
<lv_name>root</lv_name>
<mount>/</mount>
<size>max</size>
</partition>
</partitions>
<pesize>4M</pesize>
<use>all</use>
</drive>
</partitioning>

Thanks. What does SP1 refer to? SLE{S,D} only? Will I ever be able to do
openSUSE 10.2 raid root installs with autoyast?

That's what I wanted to ask you too...

Thank you very much,
-Luzian


< Previous Next >
This Thread
  • No further messages