Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have loaded Crouton on my Chromebook many times in the past, but... I Powerwashed today to fix glitchy touchpad --- When trying to access crouton file in Downloads I get a noexec mount error. --- (No idea why the directory is suddenly noexec after years of use) --- I saw what looked like a really good fix here on AskUbuntu Stack Exchange using "sudo mount -o remount,exec,suid,dev,symfollow /home/chronos/user/Downloads/" but it didn't work for me. --- I got: "mount point not mounted or bad option"

Ideas?

Thanks

2 Answers

According to the Chrome OS website shown on the same message it is stated that google made the shell to enforce noexec mounts which seems to be pretty much the whole drive. Except for /usr/local, which they left for development mode to remain exec.

So...

sudo cp ~/Downloads/crouton /usr/local

and then run the script

sudo sh /usr/local/crouton -t unity

For me it was

sudo cp ~/Downloads/crouton /usr/local

and then

sudo sh -e /usr/local/crouton -t touch,xfce

Why? Because -e is for encryption and xfce because unity doesn't work for me.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy