Download: Chrome OS image file
Every month
I create a fresh build of Chrome OS which can be run from USB drives on almost any machine. Contrary to the very first release from November recent releases support various wireless network controllers. You can download it either from one of my servers or via the BitTorrent network. Once a new version is released, all previous versions are removed, so please don’t link them directly but link to this page.
Chrome OS image file
| Repository version: | April 28th, 2010 |
| Build: | 0.7.41.201004281320 |
| Chrome browser version: | 5.0.392.0 (45805) |
| Build environment: | Ubuntu 9.10 64-bit |
| Local user account: | chronos:chromeos-blog.com |
| Download USB drive version (118 MB): | ChromeOS-Blog-Server (Germany, may be slow in US), BitTorrent (Tutorial) |
| Download VMWare version (114 MB): | ChromeOS-Blog-Server (Germany, may be slow in US), BitTorrent (Tutorial) |
For use on USB drive
- Download the USB drive image from one of the locations above.
- Extract it (using e.g. free 7-Zip).
- Copy the image to your USB drive (find a tutorial on how to do that in Windows or Linux here). A capacity of at least 4 GB is required.
- Boot from USB drive.
- Login with your Google Account or create a new one. Note that an Internet connection is required in order to login.
- Enjoy! You can find a list of all keyboard shortcuts here.
For use in VirtualBox
UPDATE 2010-29-04: The current release doesn’t work in VirtualBox. Use VMWare Player instead.
You can also use this image in VirtualBox (free download) after you converted it to a .vdi file. To do that in Windows:
- Go through steps 1 and 2 from the section above.
- Hit Windows key + R.
- Type cmd and click OK.
- Change to your Virtual Box install directory (first, enter DriveLetter:, then cd VirtualBoxPath).
- Type VBoxManage convertfromraw ImgFile.img VdiFile.vdi ––format VDI (note the two dashes before format) where ImgFile.img is the absolute path to your .img file and VdiFile.vdi is the absolut path to the .vdi file that is created.
- Create a new virtual machine in VirtualBox with the .vdi file as hard drive. See how it works here.
- Enjoy! You can find a list of all keyboard shortcuts here.
For use in VMWare Player
As the newest releases don’t work in VirtualBox, I decided to provide a VMWare image as well. First, download the free VMWare Player.
- Download the VMWare version of the latest Chrome OS release (link in table above).
- Extract it (using e.g. free 7-Zip).
- Open chromeos-blog.com.vmx in VMWare Player.
- Click Play virtual machine.
- Enjoy! You can find a list of all keyboard shortcuts here.
Please don’t link the files directly, because I will rename them when updating. But please DO link to this page and leave comments if it worked for you and which kind of computer you used (no registration required)…
Related posts:
RSS-Feed
Follow on Twitter
December 2nd, 2009 at 9:20 pm
Thanks for doing this! I’m going to try this over the weekend to see if I have any better luck with my wireless controller.
December 3rd, 2009 at 3:40 am
I’m running it now on my Dell Inspiron 6400 notebook. It works with WiFi support. But everything I do happens delayed…
December 3rd, 2009 at 3:50 am
[...] assumed that you have your image file already on your computer. This means you have either built or downloaded [...]
December 3rd, 2009 at 11:34 am
[...] A Chrome OS image. [...]
December 22nd, 2009 at 3:17 pm
It’s almost Xmas!
Hope you might publish a new image soon.
Merry Christmas.
December 28th, 2009 at 11:32 am
Thx and ty.
But three questions.
a) I cant login on remote machin, only with local account and then connecting to the wifi (this may be bcs my home network internet is shared trought windows ICS). Some1 know how to “import” my home chromium cookies and password to chromeOS?.
b) Is there any chance that you could publish the OS with spanish keyboard layout?.
c) How to change default password? its a bit long for my likings
December 28th, 2009 at 4:07 pm
i already solved question a and b
Just mounted the USB in a ubuntu live cd and copied the chromium (altho u need some dealing with permissions at command line).
and for the keyboard just followed the typical linux tutorial
but on c) i have no clue @_@, the passwrd command gives an error :/
thx anyways, working fine.
December 29th, 2009 at 12:06 pm
[...] it yourself. The download size could be decreased to 175 MB. You can find the download link here: Chrome OS image file download. Are you into this? Leave a reply or bookmark this [...]
December 29th, 2009 at 12:13 pm
Just for the records: released new version today.
December 30th, 2009 at 4:14 am
HI Could you put the direct link to download virtualbox image? tnk
January 3rd, 2010 at 3:40 am
To reduce the server load, I only offer the USB image version. But you can easily convert it to VirtualBox. Just takes one minute.
January 3rd, 2010 at 6:33 am
with last realise conversion doesn’t work for me
January 3rd, 2010 at 12:27 pm
Hi, I followed everything down to the last. However when I launch the OS from virtualbox, all I get is a black screen. I am using win7 x64, virtualbox 3.12, 3GB Ram, 250GB, etc (hp tx2525nr tablet/notebook).
January 6th, 2010 at 6:03 am
The image torrent seems to have stalled at 148Mb just now. Just FYI.
January 6th, 2010 at 8:03 am
Hm, that should not happen. The torrent file includes the HTTP URL of my server. So there should always be at least one seeder. Nevertheless, I will have my private machine running 24/7 from now. Thanks.
January 20th, 2010 at 9:55 am
Same issue as Damien. I too am using Win7 x64. Any ideas. I’m using the 12/29 OS image.
January 21st, 2010 at 6:10 am
Rob Clark posted this solution in the article about the new release:
The issue w/ running from virtualbox seems to be the lacking of a suitable vboxvideo_drv.so and possible vboxmouse_drv.so.. unfortunately since chromeos hides all console output, it isn’t so straightforward to figure that out
If you have a working linux virtual machine, you can add the chromeos vdi as a secondary disk, and then mount /dev/sdb1 and /dev/sdb3 (assuming your chromeos vdi is /dev/sdb) and poke around.. in particular /var/log/ from the first partition is useful to figure out what was going on.
The way I managed to repair the chromeos vdi:
1) mount /dev/sdb3 (3rd partition in chromeos vdi) from working linux vm
# sudo mount /dev/sdb3 /mnt
2) mount vbox guest additions iso
3) extract files from vbox guest additions installer
# cd /tmp
# /media/cdrom0/VBoxLinuxAdditions-x86.run –noexec –keep
# cd install
# tar xjf VBoxGuestAdditions.tar.bz2
# sudo cp lib/VBoxGuestAdditions/vboxvideo_drv_16.so /mnt/usr/lib/xorg/modules/drivers/vboxvideo_drv.so
# sudo cp lib/VBoxGuestAdditions/vboxmouse_drv_16.so /mnt/usr/lib/xorg/modules/input/vboxmouse_drv.so
# sync; sudo umount /mnt
now shutdown your linux vm, and startup your chromeos vm
January 21st, 2010 at 1:04 pm
Thanks for a suggested fix, but I will just wait for a simpler solution.
February 21st, 2010 at 5:58 am
I tried running it from a usb drive, I downloaded the image many times and from many sources, I also used Vista and Ubuntu to burn the image but all I get is a black screen at boot after I choose the drive, every time before I burn the image I look at the drive with Gparted and I get three partitions every time, one of them is an unknown format. then I delete all the partitions and format it to FAT32
February 23rd, 2010 at 12:23 pm
Everything OK with Chomium OS as guest on Mac OS X host but guest additions doesn’t work. Nothing happens going to Devices/Install Guest Additions- no error messages – nada.
Anyone have any success with Guest Additions? Would appreciate responses also sent to bruce@erlichman.com. Thanks!
Bruce
February 24th, 2010 at 8:17 am
pls pls pls HELP!!!
i really want to use this….
i have win 7 installed….i wrote the usb image correctly on the usb drive…..
but whenever i boot up win 7 comes up….
(i have selected usb boot from bios)
PLEASE HELP GUYS!!!!!!!
March 10th, 2010 at 2:47 am
can we make a live cd of this
April 20th, 2010 at 4:38 am
Works with HP mini 2133 1GB RAM, using 4GB USB and wired network connection.
Unfortunately WiFi is not working and performance is very poor. Extremely sluggish and long delays, I wonder if it is because of USB performance issue, as read/write light keeps blinking all the time during delays.
Is this the NT – nice try – version of ChromeOS?
April 26th, 2010 at 7:39 pm
Note:
Type VBoxManage convertfromraw ––format VDI ImgFile.img VdiFile.vdi
instead of
Type VBoxManage convertfromraw ImgFile.img VdiFile.vdi ––format VDI
April 29th, 2010 at 7:55 pm
Tried your last release on my msi wind u-100. All going well till configuring wifi internet connection, it doesn’t work for me at all. Maybe this cause of wifi-chip in my netbook?
April 30th, 2010 at 4:58 am
Couldn’t download VMWare version from yer server… but pings are ok=(
May 6th, 2010 at 2:23 pm
I am getting stuck at entering username and password,
and can not go any further.
My gmail address will not work.
How can I setup username and password?
May 19th, 2010 at 8:05 am
Try the spring version with vmware fusion.
First attemp is fine, setting ethernet as network, automatically reboot, set the ethernet again as network, then login prompt.
After login, browsing is fine, and I do not know to log off, so force reboot from the vmware.
The problem begin with, it show a box with “Other User”. Can’t login, can’t type. Clicking the network, time, give drop down menu with nothing can be change.
And what is the user and password to login on terminal, CRTL-ALT-F2?
Try chronos/chronos, mark/chronos, chromeos-blog/chromeos-blog.com, facepunch/facepunch all failed.
May 19th, 2010 at 8:08 am
The login should be chronos:chromeos-blog.com
I had the “other user” problem once and couldn’t help but use a backup copy of the image I made before I started the VM.
May 19th, 2010 at 9:17 am
Yes the only work around is re-use the original image.
Anyway thanks for the info of user&pass this will help to trace the problem
May 25th, 2010 at 11:17 pm
“VBoxManage is not valid Win32 programm” I know about PATH Folders – it’s not work for me. Could anybody convert and share image for VirtualBox?
June 17th, 2010 at 12:59 am
Any way to get the root password on the latest build (5.0.392.0)?
June 17th, 2010 at 1:01 pm
Any sigh of a new build soon?
July 4th, 2010 at 5:35 pm
i try to boot it with my aspire 5720g
i select usb than it tried to boot but it go back to normal boot
can u help me about this