6.0.2

Table Of Contents
5 Create a destination directory and mount the USB ash drive to it.
mkdir /usbdisk
mount /dev/sdb1 /usbdisk
6 Create a destination directory and mount the ESXi installer ISO image to it.
mkdir /esxi_cdrom
mount -o loop VMware-VMvisor-Installer-6.x.x-XXXXXX.x86_64.iso /esxi_cdrom
7 Copy the contents of the ISO image to the USB ash drive.
cp -r /esxi_cdrom/* /usbdisk
8 Rename the isolinux.cfg le to syslinux.cfg.
mv /usbdisk/isolinux.cfg /usbdisk/syslinux.cfg
9 In the /usbdisk/syslinux.cfg le, edit the APPEND -c boot.cfg line to APPEND -c boot.cfg -p 1.
10 Unmount the USB ash drive.
umount /usbdisk
11 Unmount the installer ISO image.
umount /esxi_cdrom
The USB ash drive can boot the ESXi installer.
Create a USB Flash Drive to Store the ESXi Installation Script or Upgrade Script
You can use a USB ash drive to store the ESXi installation script or upgrade script that is used during
scripted installation or upgrade of ESXi.
When multiple USB ash drives are present on the installation machine, the installation software searches
for the installation or upgrade script on all aached USB ash drives.
The instructions in this procedure assume that the USB ash drive is detected as /dev/sdb.
N The ks le containing the installation or upgrade script cannot be located on the same USB ash
drive that you are using to boot the installation or upgrade.
Prerequisites
n
Linux machine
n
ESXi installation or upgrade script, the ks.cfg kickstart le
n
USB ash drive
Procedure
1 Aach the USB ash drive to a Linux machine that has access to the installation or upgrade script.
2 Create a partition table.
/sbin/fdisk /dev/sdb
a Type d to delete partitions until they are all deleted.
b Type n to create primary partition 1 that extends over the entire disk.
c Type t to set the type to an appropriate seing for the FAT32 le system, such as c.
vSphere Upgrade
144 VMware, Inc.