Did something change on esx 3.5? I create a simple ks.cfg in notepad, place it on a floppy. During a CD boot, i type "esx ks=floppy" (also try esx ks=floppy method=cdrom", it boot up but never seem to read the ks.cfg and the automation never took off!
Default Kickstart file for
VMware ESX Server 3.50
Created by: dwc
Last modified: 04-26-2008
HP storage device will be detected
vmfs partition and fs will be created if ESX failed to do it
#esx ks=floppy method=cdrom
Installation Method
cdrom
root password
The MD5 encrypted string below is for "password"
rootpw --iscrypted $1$Z
Authconfig
auth --enableshadow --enablemd5
Bootloader (GRUB or LILO)
bootloader --location=mbr
Timezone
timezone --utc US/Eastern
X Windowing System
skipx
Install or Upgrade
install
Text mode
text
Network install type
computer name in the Altiris DS console during deployment.
For static IP and KickStart Floppy
network --bootproto static --ip 10.140.217.68 --netmask 255.255.255.224 --gateway 10.140.217.65 --nameserver 165.129.200.2 --hostname rouuxpvm01 --addvmportgroup=0
Language
lang en_US
Language Support
langsupport --default en_US
Keyboard
keyboard us
Mouse
mouse none
Reboot after install
reboot
Firewall settings
firewall --disabled
Partitioning
%hddevice% is replaced with the detected storage device name by the
vmesx.sh script executed on the target server.
To specify specific or custom device names simply replace %hddevice%
with specific device names ( Ex cciss/c0d0 ).
Clear Partitions
clearpart --all --initlabel --drives=cciss/c0d0
#
--drives=cciss/c0d0
part /boot --fstype ext3 --size 200 --asprimary --ondisk cciss/c0d0
part / --fstype ext3 --size 5000 --asprimary --ondisk cciss/c0d0
part swap --size 800 --asprimary --ondisk cciss/c0d0
part None --fstype vmkcore --size 100 --ondisk cciss/c0d0
part /var/log --fstype ext3 --size 2048 --ondisk cciss/c0d0
part /tmp --fstype ext3 --size 2048 --ondisk cciss/c0d0
part /opt --fstype ext3 --size 2048 --ondisk cciss/c0d0
part /home --fstype ext3 --size 8192 --ondisk cciss/c0d0
part None --fstype vmfs3 --size 2000 --grow --ondisk cciss/c0d0
vmaccepteula
#VMWare License information
Host based or license server based
Sample for server based licensing
vmlicense --mode=server --server=27000@192.168.1.20 --edition=esxFull --features=vsmp,backup
Host based licensing
vmlicense --mode=file
Add license text to vmlicense_text section at bottom of file.
vmlicense --mode=server --server=27000@wkfntpvmvc01.global.lubrizol.com --edition=esxFull
%packages
@base
Post install
%post
%vmlicense_text