|
Getting a basic FreeBSD system installed from CD / FTP Network via the Internet |
|
It is not my intent to list every possible way (and there are many
ways) to install FreeBSD.
2.
Begin installing and configuring FreeBSD
4. Select your
country (in my case United States)
5. Select "Custom" to
begin our installation
6. Select "Partition"
to begin picking which hard disk you want to use
7. Press "A" to use
the entire disk (all), then hit "Q" to quit
8. Choice a
"Standard" MBR (Master Boot Record) since we are not creating a dual
boot machine
9. Choose "Label" and
select "OK" to begin setting up partitions
10. In this case we
are showing you a hard drive "ad0" that is approximately 80GB
(81917MB)
11. Hit "C" for
create and type 512M since in this example our PC has 256MB of RAM
we will double the swap space
12. Choose "Swap" as
the type and select OK
13. You should see
your newly created swap partition listed
14. Hit "C" for
create and take the default value (this big number is "everything
that remains" ) for the rest of the disk
15. Select "FS" (for
File System) and select "OK" to continue
16. Type / (forward
slash) for the mount point and select "OK" to continue
17. You should now
see both of your partitions listed, type "Q" to quit the disk label
editor
18. Choose
"Distributions" and select "OK" to begin selecting our base install
options
19. Choose "Minimal"
and select "OK" to start with a very basic OS (We will add exactly
what we want later)
20. Choose "Commit"
and select "OK" to lock in our choices
21. Select "FTP" as
the installation method - FreeBSD is a network centric OS, let's get
on the network now!
22. Chooses an FTP
distribution site that makes sense for your location and select "OK"
23. Choose your
Ethernet card from the list (usually the top choice) and select "OK"
24. Choose "No" for
IPv6
25. Choose "No" for
DHCP - We are building a server here, not a workstation!
26. Fill in your IP
network settings and select "OK" to continue
27. Select "Yes" and
let's get this install running!
28. Note: The screen
you are watching is the main "ALT+F1" screen, you can also watch
other screens (ALT+F4 etc.)
29. Sit back and
watch the OS install!
30. Choose "Yes" to
set some last minute options before we reboot
31. Select "Root
Password" to set a password for username root
32. Pick a long and
complicated password with at least 9 characters with upper and lower
case and symbols
33. Choose "Time
Zone" and select "OK" to set your correct time zone location
34. Most likely
choose "No" here unless your CMOS is really set to UTC
35. Select your
region (in my case America)
36. Select your
country (in my case United States)
37. Select your zone
(in my case Eastern Time)
38. Choose "Yes" if
the abbreviation looks good
39. Choose "Exit" and
select "OK" to go back up one menu
40. Choose "Exit" and
select "OK" to go back up one more menu
41. Select "Exit
Install"
42. Remove the
FreeBSD CD or DVD from your drive and select "Yes" to reboot Congratulations you have a very basic FreeBSD install on your system! |