Hi everyone, i'm having a lot of problems with vagrant provisioning - whenever I run provisioning, whenever I get to a line in an external script that apt-get installs something or tries to update, it suddenly makes my terminal completely garbled, preventing me from even debugging the exact thing that broke it:
It also gives me the error:
The GRUB boot loader was previously installed to a disk that is no││ longer present, or whose unique identifier has changed for some reason. ││ It is important to make sure that the installed GRUB core image stays in ││ sync with GRUB modules and grub.cfg. Please check again to make sure││ that GRUB is written to the appropriate boot devices.││││ If you're unsure which drive is designated as boot drive by your BIOS, ││ it is often a good idea to install GRUB to all of them.││││ Note: it is possible to install GRUB to partition boot records as well, ││ and some appropriate partitions are offered here. However, this forces ││ GRUB to use the blocklist mechanism, which makes it less reliable, and ││ therefore is not recommended.
I'm also certain that its failing in a set of apt-get installs that I have for installing necessary dev tools, which is preventing my script from finishing properly. Can anyone help? I've tried to set the DEBIAN_FRONTEND, but it continues to be an issue.
Does anyone have any idea of what's going on?