Apparently the MSI K8N Neo4 Platinum (SLI) is tight-butthole about GPT partition schemes. To work around this to get FreeBSD installed, we have to use BSD-Labeling for our partition table.. I tried a good ol' MS-DOS MBR with nested freebsd file systems, but it didnt work either. BSD-labeling is our only option as far as I know.. Also, as usual, the method I will be using here is the simplest case, using the whole disk and as 2 partitions, root and swap.
Ok so in the FreeBSD installer, choose manual partitioning.
Now highlight the hard drive you want to install to and select "Create".
This will create the partition table, we chose "BSD labels". It should automatically choose to use your whole drive, so just select "Ok" and get back to the partitioning menu.
Now we highlight the drive again which should have "BSD" next to it instead of "none", and select "Create" again to make our root partition inside the BSD-labeling table.
type = freebsd-ufs
size = total disk size - size of swap
mount point = /
Select "Ok" to confirm and get back to the partitioning menu.
Now scroll back up to highlight the drive with "BSD" next to it like we did in the previous step. We're creating another partition to use as swap, so select "Create" once more.
type = freebsd-swap
size = remaining space (this should be automatically filled in)
mount point = blank
Select "Ok" to confirm and get back to the partitioning menu.
Ok now we can select "Finish" and exit the installer's partitioner and install as usual.
Good luck with the rest of your installation.. and know that your hate for old motherboards that don't support GPT partition tables is shared by those like me, with similar hardware.
This time I power-walk you through each command to install Gentoo (using a Hardened Stage 3 toolchain). I used this same set of commands, with a little modification of course, to install Gentoo onto my desktop. My hardware configuration is very unlikely the same as yours; adjust accordingly, otherwise these instructions should be all you need to tackle one of the hardest distro's to install (by reputation).
And before you tl;dr, realize that even though the process is long and gruesome, there's so much to learn by just even trying, so do not dispair. There's tons of resources out there! Good luck.
# mount /dev/sda3 /mnt/gentoo
# mkdir /mnt/gentoo/boot
# mount /dev/sda1 /mnt/gentoo/boot
Download and extract latest stage 3
123
# cd /mnt/gentoo
# wget http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/releases/amd64/current-stage3/hardened/stage3-amd64-hardened-20120621.tar.bz2
# tar xjpf stage3-*
Download and extract latest portage snapshot
123
# cd /mnt/gentoo/usr
# wget http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/releases/snapshots/current/portage-latest.tar.bz2
# tar xjf portage-latest.tar.bz2
Mount relevant directories and chroot into new environment
123456
# cd /
# mount -t proc proc /mnt/gentoo/proc
# mount --rbind /dev /mnt/gentoo/dev
# cp -L /etc/resolv.conf /mnt/gentoo/etc
# chroot /mnt/gentoo /bin/bash
# env-update && source /etc/profile
Continue by customizing your install with a browser, file manager, window manager, or be lazy and just get a whole desktop environment. Have fun making any necessary tweaks to file's we've already used, like make.conf USE flags, kernel configuration, bootloader.. but be happy, if you've got this far, you've got a working system.
If you ever find yourself frequenting a Fresh n' Easy market like I have, hopefully you try some of the beer's they rotate into the sale's page.. I've, more often than not, been surprised by their selection which ranges from local brews, imports, and the usual commodity of domestics. While theres nothing wrong with grabbing your favorite, a lot of us out there like to take risks and broaden our horizons. Here's a short listing of a few randoms I've tried in the last month or two, and ratings to go with them.
9 / 10 - Kona Brewing Co. 'Longboard Island Lager'
9 / 10 - Leffe: 'Leffe Blonde'
3 / 10 - Hopper Whitman: 'Belgian White'
7 / 10 - Racer5
Hopefully this helps someone pacing up and down the cooler isle trying to make their selection, so they can get to where they need to be and back to loving life.
Thanks goes out to Adriel, John, and Fresh & Easy for making this post possible.. hiccup