Skip to content

Crouton not installing #3724

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Faliureatlife opened this issue Apr 10, 2018 · 5 comments
Closed

Crouton not installing #3724

Faliureatlife opened this issue Apr 10, 2018 · 5 comments

Comments

@Faliureatlife
Copy link

Faliureatlife commented Apr 10, 2018

chronos@localhost / $ sudo sh ~/Downloads/crouton -e -t xfce
Downloading latest crouton installer...
################################################################################################################################################ 100.0%################################################################################################################################################ 100.0%
/usr/local/chroots/xenial already has stuff in it!
Either delete it, specify a different name (-n), or specify -u to update it.```



I try to download crouton and that error message pops up

@DennisLfromGA
Copy link
Collaborator

@Faliureatlife,

When you use the installation command without specifying a release it will default to 'xenial'.
That's why you're getting the message:

/usr/local/chroots/xenial already has stuff in it!
Either delete it, specify a different name (-n), or specify -u to update it.

So just follow those instructions or specify a different release.
Most likely, since you already have a chroot, you can just update using:

  • sudo sh ~/Downloads/crouton -n xenial -u

If you want to add the 'xfce' target to your existing chroot just use:

  • sudo sh ~/Downloads/crouton -n xenial -t xfce -u

Hope this helps,
-DennisLfromGA

@Faliureatlife
Copy link
Author

thank you

@Blueman411
Copy link

It says:
sh: 0: Refusing to exec /home/chronos/user/Downloads/crouton from noexec mount; see https://chromium.googlesource.com/chromiumos/docs/+/master/security/noexec_shell_scripts.md

What do I do?

@betapictoris
Copy link

@Blueman411 this is addressed in #4026 and this issue is very old, in the future please look for the most up to date documentation.

@Blueman411
Copy link

oh ok thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants