Chromium OS is an open-source project that aims to build an operating system that provides a fast, simple, and more secure computing experience for people who spend most of their time on the web
Questions tagged [chromium-os]
45 questions
1
vote
1 answer
Trigger notification from Terminal on Chrome OS
I was wondering if there's a way to trigger notification from Terminal or bash script on Chrome OS. Similar tools are already available on most other desktop operating systems.

Muntashir Akon
- 8,740
- 2
- 27
- 38
1
vote
1 answer
Build Chromium failed (ensure_bootstrap: command not found)
I tried to get the chromiumos source code and would like to built the chromiumos.
export BOARD=coral
./setup_board --board=${BOARD} --force
./build_packages --board=${BOARD}
But after the commands finished, i got some ERROR message, and I also try…

Ailen Chen
- 11
- 2
1
vote
0 answers
Chromiumos Autotest
When i am running already present autotest suites from https://chromium.googlesource.com/chromiumos/third_party/autotest/+/master/client/site_tests
I am observing that every time it logs out and logs in using test@test.test is it possible to remove…

Snehashish Agarwal
- 39
- 4
1
vote
1 answer
How can i turn on Developer Mode on ChromeOS launched on VirtualBox?
I have launched ChromeOS on VirtualBox. Now I want to turn on Developer Mode to disable the verification of rootfs (root file system). How can I turn on this mode without pressing buttons on laptop, because it`s launched virtually?
Maybe there are…

RefFS
- 11
- 2
1
vote
1 answer
Failed to connect to USB on chromebook: Permission to access device was denied
I'm writing app for chromebook that has to communicate with specific USB device. The device is present in the list of found devices, that comes from callback:
var VENDOR_ID = 5824, PRODUCT_ID = 1159;
…

gabin
- 927
- 1
- 10
- 20
1
vote
1 answer
How to enter chroot on Jenkins
Hi i am trying to automate the process of sync and build chromium builds on a Jenkins server
http://www.chromium.org/chromium-os/quick-start-guide
./chromite/bin/cros_sdk --enter
i am trying to run something like this ,the desired output is…

prem anand
- 21
- 2
1
vote
1 answer
How to create a base CoreOS image and build custom parent images based on it
Currently most docker images at https://registry.hub.docker.com/ are ubuntu based. I would like however to run a somewhat leaner base image, i.e. CoreOS. Und than build custom packages/images on top of it, i.e. erlang and yaws.
Is there some easy…

siddhadev
- 16,501
- 2
- 28
- 35
1
vote
1 answer
Chromium-OS Freescale i.MX6 Dual Cortex-A9
i'm looking for help to compile and run Chromium-os on a freescale i.mx6 dual core.
any one know how to do this?
Thanks! :)

user1073560
- 81
- 1
- 4
0
votes
0 answers
Resolving 'Pardon the Interruption' Error on Windows After Building Chromium from Source
Why am I encountering a 'Pardon the interruption error' when trying to access certain websites after building Chromium from source on a Windows machine? I've successfully built Chromium on Linux where the websites work fine, but on Windows, I'm…

Jaspreet Singh
- 3
- 1
0
votes
2 answers
How to download linux kernel headers for Google container optimized OS
I have to download kernel headers in 3 nodes in a Kubernetes cluster that is run on GKE. The nodes use Google's container optimized OS which appears to be a fork of Chromium OS.
How can I check if kernel headers are installed and where they are…

Annis99
- 97
- 3
0
votes
1 answer
How to make chromium auto play a video with sound
I am trying to make a simple page that plays auto plays videos in a loop. I have got it auto playing muliple videos with the below however I cannot get it to play with sound on Chromium broswer no matter what I do. I really need the sound to…
0
votes
0 answers
fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
I'm unable to get Linux GUI apps to run on my self-built CloudReady workstation. I have a Pixelbook Go where I am able to use Linux GUI apps without a problem.
Steps Immediately After Enabling Linux and Starting Terminal
jacob@penguin:~$ sudo apt…

Jacob Zwang
- 71
- 1
- 4
0
votes
1 answer
How to generate chromium android build?
I have created a new repository and pushed the chromium using .gitignore to avoid unwanted libraries while generating build. Then again i cloned and try to build using the mentioned steps I am getting error. Please help me to fix this
Since I made…

ASKAR ALI
- 643
- 1
- 5
- 18
0
votes
1 answer
How to send method call by dbus-send?
I am analyzing Chromium OS.
I have captured a dbus method call using dbus-monitor and want to reappear it by dbus-send.
Below is what I want to reappear.
my-chromiumos ! # dbus-monitor --system "path=/org/chromium/SessionManager"
method call…

S-K
- 87
- 5
0
votes
1 answer
How to solve TemplateRuntimeError: no test named '>' when compile chromium?
When compile chromium, I get the following error messages:
ninja: Entering directory `out/Cros'
[44/32769] ACTION //components/exo/wayland/compatibility_test:generated_client_event_receiver_version_tests(//build/toolchain/linux:clang_x64)
FAILED:…

Fangzhen Song
- 77
- 1
- 8