Installing FreeBSD via FTP on VMWare Workstation 6
September 28th, 2008For me, a UNIX/ Linux newbie, FreeBSD installer is a bit dodgy to use. So I want to share the successful FTP installation steps.
To get FreeBSD, go to http://www.freebsd.org/where.html. I’m using livefs version of FreeBSD ISO.
I created a new VMWare virtal machine with the following settings: NAT networking, 256MB RAM, 8GB HD, and CD-Rom pointing to the downloaded ISO.
Start up the Virtual Machine.
- On “Welcome to FreeBSD!” page, press Enter to choose default boot option.
- Select your “Country Selection”.
- Arriving at “Sysinstall Main Menu”, choose “Standard”.
- On “FDISK Partition Editor” page, choose “A” for “Use Entire Disk”, and “Q” to exit.
- On “Install Boot Manager” page, choose “BootMgr”.
- On “FreeBSD Disklabel Editor”, create 2 labels: 512M for “Swap” and the rest for root (/) “FS”. Press “Q” to exit.
- On “Choose Distribution”, choose Minimal and Custom: base, kernels, info, man, ports.
- On “Choose Installation Media”, choose “FTP Passive”.
- On “FTP distribution site”, choose “URL” and enter the “IP Address” of your nearest FreeBSD distribution site e.g. ftp://210.171.226.46/pub/FreeBSD (for ftp.jp.freebsd.org).
- On “Network interface information”, choose “le0″.
- Choose “No” for IPv6 configuration.
- Choose “No” for DHCP configuration.
- Enter your hostname, domain, IPv4 Gateway, Name Server, IPv4 Address, Netmask.
Step number 8, 9, 12, and 13 are critical. I never got the installer working, by choosing other choices on those steps.