hello that usually happen when binary code is sent to the console, like doing a cat for mistake
not sure why you need grub commandas for a provisioner, can you share a simple form of vagrantfile that fails, or around what kind of tasks is failing? if you are updating kernel for example, next boot you wont have virtualbox additions available and you will have to recompile, etc try to exclude the kernel if you are doing an update/upgrade i think will be easier to check if you can share vagrantfile+scripts around where is failing On Fri, Jul 25, 2014 at 1:51 PM, David <[email protected]> wrote: > 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: > > <https://lh5.googleusercontent.com/-liQ56JtNgqw/U9G3NV3uclI/AAAAAAAAUqE/dwyV9RGM7Ps/s1600/Screen+Shot+2014-07-24+at+6.46.56+PM.png> > > > > > > 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? > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
