[Bug 576921] Re: repeated/looped asking of same question
Lenin
576921 at bugs.launchpad.net
Mon Feb 11 13:58:57 UTC 2019
** Changed in: debian-installer (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to debian-installer in Ubuntu.
https://bugs.launchpad.net/bugs/576921
Title:
repeated/looped asking of same question
Status in debian-installer package in Ubuntu:
Fix Released
Bug description:
Binary package hint: debian-installer
i'm trying to preseed the netinstallation of ubuntu lucid lynx 10.04
and it keeps asking me the same thing:
Partition disks
No file system is specified for partition #1 of LVM VG vg0, LV dummy.
I can say Yes or No, it loops here.
Here's the partman preseed details:
### Partitioning
#d-i partman-auto/method string regular
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman-auto/disk string /dev/sda
d-i partman-auto/method string lvm
d-i partman-auto/purge_lvm_from_device boolean true
d-i partman-auto-lvm/guided_size string 100 %
d-i partman-auto-lvm/new_vg_name string vg0
#d-i partman-lvm/confirm_nooverwrite boolean true
#d-i partman-lvm/confirm boolean true
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-basicfilesystems/no_swap boolean true
d-i partman-auto/init_automatically_partition select Guided - use entire disk and set up LVM
d-i partman-auto/expert_recipe string \
dphys-ws-part :: \
256 10000000 512 ext3 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /boot } \
. \
61440 1000000 100000000 lvm \
$primary{ } $defaultignore{ } \
method{ lvm } vg_name{ vg0 } \
. \
10240 40000 51200 ext4 \
$lvmok{ } in_vg{ vg0 } lv_name{ root } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \
. \
2048 10000 10240 xfs \
$lvmok{ } in_vg{ vg0 } lv_name{ data } \
method{ format } format{ } \
use_filesystem{ } filesystem{ xfs } \
mountpoint{ /export/data1 } \
. \
1024 2000 10240 xfs \
$lvmok{ } in_vg{ vg0 } lv_name{ scr } \
method{ format } format{ } \
use_filesystem{ } filesystem{ xfs } \
mountpoint{ /scratch } \
. \
10 1000 1048576 xfs \
$lvmok{ } in_vg{ vg0 } lv_name{ dummy } \
method{ keep } \
.
d-i partman-auto/choose_recipe select dphys-ws-part
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/576921/+subscriptions
More information about the foundations-bugs
mailing list