无法从 Acer C720 shell 启动 Ubuntu

无法从 Acer C720 shell 启动 Ubuntu

我无法再从 Acer chromebook 启动 Ubuntu。如能得到任何帮助,我将不胜感激。我在 Shell 中收到以下消息:

crosh> shell
chronos@localhost / $ sudo startxfce4
Entering /usr/local/chroots/precise...
[There's a wait of a few minutes before...]
/usr/local/bin/enter-chroot: 453: readlink: Argument list too long
/usr/local/bin/enter-chroot: 453: mountpoint: Argument list too long
/usr/local/bin/enter-chroot: 455: readlink: Argument list too long
/usr/local/bin/enter-chroot: 455: mountpoint: Argument list too long
/usr/local/bin/enter-chroot: 455: mkdir: Argument list too long
Unmounting /usr/local/chroots/precise...
/usr/local/bin/unmount-chroot: 319: readlink: Argument list too long
/usr/local/bin/unmount-chroot: 319: mountpoint: Argument list too long
chronos@localhost / $ 

非常感谢您的帮助

山姆

答案1

我遇到了同样的问题,并且更新帮我修复了它。

  1. 从以下网址下载最新版本的 croutonhttps://goo.gl/fd3zc

  2. 通过以下命令更新:

    sudo sh ~/Downloads/crouton -u -n precise
    

相关内容