Comment 30 for bug 1012629

Revision history for this message
Elias Abacioglu (raboo) wrote :

It says fix released for trusty.. I'm installing trusty and experiencing same problem.
Getting a dialog that wants me to confirm the disk I've selected. Attaching a screenshot.
So apparently it's not fixed for trusty.

Here is my preseed partitioning snippet:

d-i debconf/priority string critical
# install on smallest disk.
d-i partman/early_command string \
  DISK=$(parted_devices | sort -k2n | head -1 | cut -f1);\
  debconf-set partman-auto/disk "$DISK";\
  debconf-set grub-installer/bootdev "$DISK";

#d-i partman-auto/disk string "$(parted_devices | sort -k2n |awk NR==1'{print $1}')"
d-i partman-auto/method string regular
d-i partman-auto/purge_lvm_from_device boolean true
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true

d-i partman-basicfilesystems/choose_label string gpt
d-i partman-basicfilesystems/default_label string gpt
d-i partman-partitioning/choose_label string gpt
d-i partman-partitioning/default_label string gpt
d-i partman/choose_label string gpt
d-i partman/default_label string gpt

d-i partman-auto/expert_recipe string \
  boot-root :: \
    1 1 1 free $gptonly{ } $primary{ } \
      $bios_boot{ } method{ biosgrub } . \
    4048 1000 4048 linux-swap \
      method{ swap } format{ } \
    . \
    30000 500 -1 ext4 \
      $gptonly{ } $primary{ } \
      method{ format } format{ } \
      use_filesystem{ } filesystem{ ext4 } \
      mountpoint{ / } \
    .

partman-basicfilesystems partman-basicfilesystems/no_mount_point boolean false
d-i partman/confirm_write_new_label boolean true
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true