Bug#740271: d-i fails to purge LVM despite preseeding

2017-06-25 Thread Zane Hooper
Thanks Julius, your solution helped me, but I ran across one small issue when using this for a PXE install: the swap lvm from that volume group was in use by Debian. I added a swapoff command to yours: swapoff "/dev/$vg/swap" I doubt all LVMs for swap are named "swap", it was the name for me. T

Bug#740271: d-i fails to purge LVM despite preseeding

2014-04-24 Thread Julius Seemayer
Hi, I recently stumbled across the very same bug while setting up an automated installation environment. So far my solution or rather workaround looks like this: > # this will DESTROY any VGs and PVs found > d-i partman/early_command string sh -c 'set -- $(vgs --rows --noheadings | > head

Bug#740271: d-i fails to purge LVM despite preseeding

2014-03-17 Thread Sandeep Raman
> wiping / zeroing out the drive before installation would be slow, > but would fix this... To achieve the above, i use the following which does not help. What do you do to wipe/zero the drive? d-i partman/early_command string [ -b /dev/sde ] && if=/dev/zero of=/dev/sde bs=1024 count=1024 || true

Bug#740271: d-i fails to purge LVM despite preseeding

2014-03-03 Thread martin f krafft
also sprach Cyril Brulebois [2014-03-02 23:29 +0100]: > Logs would be helpful. Here's what happens if the same volume group name is used (see below for the case when a different volume group name is used): ┌──┤ [!!] Partition disks ├───┐ │

Bug#740271: d-i fails to purge LVM despite preseeding

2014-03-03 Thread martin f krafft
also sprach Dimitri John Ledkov [2014-03-03 09:31 +0100]: > Indeed just use an lvm-preseed, twice in a row, and delete partition > table between the two runs. What do you mean with that? > wiping / zeroing out the drive before installation would be slow, > but would fix this... It's what I am d

Bug#740271: d-i fails to purge LVM despite preseeding

2014-03-03 Thread Cyril Brulebois
Dimitri John Ledkov (2014-03-03): > On 2 March 2014 22:29, Cyril Brulebois wrote: > > Logs would be helpful. > > Not necessary, as it's easy to reproduce and a known bug (i've tried > and fixed couple symptoms but not all). Meh, thanks for telling me what I do consider to be helpful. KiBi. s

Bug#740271: d-i fails to purge LVM despite preseeding

2014-03-03 Thread Dimitri John Ledkov
On 2 March 2014 22:29, Cyril Brulebois wrote: > martin f krafft (2014-02-27): >> Package: debian-installer >> Version: 20130613+deb7u1+b2 >> Severity: normal >> >> Despite >> >> d-i partman-auto/purge_lvm_from_device boolean true >> d-i partman-lvm/device_remove_lvm boolean true >> d-i part

Bug#740271: d-i fails to purge LVM despite preseeding

2014-03-02 Thread Cyril Brulebois
martin f krafft (2014-02-27): > Package: debian-installer > Version: 20130613+deb7u1+b2 > Severity: normal > > Despite > > d-i partman-auto/purge_lvm_from_device boolean true > d-i partman-lvm/device_remove_lvm boolean true > d-i partman-lvm/confirm boolean true > d-i partman-lvm/confirm

Bug#740271: d-i fails to purge LVM despite preseeding

2014-02-27 Thread martin f krafft
Package: debian-installer Version: 20130613+deb7u1+b2 Severity: normal Despite d-i partman-auto/purge_lvm_from_device boolean true d-i partman-lvm/device_remove_lvm boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true d-i fails to install a m