1. Remove a rather strangely gratuitous bit of profanity
[unix-history] / contrib / FAQ / FAQ-01
CommitLineData
b88624ba
GCI
1
2
3
41.0 Installation
5----------------
6
71.0.1: I just installed my system and rebooted. Now I can't find the
8 extract or configure programs, where did they go?
9
10
11These two commands are just shell builtins. To get these back, either
12create a account [adding a user] with /.profile as its profile or
13boot FreeBSD with a '-s' at the boot prompt.
14
15
161.0.2: I want to install FreeBSD unto a SCSI disk that has more than
17 1024 cylinders. How do I do it?
18
19This depends. If you don't have DOS (or another operating system) on the
20system, you can just keep the drive in native mode and simply make sure that
21your root partition is below 1024 so the bios can boot the kernel from it.
22It you also have DOS/some other OS on the drive then your best bet is to find
23out what parameters that it thinks you have before installing FreeBSD. When
24FreeBSD's installation procedure prompts you for these values, you should then
25enter them rather than simply going with the defaults.
26
27There is a freely available utility distributed with FreeBSD called `pfdisk'
28(located in the tools/ subdirectory) which can be used for this purpose.
29
30
311.0.3: When I boot FreeBSD it says "Missing Operating System".
32
33See above (1.0.2). This is classicaly a case of FreeBSD and DOS or some other
34OS conflicting over their ideas of disk geometry. You will have to reinstall
35FreeBSD, but obeying the instructions given above will almost always get you
36going.
37
38
391.0.4: I have an IDE drive with lots of bad blocks on it and FreeBSD doesn't
40 seem to install properly.
41
42FreeBSD's bad block (bad144) handling is still not 100% (to put it charitably)
43and it must unfortunately be said that if you've got an IDE or ESDI drive
44with lots of bad blocks, then FreeBSD is probably not for you! That said, it
45does work on thousands of IDE based systems, so you'd do well to try it first
46before simply iving up.
47
48
491.0.5: I have 32MB of memory, should I expect any special problems?
50
51If you have an IDE controller, no. Likewise, if you have a full EISA system
52with EISA disk controller or a working local bus controller (read further)
53you'll have no problems. If you have an ISA system, or an EISA system with an
54ISA disk controller then you will most certainly have problems with the upper
5516MB of memory due to the ISA 24 bit DMA limitation (which ISA cards in EISA
56systems will also exhibit). If you have a local bus disk controller, and it's
57NOT a Buslogic Bt445S with a revision less than `D' (BIOS 3.36 or earlier),
58then you should be OK. Never fear, however, as all is not lost.
59FreeBSD-current (and the upcoming FreeBSD 1.2) have bounce-buffer support that
60make all of the above scenarios work with a full 32MB of memory or more. You
61are therefore advised to simply pull 16MB of memory out, install, and then see
62about upgrading to FreeBSD-current or FreeBSD 1.2 (when it comes out) so that
63you can put it back.
64
65