[Bug 1926528] Re: random failure of grub-installer, working after several retries

2021-05-04 Thread christopheg
above command missing some escapes, here is the correct one d-i partman/early_command string \ sed -i "s/initial_proc_contents=\"\$(ls \$ROOT\/proc)\".*/set +e ; & ; set -e/" /usr/bin/grub-installer ; -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1926528] Re: random failure of grub-installer, working after several retries

2021-05-04 Thread christopheg
For those using preseed and having the same problem, a workaround is to fix grub-installer in partman/early_command. The following line in preseed.cfg will do the trick: d-i partman/early_command string \ sed -i "s/initial_proc_contents=\"$(ls $ROOT/proc)\".*/set +e ; & ; set -e/" /usr/bin/gru

[Bug 1926528] Re: random failure of grub-installer, working after several retries

2021-04-28 Thread christopheg
** Also affects: grub-installer Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926528 Title: random failure of grub-installer, working after several retri