Starting in January 2013, my Intel NUC series is now over has reached the heady heights of double digits over the past few years, so I figured it might be handy to make them a bit easier to find!
The clue is in the name! Info on Synology storage and Cisco SG300-10 switches. I have subsequently added a further 3 Synology NAS boxes and a Cisco SG300-20!
I successfully ran my VMware vSphere ESXi 5.1 Nanolab for 18 months on my pair of Intel NUC DC3217IYE hosts. Early this year I got around to upgrading to 5.5. I had experienced some issues with my vCenter Server Appliance so ended up just rebuilding the lab from scratch and reattaching my old data stores. Having written all of this up, I then promptly forgot to post it! So for the sake of continuity (before I do the same for 6.0 shortly), this article covers the process.
In addition I also purchased a 3rd node for my lab, the 4th Gen D34010WYKH model (also with a Core i3), with which I was able to test and prove the process on as it uses the same NIC chipset.
The following are updated instructions for installing vSphere 5.5 on Intel NUC (any model with the Intel® 82579V or Intel® I218V onboard NIC should work).
I recommend before you start, you upgrade the NUC to the latest firmware, to avoid any potential bugs (of which there were a few when they were first released). Copy the latest firmare image onto a USB stick, boot the NUC, hit F7 at the bios, find your firmware on the USB stick and let it do it’s thing:
Intel NUC Firmware Upgrade
vSphere 5.5 Install Requirements
A USB Stick. This should work on anything over 1-2GB but personally am using 8GB PNY Micro Sleek Attache & 16GB Kinston DataTraveler Micro drives as they’re tiny, so less likely to catch on anything as they stick out the back of the NUC box, and they cost less than £5 each.
A copy of VMware Workstation 8 / Fusion 6 or newer.
If you do choose to add this in as well to your image, simply run the customiser twice, once for the network VIB, then a second time for the SATA vin, using the interim image as your source for the final image.
Process Overview
Create a customised ISO with the additional Intel driver.
Install ESXi to your USB stick using VMware Workstation / VMware Fusion and the customised ISO you will create below.
Plug in your NUC, insert the USB stick, boot and go!
Part One – Create the Custom ISO
Run the ESXi-Customizer-v2.7.2.exe (latest version at time of writing).
This will extract the customer to the directory of your choosing.
Navigate to the new directory.
Run the ESXi-Customizer.cmd batch file. This will open up the GUI, where you can configure the following options:
Path to your ESXi Installer
Path to the Intel driver downloaded previously
Path where you want the new ISO to be saved
Ensure you tick the Create (U)EFI-bootable ISO checkbox.
ESXi-Customizer with 2.3.2 vib
This will output a new custom ESXi installer ISO called ESXi-5.x-Custom.iso or similar, in the path defined above.
Part Two – Install bootable ESXi to the USB stick.
I stress that this is my preferred way of doing this as an alternative is simply to burn your customised ISO to a CD/DVD and boot using a USB DVD-ROM. That would however be a whole lot slower, and waste a blank CD!
Plug your chosen USB stick into your PC.
Open VMware Workstation (8 or above), VMware Fusion, or whatever you use, ideally supporting the Virtualize Intel VT-x/EPT or AMD-V/RVI option (allowing you to nest 64-bit VMs).
Create a new VM, you can use any spec you like really, as ESXi always checks on boot, but I created one with the similar specs as my intended host, single socket, 2vCPU cores. RAM doesn’t really matter either but I use at least 4GB normally. This does not require a virtual hard disk.
Once the VM is created, and before you boot it, edit the CPU settings and tick the Virtualize Intel VT-x/EPT or AMD-V/RVI checkbox. This will reduce errors when installing ESXi (which checks to ensure it can virtualise 64-bit operating systems).
VMware Workstation Nesting
VMware Fusion Nesting
Set the CD/DVD (IDE) configuration to Use ISO image file, and point this to the customised ISO created earlier.
Once the above settings have been configured, power on the VM.
As soon as the VM is powered on, in the bottom right of the screen, right click on the flash disk icon, and click Connect (Disconnect from Host).
Attach USB in VMware Workstation
Attach USB in VMware Fusion
This will mount the USB stick inside the VM, and allow you to do a standard ESXi installation onto the stick.
ESXi Install
At the end of the installation, disconnect the stick, un-mount and unplug it.
Install Complete
Part Three – Boot and go!
This is the easy bit, assuming you don’t have any of the HDMI issues I mentioned in the first post!
Plug your newly installed USB stick into the back of the NUC.
Don’t forget to plug in a network cable (duh!) and keyboard for the initial configuration. If you wish to modify any bios settings (optional), you will also ideally need a mouse as the NUC runs Visual BIOS.
Power on the NUC…
Have fun!
That’s it!
Any questions/comments, please feel free to hit me up on twitter as I have recently disabled comments on my blog due to the insane volumes of spam bots they were attracting!
The following will likely work in other versions of vSphere, but I used it in vSphere 5.5 a while ago, then forgot to hit publish on this post!
In that case I had installed a new ESXi host and not included the custom VIB with the drivers for the SATA card. I did this deliberately as I thought I would have no need at this time to use the local HBA. The thing I forgot is that the host profiles I had created from other hosts included a local HBA, therefore the host profiles would not remediate without one. Annoying! So I used the following steps to manually add the specific VIB I needed (in this case sata-xahci-1.10-1.x86_64.vib).
SSH to your ESXi host (having enabled the SSH server from the vSphere Client):
Copy the vib file into the host image (in my case I had it stored on my web server, but you could equally use any other standard method to get the file onto the host):
# esxcli software vib install -v file:/tmp/sata-xahci-1.10-1.x86_64.vib
Installation Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: VFrontDe_bootbank_sata-xahci_1.10-1
VIBs Removed:
VIBs Skipped:
Check that the vib is installed:
# esxcli software vib list | grep -i <vib name in my case ahci>
sata-xahci 1.10-1 VFrontDe CommunitySupported 2014-10-31