Hi,
I'm trying to build a bootable ESXi 5.0 with a static IP in it because i have subnets that do not have PXE available to them. I've been able to do this with ESXi 4.1, but ESXi 5.0 does not seem to work. On ESXi 5.0 at this point i just want to mount the ESXi 5.0 ISO file, copy the files out of it, then package it back up with mkisofs, but obviously I'm doing something wrong with mkisofs. I've been doing the following:
- mount -o loop /root/esxi.5.0.iso /mnt; cd /mnt
- rsync -a /tmp; cd /tmp/mnt
- mkisofs -l -J -R -r -T -o /tmp/newesxi.5.0.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table .
- mount and boot from vmware workstation virtual cdrom
When i try to boot this newesxi.5.0.iso file, I get to the grub menu ok, then i see "/ata-pata.v00: file not found." Any light anyone can shine on this would be appreciated.
Thanks in advance.