I replace grub legacy for grub2.
in binary_debian_installer
replace
DI_REQ_PACKAGES="lilo grub grub-pc"
for
DI_REQ_PACKAGES="grub2"
and in preseed.cfg
grub-pc/mixed_legacy_and_grub2: true
it's work
On 26/12/12 21:41, Ben Armstrong wrote:
On 26/12/12 08:52 AM, Grindolin wrote:
I'm using version 3.0~a51-1 and get the same error with the grub-legacy/grub-pd
package conflict. This error only occurs, if i include debian-installer in the
live-image. Is there any workaround or a way to avoid lb to choose grub-legacy
instead of grub?
Yes. Don't use 3.0~a51-1 (wheezy). Use 3.0~b4-1 (sid) which fixes this
issue which was caused by a change in the archive.
Ben