1. Enable developer mode
- Holding Esc + Refresh(F3) + pressing Power button --> release Power Button.
This is
recovery mode
- inside recovery mode, press Ctrl + D. this turns on
developer mode
2. Get the Command Prompt
- either with:
- Ctrl + Alt + →[ right-arrow ]
- Ctrl + Alt + T
3. Remount folder with exec permission
For system security reasons on ChromeOS certain folders are marked no-exec so remount with:
sudo mount -i -o remount,exec /home/chronos/user/
- this step is usually what let you run bash scripts, exec programs you installed like
meteor. Also, could be for external devices:
$ sudo mount -o remount,exec /media/removable/SD\ Card
$ sudo mount -o remount,exec /media/removable/USB\ Drive
- noexec will disappear from the mount options when you query.