1. Download ESXi4.1
Please download ESXi4.1 from vmware website, the file is VMware-VMvisor-Installer-4.1.0-260247.x86_64.iso
2. Extract files from iso
# mkdir 1
# mount -o loop VMware-VMvisor-Installer-4.1.0-260247.x86_64.iso 1
|
3. Copy files for PXE
# cp -r 1/* /ks/iso/64/esx/esxi41/
# cp 1/mboot.c32 /tftpboot/bootimg/64/esx/esxi41/
# cp 1/vmkboot.gz /tftpboot/bootimg/64/esx/esxi41/
# cp 1/vmkernel.gz /tftpboot/bootimg/64/esx/esxi41/
# cp 1/sys.vgz /tftpboot/bootimg/64/esx/esxi41/
# cp 1/cim.vgz /tftpboot/bootimg/64/esx/esxi41/
# cp 1/ienviron.vgz /tftpboot/bootimg/64/esx/esxi41/
# cp 1/install.vgz /tftpboot/bootimg/64/esx/esxi41/
|
4. prepare ks.cfg
# cat /ks/iso/64/esx/esxi41/ks.cfg
vmaccepteula
rootpw password
clearpart --firstdisk --overwritevmfs
autopart --firstdisk --overwritevmfs
install nfs --server=10.224.106.11 --dir=/ks/iso/64/esx/esxi41
network --bootproto=dhcp
#network --bootproto=static --device=vmnic0 --ip=10.224.106.95 --netmask=255.255.255.0 --gateway=10.224.106.1 --nameserver=10.224.96.228 --hostname=esxi-sde-01 --addvmportgroup=1 --vlanid=953
#Keyboard
keyboard Default
#Reboot after install?
reboot
#serialnum --esx=xxxxx-xxxxx-xxxxx-xxxxx-xxxxx
|
5. set PXE menu
label ks_64_esxi41
menu label esxi4.1
kernel bootimg/64/esx/esxi41/mboot.c32
append bootimg/64/esx/esxi41/vmkboot.gz ks=nfs://10.224.106.11/ks/iso/64/esx/esxi41/ks.cfg --- bootimg/64/esx/esxi41/vmkernel.gz --- bootimg/64/esx/esxi41/sys.vgz --- bootimg/64/esx/esxi41/cim.vgz --- bootimg/64/esx/esxi41/ienviron.vgz --- bootimg/64/esx/esxi41/install.vgz
|
6. Boot the server from
network and install by menu esxi4.1. after installation finished and
reboot automatically, ESXi4.1 will run on your server.
阅读(1394) | 评论(2) | 转发(0) |