Skip to content

Instantly share code, notes, and snippets.

@gerarldlee
Last active March 24, 2024 23:51
Show Gist options
  • Star 54 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • 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.

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