OK, I've solved the problem....<br>Appears that if you put the recipe on one line, without the escaping "\" , the installer nicely partitions the disk.<br><br><br><br><div class="gmail_quote">2009/6/30 Andy Kannberg <span dir="ltr"><<a href="mailto:andy.kannberg@gmail.com">andy.kannberg@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>I'm trying to install a HP ProLiant DL380 with Ubuntu via a preseed config file. All goes well, except for the partitioning part.<br>
The server makes use of Smartarray.<br><br>the partitioning part in the preseed file is shown below:<br>
<br>d-i partman-auto/method string regular<br>d-i partman-auto/disk /dev/cciss/c0d0<br>d-i partman-auto/purge_lvm_from_device boolean true<br>d-i partman-auto/expert_recipe string \<br>                   boot-root ::                                         \<br>

                        2048 50 2048 ext3                               \<br>                        $primary{ }                                     \<br>                        method{ format } format{ }                      \<br>

                        use_filesystem{ } filesystem{ ext3 }            \<br>                        mountpoint{ / }                                 \<br>                        .                                               \<br>

                        2048 50 2048 linux-swap                         \<br>                        $primary{ } method{ swap } format{ }            \<br>                        .                                               \<br>

                        4096 50 4096 ext3                               \<br>                        method{ format } format{ }                      \<br>                        use_filesystem{ } filesystem{ ext3 }            \<br>

                        mountpoint{ /usr }                              \<br>                        .                                               \<br>                        4096 50 4096 ext3                               \<br>

                        method{ format } format{ }                      \<br>                        use_filesystem{ } filesystem{ ext3 }            \<br>                        mountpoint{ /var }                              \<br>

                        .                                               \<br>                        2048 50 2048 ext3                               \<br>                        method{ format } format{ }                      \<br>

                        use_filesystem{ } filesystem{ ext3 }            \<br>                        mountpoint{ /tmp }                              \<br>                        .                                               \<br>

                        4096 50 1000000000 ext3                         \<br>                        method{ format } format{ }                      \<br>                        use_filesystem{ } filesystem{ ext3 }            \<br>

                        mountpoint{ /data }                             \<br>                        .<br>d-i partman/confirm_write_new_label boolean true<br>d-i partman/choose_partition \<br>       select Finish partitioning and write changes to disk<br>

d-i partman/confirm boolean true<br><br>The installer doesn't show an error, so I don't know where or what is going wrong.<br>Can anyone shed a light on this ?<br><br><br>cheers,<br><font color="#888888">Andy<br>
<br>
</font></blockquote></div><br>