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>Andy<br><br>