Hi, Debbie Velarde wrote:
I am trying to use AutoYast2 to install a system with two hard drives. I am using SLES8. I want to destroy all existing partitions on both drives and then create the following: sda: /boot, /swap, / (using default values) sdb: /data (which takes up the entire second drive)
When I add the information to the partition section of the autoinstall.xml file, I get the following error: "Partition '/data' needs 2.00 MB more disk space. Please deselect some packages." Then if I click "OK", it continues with the installation and then returns another error: "Could not format /dev/sdb5"
Here is the partition section of my latest autoinstall.xml: <partitioning config:type="list"> <drive> <device>/dev/sda</device> <reuse>all</reuse>
Try <use>all</use> instead. Anas