[Bug 845392] Re: priority critical, cannot fully preseed lvm partitioning without questions
William
845392 at bugs.launchpad.net
Sun Sep 11 17:58:17 UTC 2011
Please close this bug report.
i have been searching since i opened this bug report and i found the answer to my own question.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610282
Sorry for the noise
With kind regards
William van de Velde
** Bug watch added: Debian Bug tracker #610282
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=610282
--
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/845392
Title:
priority critical, cannot fully preseed lvm partitioning without
questions
Status in “debian-installer” package in Ubuntu:
New
Bug description:
Hi,
When i try to preseed an lvm partitioning i still get questions when i
set priority to critical
When changing the partman pieces with the one from dustin kirkland it
does work (https://help.ubuntu.com/community/Cobbler/Preseed)
I still get the following 2 questions:
1. Before the logical volume manager can be configured,......... Write the changes to disks and configure lvm?
2. If you continue, the changes ...........Write the changes to disks?
When reinstalling the same machine on the same disk it does not ask
any questions so make sure to wipe the disk with a bunch of zeros
I have the following:
d-i partman-auto/method string lvm
d-i partman-auto/purge_lvm_from_device boolean true
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-lvm/device_remove_lvm_span boolean true
d-i partman-lvm/confirm boolean true
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select Finish partitioning and write changes to disk
d-i partman/confirm 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 \
boot-root :: \
40 300 200 ext3 \
$primary{ } \
$bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /boot } \
. \
2000 10000 1000000000 ext4 \
$lvmok{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \
. \
4000 4000 4000 linux-swap \
$lvmok{ } \
method{ swap } format{ } \
.
# Amount of volume group to use for guided partitioning:
partman-auto-lvm partman-auto-lvm/guided_size string 14 GB
@@@@@@@@@@@@@@@@@@@@@@@@
this works ok without questions
d-i partman-auto/method string regular
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-lvm/confirm boolean true
d-i partman/confirm_write_new_label boolean true
d-i partman/choose_partition select Finish partitioning and write changes to disk
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
d-i partman/default_filesystem string ext3
@@@@@@@@@@@@@@@@@@@@@@@@@
Any idea what could be wrong?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-installer/+bug/845392/+subscriptions
More information about the foundations-bugs
mailing list