After Google announced the availability of the Chrome OS / Chromium OS source code, one of GDGT's engineers (Jon Ursenbach), immediately got to work on compiling the code, trying to see if he could get an instance of Chromium OS running in a virtual machine.
He was finally able to do it! You can download a copy of the virtual machine to use in VMware (300MB compressed / 700MB uncompressed): http://gdgt.com/google/chrome-os/download/
Here's my WorksStation 7 VMX file :
.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "6"
maxvcpus = "4"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "1024"
ide0:0.present = "TRUE"
ide0:0.fileName = "C:\Users\Eric Sloof\Downloads\Chrome\chrome-os-0.4.22.8-gdgt.vmdk"
ide1:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.deviceType = "cdrom-raw"
floppy0.startConnected = "FALSE"
floppy0.fileName = ""
floppy0.autodetect = "TRUE"
ethernet0.present = "TRUE"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.addressType = "generated"
usb.present = "TRUE"
ehci.present = "TRUE"
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
pciBridge0.present = "TRUE"
vmci0.present = "TRUE"
roamingVM.exitBehavior = "go"
displayName = "Google Chrome"
guestOS = "centos"
nvram = "Google Chrome.nvram"
virtualHW.productCompatibility = "hosted"
extendedConfigFile = "Google Chrome.vmxf"
ethernet0.generatedAddress = "00:0c:29:ac:15:ec"
uuid.location = "56 4d 4d 4b a9 a0 36 db-13 de a0 ee af ac 15 ec"
uuid.bios = "56 4d 4d 4b a9 a0 36 db-13 de a0 ee af ac 15 ec"
cleanShutdown = "FALSE"
replay.supported = "TRUE"
replay.filename = ""
ide0:0.redo = ""
pciBridge0.pciSlotNumber = "17"
scsi0.pciSlotNumber = "16"
ethernet0.pciSlotNumber = "32"
sound.pciSlotNumber = "33"
ehci.pciSlotNumber = "34"
vmci0.pciSlotNumber = "35"
vmotion.checkpointFBSize = "16777216"
ethernet0.generatedAddressOffset = "0"
vmci0.id = "-1347676692"

But the Chrome tells me that the network is not
connected and the offline login fail
What did I do wrong?
Frits
[IMG]http://i893.photobucket.com/albums/ac132/t1tu/error.jpg[/IMG]
http://i893.photobucket.com/albums/ac132/t1tu/error.jpg
1-Create a textfile end rename it to "chrome-os-0.4.22.8-gdgt.vmx"
2-Paste below config in it between the +++ lines.
3-Adjust the element: ide0:0.fileName to the vm disk file
4-boot and login with a known Google account.
++++++++++++++++
.encoding = "windows-1252"
config.version = "8"
virtualHW.version = "6"
maxvcpus = "4"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "1024"
ide0:0.present = "TRUE"
ide0:0.fileName = "D:\VMMACHINES\CHOME-OS\chrome-os-0.4.22.8-gdgt.vmdk"
ide1:0.present = "TRUE"
ide1:0.autodetect = "TRUE"
ide1:0.deviceType = "cdrom-raw"
floppy0.startConnected = "FALSE"
floppy0.fileName = ""
floppy0.autodetect = "TRUE"
ethernet0.present = "TRUE"
ethernet0.wakeOnPcktRcv = "FALSE"
ethernet0.addressType = "generated"
usb.present = "TRUE"
ehci.present = "TRUE"
sound.present = "TRUE"
sound.fileName = "-1"
sound.autodetect = "TRUE"
pciBridge0.present = "TRUE"
vmci0.present = "TRUE"
roamingVM.exitBehavior = "go"
displayName = "Google Chrome OS"
guestOS = "other"
nvram = "Google Chrome.nvram"
virtualHW.productCompatibility = "hosted"
extendedConfigFile = "chrome-os-0.4.22.8-gdgt.vmxf"
ethernet0.generatedAddress = "00:0c:29:48:fd:7b"
uuid.location = "56 4d 0a a9 a7 be 12 7b-9d c7 65 3d ee 48 fd 7b"
uuid.bios = "56 4d 0a a9 a7 be 12 7b-9d c7 65 3d ee 48 fd 7b"
cleanShutdown = "FALSE"
replay.supported = "TRUE"
replay.filename = ""
ide0:0.redo = ""
pciBridge0.pciSlotNumber = "17"
scsi0.pciSlotNumber = "16"
ethernet0.pciSlotNumber = "32"
sound.pciSlotNumber = "33"
ehci.pciSlotNumber = "34"
vmci0.pciSlotNumber = "35"
vmotion.checkpointFBSize = "16777216"
ethernet0.generatedAddressOffset = "0"
vmci0.id = "-1347676692"
tools.upgrade.policy = "manual"
++++++++++++++
it doesn't work, same problem.interesting!
Ik gebruik VMWare Server 7