Citado no link :
Most issues can be fixed by downloading a fresh installer, and updating your chroot:
- Remove any existing installer from your Downloads folder.
- Fetch a fresh installer: https://goo.gl/fd3zc
- Open a crosh shell (Ctrl-Alt-T, then type shell)
- Figure out the name of your chroot(s). If you do not know, sudo edit-chroot -a (on recent enough crouton), or sudo ls
/usr/local/chroots will provide you with a list of chroot names.- Run an update: sudo sh ~/Downloads/crouton -n chrootname -u, where chrootname is the name of your chroot.
- Make sure there are no errors, then try starting your chroot again.