Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

VMware vmxnet3 crash #169

Closed
grengojbo opened this issue Oct 18, 2014 · 3 comments
Closed

VMware vmxnet3 crash #169

grengojbo opened this issue Oct 18, 2014 · 3 comments

Comments

@grengojbo
Copy link

CoreOS 459.0.0, VMware ESXI 5.1 or VMware ESXI 5.5 vmxnet3 OK...

CoreOS 472.0.0, VMware ESXI 5.1 or VMware ESXI 5.5 vmxnet3

A general system error occurred: 
error
@oliverkurth
Copy link

The reason is the hardware upgrade to version 7. The PCI bus needs to be properly configured. You need to add these bits to the vmx file. See for example a vmx file generated by WS/Fusion:

pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"

Also make sure to remove the slot number for the ethernet device (this line: ethernet0.pciSlotNumber = xx) - it will be newly allocated on power up.

@grengojbo
Copy link
Author

Thanks, it worked.

@oliverkurth
Copy link

I think this can be closed, fixed with PR 343.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants