VMware ESX NO VMkernel Modules Found Error
Posted by Planet Malaysia on December 31, 2007
My development VMware ESX box crashed early this morning with the error message "No VMkernel modules found" during server booting up. I'm not sure what I did last step and after reboot, the system show the error message.
However, I can still login as root without any problem and I noticed my network details are gone.

Sources from here.
This is the first time I saw weird error message and as usual goooooogle. Found something interesting in VMware forum either here or here.
Boot into ESX debug mode, and run the following commands:
- esxcfg-boot -p – to reload the PCI data
- esxcfg-boot -r – to refresh initrd information
- esxcfg-boot -b – to setup boot information
Boot into ESX normal mode and setup network
- esxcfg-vswitch -a vswitch0
- esxcfg-vswitch -A "Service Console" vswitch0
- esxcfg-vswif -a vswif0 -p "Service Console" -i 192.168.1.1 -n 255.255.255.0
- esxcfg-vswitch -L vmnic0 vswitch0
Login to Virtual Center and reconnect to your ESX host. Hope this can help!
Possibly Related Posts:
- How to add Dell PERC Drivers into VMware Converter Cold Clone ISO
- Top 10 Free Anti Virus
- Microsoft SQL 2008 Agent not starts
- VMware Workstation 7 Serial Key
- WP Contact Form III – You do not have sufficient permissions to access this page Error
Comments
Leave a Reply