Skip to content

Instantly share code, notes, and snippets.

@gerarldlee
Last active October 9, 2025 07:49
Show Gist options
  • Save gerarldlee/57b5467d25f5e9129abe5c4d1881a745 to your computer and use it in GitHub Desktop.
Save gerarldlee/57b5467d25f5e9129abe5c4d1881a745 to your computer and use it in GitHub Desktop.
Installing ChromeOS on VirtualBox using the NeverWare build

Installing ChromeOS on VirtualBox

  1. Download the NeverWare's ChromeOS build from http://www.neverware.com/freedownload

  2. Extract the *.bin.zip

  3. Convert it to VDI. vboxmanage convertdd chromiumos_image.bin chromiumos_image.vdi

  4. mv chromiumis_image.vdi C:\t\v\chromeos\

  5. Create a VM with settings:

  • Guest OS type: Linux/Other Linux
  • 2048 RAM
  • Use existing chromiumos_image.vdi as hard disk
  • Enable EFI (special OSes)
  • Enable PAE/NX
  • change pointing device to PS/2 Mouse
  1. Start the VM
@romansaff
Copy link

CloudReady 83.4.4 ChromiumOS OVA file from the link above works fine for me in VirtualBox 7.0.12 on Fedora 39 after I set Graphics Controller on Display page to VMSVGA, also set Enable 3D Acceleration.

@Andrew-Sor
Copy link

Hello. Is it possible to install ChromeOS 123.0.6312.94 on a virtual machine?

@n0thing19
Copy link

how can i install newest chormeOS on virtualbox?, i have already convert it to VDI, but sill stuck at blackscreen with blinking cursor

@pepa65
Copy link

pepa65 commented Oct 20, 2024

@n0thing19 Did the OVA file work for you?
Did you try setting the graphics controller to VMSVGA?

@ceemeck
Copy link

ceemeck commented Nov 4, 2024

looking forward to if there's anyway chrome OS flex is possible to run on virtualbox, @ me if there's a way
also yes, the v83 build does work

@Amir13897a
Copy link

you can use CloudReady

@cjmach
Copy link

cjmach commented Sep 3, 2025

For those still looking to run CloudReady v96 on virtualbox, try the following:

  1. Download image from the Internet Archive
  2. Unzip the file. You should get a bin file on the destination directory.
  3. Run the following command to convert the bin file to vdi: VBoxManage convertfromraw cloudready-free-96.4.6-64bit.bin cloudready-free-96.4.6-64bit.vdi --format VDI
  4. Create a new VM on VirtualBox with the following settings:
  • Operating System: Linux 2.6 / 3.x / 4.x / 5.x (64-bit)
  • Base memory: >= 4096 MB
  • Processors: >= 2
  • Acceleration: Nested Paging, PAE/NX, KVM Paravirtualization
  • Video memory: Maximum available
  • Graphics Controller: VMSVGA
  • 3D Graphics enabled
  • Storage: Add the converted VDI file to the SATA controller.

It works, except for the mouse pointer which is not visible inside the guest VM.
Also, if you are trying to find a solution to view DRM protected content (Widevine L1) in Linux like I was, you are out of luck...

@cjmach
Copy link

cjmach commented Sep 5, 2025

Just found an VDI file provided by OSBoxes that suits my needs: Android x86. There's a VM named LineageOS v14.1 and it works very well, at least on my computer.
After downloading the VDI file, create a new VM on VirtualBox with the settings specified above.

@MagicDippyEgg
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment