[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#859509: partman-auto uses memory size to determine disk partitioning and fails on high ram installs



So I hit this issue installing on my HP server while with the same preseed succesfully installed on a few other systms

So I made a virtual machine put 20GB ram in there and an 8GB drive and could reproduce the problem.

How can we force partman-auto to not use memory size in its calculation.

I found out it tries to make swap the same size as memory for suspend, but how to disable this??

d-i partman-auto/method string lvm
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-auto/choose_recipe select atomic
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
#d-i partman-swapfile/size string"{{ swap | default('512') }}"

Kind regards,

Jelle de Jong


Reply to: