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

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

Are you into this? Leave a reply or bookmark this page:
  • Twitter
  • Facebook
  • MySpace
  • Technorati
  • Digg
  • del.icio.us
  • StumbleUpon
  • Google Bookmarks
  • Reddit
  • LinkedIn
  • Mixx

Related posts:

  1. Spring release of Chrome OS image
  2. Convert image file to VirtualBox file
  3. New Year’s Chrome OS image release
  4. Fake beta of Chrome OS available for download
  5. Tutorial: How to run Chrome OS in VirtualBox

34 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

Leave a Reply