FreeBSD on the ASUS Eee Box using an USB flash drive
I wanted my personal server to be closer to me. So I invested few days ago in the Asus Eee Box, thinking it is the best configuration for a light server at home.
I moved this blog and all my services from my dedicated server to my new one. To setup FreeBSD on this kind of machine, you have two ways to do it:- Install FreeBSD using a pxeboot image and a dhcp server.
- Install FreeBSD using a bootable USB flash drive.
Creating a bootable USB flash drive by using the original ISO image is a bit annoying if you haven't got a FreeBSD station yet. I have been using the fbsd2img.sh script,
To setup the USB flash drive, use "dd" (/dev/XXX is the device of your USB flash drive):
dd if=7.1-RELEASE-i386-bootonly.img of=/dev/XXX bs=1m

