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
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
** 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