- PC-BSD wants to install to it's own Primary partition. It saw the extended partition I have on my system, but did not display the logical drives (all my GNU/Linux installs). I knew this was the case from the previous time I installed it. So here's what I did to make sure things would stay nice and clean in the partition table for the rest of my OS installations--
- I booted up my Knoppix 3.9 LiveCD and used cfdisk to create the primay BSD partition for the installation on the HDD from the END of the drive forward. 11GB. Plenty of room for the distro and swap file.
- When I got to the partitioning section of the installation I told it to use ad0s3 (hda3), the primary partition I had made for it. This worked great and left the rest of my disk for more logical partitions for even more GNU/Linux installs! :-)
- The GRUB bootloader entry in /boot/grub/grub.conf is very simple:
title FreeBSD
root (hd0,2,a)
kernel/boot/loader - I used xorgconfig to adjust the display setting for my monitor. I was only getting 1024x768 24bit @ 60Hz on my 19" E90f. That just would not do. I entered the correct horizontal & vertical frequencies and saved the new xorg.conf. Ctrl+Alt+Backspace restarted X and I was back in business at 1280x1024 24bit @75Hz. Nice.
- The scripts included in the Install & Configuration guide made updating & installing ports a snap--useful and instructive at the same time.
This reciever has two tails on it, one USB and the other a PS/2 keyboard connection. I have always had both plugged in. This didn't bother any other OS but it rendered havoc with PC-BSD. Long story short(er):
- I unplugged the PS/2 keyboard connection
- Booted into the BIOS
- Enabled USB Mouse & USB Keyboard (which were both set to disabled)
One final note. FreeBSD ports work in similar fashion to the Gentoo portage system. It downloads source and compiles it on your system. I did not know that. I thought the ports were binary packages ready to go (like you would obtain with apt-get under Debian)...
Well, that's fine. I wanted a FreeBSD system I could learn on, and I have already started learning it seems...
No comments:
Post a Comment