
Re: esxi 4.1 installation on top of running linux
Sorry for delay.
so i have physical machine which is fully compatible with esxi4, with installed debian 5, what i need, is to install esxi 4.1 without kvm or any other remote managment stuff.
Thanks to Varazir's briliant script, i prepared customized iso image
my ks.cfg
Code:
vmaccepteula
rootpw mysupersecretpass
autopart --firstdisk --overwritevmfs
install url example.com/vm
network --bootproto=static --ip=192.0.2.4 --gateway=192.0.2.1 --hostname=esxi.example.com --device=vmnic0 --nameserver=192.0.2.98 --netmask=255.255.255.0
reboot
on
http://example.com/vm i placed unpacked content of prepared iso
also i copied iso image to /boot/esxi.iso
on debian i installed
http://syslinux.zytor.com/wiki/index.php/MEMDISKinto /boot/memdisk
and created entry in /boot/grub/menu.lst
Code:
title ESXi Installation from ISO
root (hd0,0)
kernel /boot/memdisk iso raw
initrd /boot/esxi.so
and specified this entry as default.
reboot debian server and after 15-20 i got working ESXi
Thanks Varazir for your excellent script!