No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / notes / cats / prep
blob06efac80463aa7171b296f3934879df2a8103f34
1 .\"     $NetBSD: prep,v 1.10 2008/09/06 21:41:44 tsutsui Exp $
3 A \*M machine usually needs little or no preparation before installing
4 .Nx ,
5 other than the usual, well advised precaution of
6 .Em backing up all data
7 on any attached storage devices.
8 .Pp
10 .Ss2 Available Boot Media
12 Currently the \*M Cyclone firmware allows for system booting using:
13 .(bullet -compact
14 Ethernet (netboot) using DHCP, BOOTP, TFTP, or NFS.
15 .It
16 Local hard disk or CD-ROM with the following file systems:
17 .(bullet -compact
18 Berkeley FFS
19 .It
20 Linux ext2
21 .It
22 ISO9660 CD-ROM file system
23 .It
24 MS-DOS file system
25 .bullet)
26 .bullet)
27 .Pp
28 Booting from floppy disk is not currently supported.
30 .Ss2 Preparing the Bootable Media
32 This section describes how to get a
33 .Nx*M
34 install kernel onto a CD-R.
35 .Pp
36 Go to one of the
37 .Nx
38 mirror sites and download CD-R image from the
39 .Pa pub/NetBSD/iso
40 directory.
41 .Lk http://www.NetBSD.org/mirrors/#iso
42 .Pp
43 Get and install cdrecord.
44 This is available in the packages collection under pkgsrc/sysutils/cdrtools.
45 Systems not supported by the packages
46 collection should get it from the official website:
47 .br
48 .Lk ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/sysutils/cdrtools/README.html
49 .br
50 .Lk http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
51 .Pp
52 .(disp
53 .No # Ic "cdrecord -v speed=4 dev=/dev/cd1d output.iso"
54 .disp)
55 .Pp
56 You will need to substitute the correct name of the disk image file,
57 speed for your CD writer, and the
58 correct device for your system (for i386 it would be
59 .Pa /dev/cd1d ) .
61 .Ss2 Booting from CD-ROM
63 To boot from a CD-ROM simply issue the following command
64 .Pp
65 .(disp
66 .No boot\*[Gt] Ic "boot cd0:/netbsd"
67 .disp)