Dec 02

Download: Chrome OS image file

Every month Google Chrome LogoI 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 Information I’m running this site in my spare time and don’t display any ads to my visitors. In the past 6 months my server supplied 2,400 GB of data to my visitors, incurring high monthly costs. I now had to limit the bandwidth to 4 MB/s and 4 connections at a time. If you download from my server, you can support me by hitting the Flattr button below. Thanks!
Download USB drive version (118 MB): ChromeOS-Blog-Server (obsolete, permanently disabled) (right-click, save as…, please hit Flattr button), BitTorrent (obsolete, permanantly disabled) (Tutorial)
Download VMWare version (114 MB): ChromeOS-Blog-Server (obsolete, permanently disabled) (right-click, save as…, please hit Flattr button), BitTorrent (obsolete, permanantly disabled) (Tutorial)

For use on USB drive

  1. Download the USB drive image from one of the locations above.
  2. Extract it (using e.g. free 7-Zip).
  3. 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.
  4. Boot from USB drive.
  5. Login with your Google Account or create a new one. Note that an Internet connection is required in order to login.
  6. 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:

  1. Go through steps 1 and 2 from the section above.
  2. Hit Windows key + R.
  3. Type cmd and click OK.
  4. Change to your Virtual Box install directory (first, enter DriveLetter:, then cd VirtualBoxPath).
  5. 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.
  6. Create a new virtual machine in VirtualBox with the .vdi file as hard drive. See how it works here.
  7. 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.

  1. Download the VMWare version of the latest Chrome OS release (link in table above).
  2. Extract it (using e.g. free 7-Zip).
  3. Open chromeos-blog.com.vmx in VMWare Player.
  4. Click Play virtual machine.
  5. 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)… :-)

Share:

    45 Responses to “Download: Chrome OS image file”

    1. Evan Kline Says:

      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.

    2. ChromeOS-Blog Says:

      I’m running it now on my Dell Inspiron 6400 notebook. It works with WiFi support. But everything I do happens delayed…

    3. Tutorial: How to boot Chrome OS from a USB drive – Chrome OS-Blog.com Says:

      [...] assumed that you have your image file already on your computer. This means you have either built or downloaded [...]

    4. Tutorial: How to run Chrome OS in VirtualBox – Chrome OS-Blog.com Says:

      [...] A Chrome OS image. [...]

    5. ralf Says:

      It’s almost Xmas!
      Hope you might publish a new image soon.
      Merry Christmas.

    6. BiS Says:

      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 :P

    7. BiS Says:

      i already solved question a and b :P

      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.

    8. New Year’s Chrome OS image release – Chrome OS-Blog.com Says:

      [...] 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 [...]

    9. ChromeOS-Blog Says:

      Just for the records: released new version today.

    10. pipex Says:

      HI Could you put the direct link to download virtualbox image? tnk

    11. ChromeOS-Blog Says:

      To reduce the server load, I only offer the USB image version. But you can easily convert it to VirtualBox. Just takes one minute.

    12. Wenca Says:

      with last realise conversion doesn’t work for me

    13. Damien Says:

      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). :)

    14. Simon Says:

      The image torrent seems to have stalled at 148Mb just now. Just FYI.

    15. ChromeOS-Blog Says:

      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.

    16. Drewmister Says:

      Same issue as Damien. I too am using Win7 x64. Any ideas. I’m using the 12/29 OS image.

    17. ChromeOS-Blog Says:

      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

    18. Drewmister Says:

      Thanks for a suggested fix, but I will just wait for a simpler solution.

    19. Acurac32a Says:

      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

    20. bruce Says:

      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

    21. ayush Says:

      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!!!!!!!

    22. alauki Says:

      can we make a live cd of this

    23. AR Says:

      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? :-)

    24. adnan yumer Says:

      Note:
      Type VBoxManage convertfromraw ––format VDI ImgFile.img VdiFile.vdi
      instead of
      Type VBoxManage convertfromraw ImgFile.img VdiFile.vdi ––format VDI

    25. lolipoplol Says:

      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?

    26. sos987 Says:

      Couldn’t download VMWare version from yer server… but pings are ok=(

    27. John Hong Says:

      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?

    28. peprasetya Says:

      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.

    29. ChromeOS-Blog Says:

      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.

    30. peprasetya Says:

      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

    31. VitAl2013 Says:

      “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?

    32. erge Says:

      Any way to get the root password on the latest build (5.0.392.0)?

    33. RegH Says:

      Any sigh of a new build soon?

    34. baris Says:

      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 :D

    35. kiemtheng Says:

      Hello! My name kiemtheng, I’m a student is Cambodia n I really interesting in using Google Chrome OS but I dont know weather this new OS is simply as Windows or what else OS? specially with the application that we need to use for our work everyday! Hope you will be reply me answer soon! Thanks

    36. jonathan aguirre Says:

      One big chrome browser. I like chrome browser dont get me wrong. Ran dry image on meego os ACER ZG5 160 Hard drive. sd ports dont work. sound works, wifi works, youtube works, webcam works. bugs here and there. posting a video on my youtube page “jonathanaguire” of 3 min walk through.

    37. raoul Says:

      cannot make a login with a wifi connection….
      try with a ethernet … ok
      after try to start wifi connection without succes…..
      Real problem

    38. Paul Says:

      Are you going to update it?
      I noticed you ‘current’ build is back from April

    39. reshu Says:

      Not able to login, even Ethernet is not working.. i dont know, my gmail id is also not working.

      :(

    40. Frame Says:

      It is not working at all. I tried all three ways but nothing is working. First I tried the USB solution. I liked the way of it. But when i boot from this usb drive I get a Black Screen an one Single line appears. I can write letters bus nothing ist working at all. The Machine isn’t able to run.

      I need help or send me an googlechromenotebook ;-) Plz help me with the usb version. What is wrong…

    41. Andreas from Xavier Media Says:

      Why don’t you use Google Code to store your files for download? That way you don’t have to pay for bandwidth and users can actually download your files.

      At the moment I’m trying to download and I get 3.8kb/s so the full download will take about 7 hours!!!!

      /Andreas

    42. Michael Says:

      Cannot extract the file as an archive?

    43. Vijay Says:

      Chrome OS image file: Please let me know when this will be available for download?

    44. Elvin Says:

      Works for me! I used VMware Player and worked. And I used it on a HP Notebook 2010.

    45. How to run Chrome OS in VirtualBox Says:

      [...] components: Sun Virtual Box, a free virtualization software for Windows, OS X, Linux or Solaris.A Chrome OS image. 2. Install VirtualBox Double-click the downloaded setup file and follow the on-screen setup [...]

    Leave a Reply