Hi I had initially installed a x86_64 bit machine with RHEL4 where swap partition is configured as a logical volume (/dev/VolGroup00/LGVol01). When reinstalling the system with SLES9 via autoinstall, just before partitioning the drive, an error message "Error could not mount swap partition /dev/VolGroup00/LGVol01" pops up prompting user to enter "OK" button. Thereafter it works fine. But this user intervention step defeats the purpose of autoinstall. I have used the following partitioning config with <use> tag set to "all". This should have erased the disks before partitioning right ?? ******************************************* <partitioning config:type="list"> <drive> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">ext2</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/boot</mount> <partition_id config:type="integer">131</partition_id> <partition_type>primary</partition_type> <size>100M</size> </partition> <partition> <crypt>twofish256</crypt> <create config:type="boolean">true</create> <filesystem config:type="symbol">swap</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>swap</mount> <partition_id config:type="integer">130</partition_id> <partition_type>primary</partition_type> <size>auto</size> </partition> <partition> <crypt>twofish256</crypt> <filesystem config:type="symbol">reiser</filesystem> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/</mount> <partition_id config:type="integer">131</partition_id> <partition_type>primary</partition_type> <size>max</size> </partition> </partitions> <use>all</use> </drive> </partitioning> ******************************************** Ideas ?? Any help is appreciated. thanks kanji __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com