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
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
> 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
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 ├───┐
│
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
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
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
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
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
9 matches
Mail list logo