Hello, i tryed to autoinstall two physical volumes, one on /dev/sda4 and one on /dev/sdb, with the same volume_group system. But it won't work. Following my partition section. The error message where "vgcreate -A n -s 4096k system /dev/system vgcreate -- ERROR can't create a new physical volumes on /dev/sda4". Listing: <partitioning config:type="list"> <drive> <device>/dev/sda</device> <reuse>all</reuse> <partitions config:type="list"> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <crypt_key/> <filesystem config:type="symbol">swap </filesystem> <filesystem_id config:type="integer">130</filesystem_id> <format config:type="boolean">true </format> <mount/> <size>256M</size> <type>Linux swap</type> </partition> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <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>15M</size> <type>Linux native</type> </partition> <partition> <crypt_fs config:type="boolean">false</crypt_fs> <crypt_key/> <filesystem config:type="symbol">reiserfs</filesystem> <filesystem_id config:type="integer">131</filesystem_id> <format config:type="boolean">true</format> <mount>/</mount> <size>5GB</size> <type>Linux native</type> </partition> <partition> <size>max</size> <filesystem-id config:type="integer">142</filesystem-id> <lvm_group>system </lvm_group> </partition> </partitions> </drive> <drive> <device>/dev/sdb</device> <reuse>all</reuse> <partitions config:type="list"> <partition> <size>max</size> <lvm_group>system </lvm_group> <filesystem-id config:type="integer">142</filesystem-id> </partition> </partitions> </drive> </partitioning> <lvm config:type="list"> <lvm_group> <lvm_name>system </lvm_name> <pesize>4M</pesize> <logical_volumes config:type="list"> <lv> <lv_name>backuplv</lv_name> <lv_size>max </lv_size> <lv_fs>reiser</lv_fs> <lv_mount>/backup</lv_mount> </lv> </logical_volumes> </lvm_group> </lvm> Any help would be greatly appreciated. Georg Wallner