As the subject states, my autoyast installation fails on the bootloader installation once I introduced LVM to my .xml file. Below you will find my complete partitioning and bootloader portions of the file. Any help is greatly appreciated! --------------------- <bootloader> <activate config:type="boolean">true</activate> <global config:type="list"/> <loader_device></loader_device> <loader_type>grub</loader_type> <location>mbr</location> <repl_mbr config:type="boolean">true</repl_mbr> <sections config:type="list"/> </bootloader> <partitioning config:type="list"> <drive> <device>/dev/hda</device> <partitions config:type="list"> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>/boot</mount> <fstopt>ro</fstopt> <partition_type>primary</partition_type> <partition_nr config:type="integer">1</partition_nr> <size>auto</size> </partition> <partition> <create config:type="boolean">false</create> <format config:type="boolean">true</format> <mount>swap</mount> <partition_type>primary</partition_type> <partition_nr config:type="integer">2</partition_nr> <size>auto</size> </partition> <partition> <lvm_group>system</lvm_group> <partition_type>primary</partition_type> <partition_nr config:type="integer">3</partition_nr> <size>max</size> </partition> </partitions> <use>all</use> </drive> <drive> <device>/dev/system</device> <is_lvm_vg config:type="boolean">true</is_lvm_vg> <partitions config:type="list"> <partition> <filesystem config:type="symbol">reiser</filesystem> <lv_name>root</lv_name> <mount>/</mount> <size>2gb</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <lv_name>usr</lv_name> <mount>/usr</mount> <size>4gb</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <lv_name>var</lv_name> <mount>/var</mount> <size>2gb</size> </partition> <partition> <filesystem config:type="symbol">reiser</filesystem> <lv_name>tmp</lv_name> <fstopt>noexec,nosuid</fstopt> <mount>/tmp</mount> <size>1gb</size> </partition> </partitions> <pesize>4M</pesize> <use>all</use> </drive> </partitioning> --------------------- Thanks, Warren ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.