ChromeBox Ctl CBx1

Discussion about DroidMote Server for ChromeOS
User avatar
zulu99
Site Admin
Posts: 2485
Joined: Tue Oct 09, 2012 6:42 am

ChromeBox Ctl CBx1

Post by zulu99 »

Yesterday i bought the CromeBox Ctl CBx1
https://ctl.net/products/ctl-chromebox

I bought it from Amazon.
You're not buying the most powerful ChromeBox, but the price is good. I use it as home theater PC, to play multi touch Android games with DroidMote, to use Android apps on a big screen in desktop mode and to have all Linux apps like a normal Desktop PC. I do not know anything more versatile than a ChromeBox to do all this tasks together.


To put the device in developer mode:

1) Insert a paperclip into the hole left of the kensington lock and press the recovery button

2) Power on the device, then remove the paper clip

3) When greeted with the recovery screen, press [CTRL-D] to enter developer mode

4) Press the recovery button (with paperclip) to confirm.


To remove write protection on rootfs:

Code: Select all

/usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --partition 2

/usr/share/vboot/bin/make_dev_ssd.sh --remove_rootfs_verification --partition 4
To install DroidMote Server:

Code: Select all

mount -o remount,rw /
curl -Ls http://www.videomap.it/script/install_droidmote_chromeos.sh | sudo sh
Developer of DroidMote Server and DroidMote Client. Read the Quick Start Guides and then I'll be happy to help.
Donate with Paypal or Donate with Crypto
User avatar
zulu99
Site Admin
Posts: 2485
Joined: Tue Oct 09, 2012 6:42 am

Re: ChromeBox Ctl CBx1

Post by zulu99 »

USB Boot

By default, USB booting is disabled. Once you are in Dev-mode and have a root shell, you can run:

Code: Select all

sudo crossystem dev_boot_usb=1
and reboot once to boot from USB drives with Ctrl-U.

Legacy Boot

Like USB boot, support for this is disabled by default. You need to get into Dev-mode first and then run:

Code: Select all

sudo crossystem dev_boot_legacy=1
and reboot once to boot legacy images with Ctrl-L.
Developer of DroidMote Server and DroidMote Client. Read the Quick Start Guides and then I'll be happy to help.
Donate with Paypal or Donate with Crypto