2002-07-11 08:52:48 +04:00
|
|
|
.\" $NetBSD: prep,v 1.6 2002/07/11 04:52:49 scottr Exp $
|
2002-04-02 15:36:34 +04:00
|
|
|
.
|
2002-06-28 19:26:37 +04:00
|
|
|
A \*M machine usually needs little or no preparation before installing
|
|
|
|
.Nx ,
|
|
|
|
other than the usual, well advised precaution of
|
|
|
|
.Em backing up all data
|
|
|
|
on any attached storage devices.
|
2002-04-02 15:36:34 +04:00
|
|
|
.Pp
|
2002-06-28 19:26:37 +04:00
|
|
|
.
|
|
|
|
.Ss2 Available Boot Media
|
|
|
|
.
|
|
|
|
Currently the \*M Cyclone firmware allows for system booting using:
|
|
|
|
.(bullet -compact
|
|
|
|
Ethernet (netboot) using DHCP, BOOTP, TFTP, or NFS.
|
|
|
|
.It
|
|
|
|
Local harddisk or CD ROM with the following file systems:
|
|
|
|
.(bullet -compact
|
|
|
|
Berkeley FFS
|
|
|
|
.It
|
2002-06-29 02:45:21 +04:00
|
|
|
Linux ext2
|
2002-06-28 19:26:37 +04:00
|
|
|
.It
|
2002-07-11 08:52:48 +04:00
|
|
|
ISO9660 CD-ROM file system
|
2002-06-28 19:26:37 +04:00
|
|
|
.It
|
2002-07-11 08:52:48 +04:00
|
|
|
MS-DOS file system
|
2002-06-28 19:26:37 +04:00
|
|
|
.bullet)
|
|
|
|
.bullet)
|
2002-04-02 15:36:34 +04:00
|
|
|
.Pp
|
2002-06-28 19:26:37 +04:00
|
|
|
Booting from floppy disk is not currently supported.
|
|
|
|
.
|
|
|
|
.Ss2 Preparing the Bootable Media
|
|
|
|
.
|
|
|
|
This section desribes how to get a
|
2002-07-01 22:25:09 +04:00
|
|
|
.Nx*M
|
2002-06-28 19:26:37 +04:00
|
|
|
install kernel onto a CD-R.
|
2002-04-02 15:36:34 +04:00
|
|
|
.Pp
|
2002-06-28 19:26:37 +04:00
|
|
|
Go to one of the
|
2002-04-02 15:36:34 +04:00
|
|
|
.Nx
|
2002-06-28 19:26:37 +04:00
|
|
|
mirror sites and download CD-R image from the
|
|
|
|
.Pa pub/NetBSD/iso
|
|
|
|
directory.
|
|
|
|
.Lk http://www.netbsd.org/mirrors/#iso
|
|
|
|
.Pp
|
2002-06-29 14:49:51 +04:00
|
|
|
Get and install cdrecord.
|
|
|
|
This is available in the packages collection under pkgsrc/sysutils/cdrecord.
|
|
|
|
Systems not supported by the packages
|
2002-06-28 19:26:37 +04:00
|
|
|
collection should get it from the official website:
|
|
|
|
.br
|
|
|
|
.Lk ftp://ftp.netbsd.org/pub/NetBSD/packages/pkgsrc/sysutils/cdrecord/README.html
|
|
|
|
.br
|
|
|
|
.Lk http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdrecord.html
|
|
|
|
.Pp
|
|
|
|
.(disp
|
|
|
|
.No # Ic "cdrecord -v speed=4 dev=/dev/cd1d output.iso"
|
|
|
|
.disp)
|
|
|
|
.Pp
|
|
|
|
You will need to substitute the correct name of the disk image file,
|
|
|
|
speed for your CD writer, and the
|
|
|
|
correct device for your system (for i386 it would be
|
|
|
|
.Pa /dev/cd1d No Ns ).
|
|
|
|
.
|
|
|
|
.Ss2 Booting from CD-ROM
|
|
|
|
.
|
|
|
|
To boot from a CD-ROM simply issue the following command
|
|
|
|
.Pp
|
|
|
|
.(disp
|
|
|
|
.No boot> Ic "boot cd0:/netbsd"
|
|
|
|
.disp)
|