Chromebook (ALL): ChromeOS and xfce/ubuntu at *the same time*
This article is mostly accurate still, but there’s more up-to-date information available in a new guide – including new fixes, and the option of installing to SD card..
Hey everyone, I came across the “crouton” project tonight (https://github.com/dnschneid/crouton)
This is an incredibly elegant script, and the developers deserve a big pat on the back.
This script allows you to install Ubuntu (or debian if you want to mess around) along with a full XFCE desktop that runs simultaneously with ChromeOS and lets you switch between the two desktops with a keystroke.
The instructions come from the readme on the project page, but are written for non-ARM devices, I’ve made a slight addition afterwards. First off, go to the link above, and download the crouton script, then follow these steps:
Since the instructions are ever changing, make sure you check the link above to make sure you’re up to date, I’ll leave these here for archival reasons…
Download crouton. Open a shell and run sudo sh -e ~/Downloads/crouton -t xfce Wait patiently and answer the prompts like a good person. Done! You can jump straight to your Xfce session by running sudo enter-chroot startxfce4 or, as a special shortcut, sudo startxfce4 switch between Chromium OS and your chroot using Ctrl+Alt+Back and Ctrl+Alt+Refresh. Exit the chroot by logging out of Xfce.
ARM Differences (note: the instructions on the project site have since been updated and now include correct instructions for ARM:
The TTYs work differently, so when you’re in the chroot XFCE desktop, there’s a different keystroke to move between chrome OS and Ubuntu chroot, we need to add “shift” to the combos
So “ctrl+alt+shift+back” will switch between the two.
This will let you run whatever linux apps you want while not having to constantly reboot the laptop.
If you’re like me, you may also find it useful for your chroot ubuntu environment to be able to see some of the files in your main chrome environment (your download folder for example)… To do this, you need to “bind” any folder from chrome that you’d like to access to a folder within the chroot.
For example, if you wanted to share your Chrome download folder with your Ubuntu area, you would:
1. From your chroot environment, create a directory to act as the mount point:
sudo mkdir /chrome
Then, from your chrome shell execute:
sudo mount -o bind /home/user/XXXXXXX/Downloads/ /usr/local/chroots/precise/chrome/
Then, when you’re in your chroot environment, if you browse to the /chrome directory, you will find the contents of your chrome download folder..
didnt work for me , i get a blank screen ,perhaps because i have previously install chrubuntu, however i did do a factory reset before trying crouton
Which Chromebook are you using, ARM?
Did the install process appear to finish correctly? The developer is pretty quick on his github page when I’ve been asking questions…
I don’t think ChrUbuntu install should really have any impact, so I wouldn’t worry about that…
I’d think about posting a question in the “issues” section on here: https://github.com/dnschneid/crouton/
He’s answered everything I’ve asked so far in great depth
(all the posts from “gwon” on his page are from me)
How do I open a shell?
“CTRL + ALT + T”
You will also want to be in Developer Mode (ARM Chromebook instructions here: http://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-arm-chromebook#TOC-Entering-Developer-Mode )
First of all if I can get this to work tomorrow that will be truly amazing. Secondly why not post the link to http://goo.gl/lfUVM for the download at least in the archive part? I had to poke a round a little to find it (granted I am about to doze off).
How do we get this to run Ubuntu instead of XFCE on the Acer C7? Thanks!
Wanted to send you a big THANK YOU for this. I found chrUbuntu on the Samsung ARM to be kind of buggy and I never did get flash working right. Using crouton is a bit technical for my level of Linux knowledge so this guide was just what I needed to get it running.