HOWTO: FreeBSD Installation (desktop version for newbies)
This howto is dedicated to all newbies, as one myself, I know how frustrating it can be.
Without much ado, the first thing you should find out is how to configure your computer BIOS so it boots from your CD/DVD/USB thumbdrive, depending on what you will be using.
Check the FreeBSD documentation, Google search, etc.
Then, comes the choice of what version to install: the latest (11.0) or the previous one (10.3). I do not like to install brand-new ones until they go to following sub-versions, i.e. (11.1, 11.2) but that is just me, it's up to you, after all, it's a free country.
In this howto you will install 10.3. You can install version 11.0 if you desire. Later on, you can upgrade to the version you want.
Burn the CD1 for version 10.3 64-bit in my case:
ftp://ftp.freebsd.org/pub/FreeBSD/r...GES/10.3/FreeBSD-10.3-RELEASE-amd64-disc1.iso
Download the ISO, burn it, insert the CD and reboot, it should come up as the installation CD, it will take a few minutes to recognize your hardware, until finally it will end at the prompt and unto the installation. Press (I)nstall. and away we go...
Don't bother partitioning the hard drive, give the whole drive to FreeBSD, afterall why mess with it in the first try. Unless you're into gastric ulcers, there is always time to live dangerously.
By now, you should have watched the video 10 times until you know it by heart. The video in question is:
Follow the video, after the basic installation, reboot and get ready to install some packages.
Do NOT forget to add your user to the WHEEL group, otherwise, you cannot
Do NOT forget to ENABLE hald and dbus in your /etc/rc.conf so your mouse and keyboard work.
First, as root, do:
At the end of the screen press the Down Arrow on your keyboard until you get to root prompt.
Next,
Next,
I will install LXDE instead of XFCE4, it's lighter and faster IMHO. Perfect for newbies.
I like to install the 'big dogs' one by one, it seems to me it goes faster, I'm sure I'm wrong.
type:
Come back to the console:
listo!
Good luck,
macondo
This howto is dedicated to all newbies, as one myself, I know how frustrating it can be.
Without much ado, the first thing you should find out is how to configure your computer BIOS so it boots from your CD/DVD/USB thumbdrive, depending on what you will be using.
Check the FreeBSD documentation, Google search, etc.
Then, comes the choice of what version to install: the latest (11.0) or the previous one (10.3). I do not like to install brand-new ones until they go to following sub-versions, i.e. (11.1, 11.2) but that is just me, it's up to you, after all, it's a free country.
In this howto you will install 10.3. You can install version 11.0 if you desire. Later on, you can upgrade to the version you want.
Burn the CD1 for version 10.3 64-bit in my case:
ftp://ftp.freebsd.org/pub/FreeBSD/r...GES/10.3/FreeBSD-10.3-RELEASE-amd64-disc1.iso
Download the ISO, burn it, insert the CD and reboot, it should come up as the installation CD, it will take a few minutes to recognize your hardware, until finally it will end at the prompt and unto the installation. Press (I)nstall. and away we go...
Don't bother partitioning the hard drive, give the whole drive to FreeBSD, afterall why mess with it in the first try. Unless you're into gastric ulcers, there is always time to live dangerously.
By now, you should have watched the video 10 times until you know it by heart. The video in question is:
Code:
Riba Linux
How-to Install freeBSD 10.3 plus XFCE desktop and basic applications
Follow the video, after the basic installation, reboot and get ready to install some packages.
Do NOT forget to add your user to the WHEEL group, otherwise, you cannot
sudo
. If you forget, don't fret, it can be fixed afterwards.Do NOT forget to ENABLE hald and dbus in your /etc/rc.conf so your mouse and keyboard work.
First, as root, do:
# freebsd-update fetch
At the end of the screen press the Down Arrow on your keyboard until you get to root prompt.
Next,
# freebsd-update install
Next,
I will install LXDE instead of XFCE4, it's lighter and faster IMHO. Perfect for newbies.
# pkg install nano sudo
# pkg install xorg
# pkg install firefox-esr
# pkg install lxde-meta
I like to install the 'big dogs' one by one, it seems to me it goes faster, I'm sure I'm wrong.
# nano /home/user_name/.xinitrc
type:
exec startlxde
#reboot
Come back to the console:
Code:
$ login: username
$ passwd: username password (press Enter)
$ startx (press Enter)
listo!
Good luck,
macondo
Last edited: