No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / notes / shark / prep
blobc7769b1b4d76d7af8d276e0c17abbbff1dab5db7
1 .\"     $NetBSD: prep,v 1.2 2002/05/08 14:02:21 pooka Exp $
3 First and foremost, before beginning the installation process,
4 .Em make sure you have a reliable backup
5 of any data on your hard disk that you
6 wish to keep.
7 Repartitioning your hard disk is an excellent way to destroy important data.
8 .Pp
9 The Shark platform is most commonly run in a
10 .Dq diskless
11 configuration.
12 That is, the system loads its kernel over the
13 network and uses NFS to access its root file system from a server.
14 It is possible, however, to install
15 .Nx*M
16 onto a disk drive; some Shark models included IDE ZIP drives, and it
17 is also possible to mount a laptop drive inside the Shark case (this
18 is left as an exercise for the reader).
19 .Pp
20 If you are going to run your Shark in a diskless configuration, you
21 must set up DHCP, TFTP, and NFS on your server; the Shark firmware
22 and kernel use DHCP to obtain their network configuration, the Shark
23 firmware loads the kernel using TFTP, and the Shark kernel uses NFS
24 to access the root file system.
25 See your server system's documentation on how to configure these services.
26 .Pp
27 If you are going to run your Shark from a disk, there is essentially
28 no preparation work that you need to do; the Shark firmware understands
29 the NetBSD partition map and FFS file system formats, and loads the kernel
30 directly from an FFS file system.
31 However, you must still configure a DHCP and TFTP server on your network,
32 since the installation software must be loaded over the network.