Mailinglist Archive: opensuse-autoinstall (87 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] error creating extended partition
- From: Ian Grant <Ian.Grant@xxxxxxxxxxxx>
- Date: Fri, 9 Feb 2007 10:31:19 +0000
- Message-id: <20070209103119.236c77b6@xxxxxxxxxxxxxxxxxxxxxx>
On Fri, 9 Feb 2007 10:38:27 +0100
Uwe Gansert <ug@xxxxxxx> wrote:
> that's a little bit complex for me to reproduce in a few minutes but
> there is something I don't like in your profile. Maybe you can change
> that:
>
> > <drive>
> > <device>/dev/sda</device>
> > <partitions config:type="list">
>
> add here:
> <partition>
> <partition_nr config:type="integer">1</partition_nr>
> <partition_type>primary</partition_type>
> <create config:type="boolean">false</create>
> <format config:type="boolean">false</format>
> </partition>
>
> and change the <use> to "all" for this drive
> maybe you should set the confirm to true, so you can see what autoyast
> wants to do to your harddisk
The partitions plan looked completely sane to me. It was going to delete
the existing partitions 2 and 3, set type of 1 to 83, then create the
new ones, including an extended partition at /dev/sd[ab]4 etc But it
still
failed trying to create the extended partition with the same error:
Error: Failure occurred during the following action:
Setting type of partition /dev/sda4 to F
System error code was: -1012
I will try a minimal plan on one disk and see how that goes ...
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
Uwe Gansert <ug@xxxxxxx> wrote:
> that's a little bit complex for me to reproduce in a few minutes but
> there is something I don't like in your profile. Maybe you can change
> that:
>
> > <drive>
> > <device>/dev/sda</device>
> > <partitions config:type="list">
>
> add here:
> <partition>
> <partition_nr config:type="integer">1</partition_nr>
> <partition_type>primary</partition_type>
> <create config:type="boolean">false</create>
> <format config:type="boolean">false</format>
> </partition>
>
> and change the <use> to "all" for this drive
> maybe you should set the confirm to true, so you can see what autoyast
> wants to do to your harddisk
The partitions plan looked completely sane to me. It was going to delete
the existing partitions 2 and 3, set type of 1 to 83, then create the
new ones, including an extended partition at /dev/sd[ab]4 etc But it
still
failed trying to create the extended partition with the same error:
Error: Failure occurred during the following action:
Setting type of partition /dev/sda4 to F
System error code was: -1012
I will try a minimal plan on one disk and see how that goes ...
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |