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

** Attachment added: "dialog screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1012629/+attachment/4602260/+files/Screen%20Shot%202016-03-17%20at%2015.40.55.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1012629

Title:
  grub-installer ignores "bootdev" setting in preseed file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1012629/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to