Dell CS24 ESXi 5.5 Install Stuck “Relocating modules and starting up the kernel…”

     I recently upgraded my ESXi boxes from ESXi 5.1 to 5.5, and while I had no issues when installing ESXi 5.1 originally, I did happen to run into a few hiccups with 5.5. The issues were mainly on my Dell CS24-SC servers, but I had no issues with my PowerEdge 1950 GII or 2950 GII servers.

stuck_screen_thumb     On the CS24 servers the ESXi installer would hang indefinitely at “Relocating modules and starting up the kernel…”. After searching around a bit, I found this thread. It seems as though the issue is video related, specifically either memory or whether the system is running headless. Apparently some BIOS have options for whether the system is running headless or not, but the CS24’s have no options like this.

     In that thread a few users explain how use start up options to tell ESXi to ignore whether the server is in headless mode and force ESXi to continue with the install. One thing to note when entering options during the install or boot, they must be re-entered if the system is rebooted!

Below are the steps to install ESXi 5.5 on a CS24:

1. Boot ISO

2. Press Shift + O during startup of an ESXi 5.5 installation

shift-o

3. Append the boot option: ignoreHeadless=TRUE

ignoreheadless_install

4. Installer should now work – Install, Remove Media, Reboot

loading

5. Upon reboot repeat step 2 (Shift + O, Append the boot option: ignoreHeadless=TRUE)

6. These next few steps are to make the ignoreHeadless=TRUE setting persistent through a reboot…

Once ESXi is booted, press F2 and login

esxi-f2

7. Under System Customization, go to Troubleshooting Options

8. Enable the ESXi Shell and ESC all the way out

enable_shell

9. Back at the main console screen, hit Alt + F1 to access the shell

10. Login and enter the following command:

     esxcfg-advcfg --set-kernel "TRUE" ignoreHeadless

esxi_shell

11. Type exit

12. Hit Alt+F2 to go back to the main ESXi screen

13. Complete! Don’t forget to disable the ESXi Shell if you don’t want it on!

Links:

Comments are closed.