Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

Finally got around to picking up my new home server for ~$300 dollars.

Used Dell Inspiron 5559

Home Server Log

May 25, 2017 - Install VMWare ESX 6.5

Download Network Driver

Installing VMWare vSphere ESXi Hypervisor 6.5 but network card is not detected on boot.

This article looks promising - https://www.v-front.de/2014/12/how-to-make-your-unsupported-nic-work.html
D
ell seems to package their own ESX IOS which I think will work but I need to see if I can upgrade. Also what's  with the A00, A01, A03 designation linked under "Other Versions"? - http://www.dell.com/support/home/us/en/19/Drivers/DriversDetails?driverId=FCTFC

This Dell article to download the Dell-customized ESXi Embedded ISO also has more info on what drivers are installed.

Also checked the native download page for the leaptop but ESX is not listed as an OS.

Using Windows found network card is Realtek PCI-e FE Family Controller,

  • PCI bus 2, device 0, function 0

Using VMWare ESX CD and booting into Linux,

  • Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express/Gigabit Ethernet controller Class 0200: 10ec:8136

Searched the vibsdepot using PCI ID "10ec:8136" to download driver.

Downloaded Convenience Script...

Create Custom ESX ISO

Start Windows 7

Download VMWare PowerCLI 6.5 and install. I may ask you to first install Windows Management Framework 3.0.

Start Menu, Right Click "Windows Power Shell" and choose "Run as administrator".

At terminal allow execution of the custom Script,

get-executionpolicy
# "Restricted" is returned
set-executionpolicy remotesigned
get-executionpolicy
# "RemoteSigned" is now returned

Install VMWare Module

May 24, 2017 - Update BIOS

Record asset tag and system specs. Upgrade BIOS from 1.0.6 to 1.2.8 (March 22, 2017). Run basic burn test.

  • No labels