So, FreeBSD9 was released recently. While it’s not on the VMware HCL, the prior release 8.x is, so keep in mind while it works, support may get interesting if something goes sideways.
Installing FreeBSD 9.0
Getting the bits
I pulled the 2.1GB DVD ISO from here: ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/9.0/
Choose the ISO that suits what your requirements. For me, the DVD image provided the best all around choice.
Set up the VM container
Next, Next, Done
Unless you’ve got some custom requirements, the defaults will generally work. Which is what I did:![]()
Installing VMware Tools
This here, took some doing as my FreeBSD-Fu is rusty:
- In the vSphere Client, mount the tools ISO
- Install Perl
- cd /usr/ports/lang/perl5.12
- make
- make install
- Install the tools:
- mkdir /mnt/cdrom
- mount /dev/cd0 -t cd9660 -e /mnt/cdrom
- cp /mnt/cdrom/vmware-freebsd-tools.tar.gz /tmp
- umount /mnt/cdrom
- cd /tmp
- tar -zxf ./vmware-freebsd-tools.tar.gz
- cd vmware-tools-distrib/
- ./vmware-install.pl –default (two dashes)
- Done!

