Skip to content
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

Trouble installing the Mr Chromebox firmware-util script #48

Open
joshtbw opened this issue Mar 23, 2020 · 2 comments
Open

Trouble installing the Mr Chromebox firmware-util script #48

joshtbw opened this issue Mar 23, 2020 · 2 comments

Comments

@joshtbw
Copy link

joshtbw commented Mar 23, 2020

When I try to run the Mr Chromebox firmware util script I get the following error:

firmware-util.sh: warning: firmware-util.sh: warning: script from noexec mount; see https://chromium.googlesource.com/chromiumos/docs/+/master/security/noexec_shell_scripts.md
firmware-util.sh: line 38: warning: ./sources.sh: warning: script from noexec mount; see https://chromium.googlesource.com/chromiumos/docs/+/master/security/noexec_shell_scripts.md
firmware-util.sh: line 39: warning: ./firmware.sh: warning: script from noexec mount; see https://chromium.googlesource.com/chromiumos/docs/+/master/security/noexec_shell_scripts.md
firmware-util.sh: line 40: warning: ./functions.sh: warning: script from noexec mount; see https://chromium.googlesource.com/chromiumos/docs/+/master/security/noexec_shell_scripts.md
mount: /tmp/boot: wrong fs type, bad option, bad superblock on /dev/mmcblk0p12, missing codepage or helper program, or other error.
Error mounting boot partition; cannot proceed.

Unable to download cbfstool utility; cannot continue

Can anyone help me work out what's going wrong here? I've followed the steps as outlined in the readme and I have gotten the correct responses as per the readme.

I've even tried to remount the partition as exec but this doesn't seem to work either.

@kyzn
Copy link

kyzn commented May 9, 2020

I got the same error, and was able to make it work with these:

sudo mount /tmp -o remount,exec
sudo mount /home/chronos/user -o remount,exec

also see:

@ActiveTutorial
Copy link

The second command returns mount: /home/chronos/user: mount point not mounted or bad option

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

3 participants