README.files revision 1.10
11.10Sross$NetBSD: README.files,v 1.10 1999/03/25 13:09:20 ross Exp $
21.1Scgd
31.10Sross	   Tape, CD, Disk, and Netboot Images
41.10Sross	   ----- --- ----- --- ------- ------
51.5Scgd
61.10SrossThis release or snapshot contains three installation image types,
71.10Srossthe first, for floppies, is split into a multiple volume set.
81.1Scgd
91.9Sross	installation/floppy/disk1of2
101.9Sross	installation/floppy/disk2of2
111.9Sross
121.9Sross	installation/diskimage/cdhdtape
131.9Sross
141.10Sross	installation/instkernel/netbsd.gz
151.10Sross
161.10SrossAll three boot images load the same installation kernel into memory
171.10Srossand then make no further use of the source media. The general idea
181.10Srossis to load a kernel with a pre-initialized memory filesystem of
191.9Srossutilities and an installation program.
201.9Sross
211.10SrossThe floppy image set uses two floppies to load the install kernel.
221.10SrossThe cdhdtape image can be written to a CD, hard drive, or tape and
231.10Srossthen booted from the SRM console. The kernel image can be netbooted
241.10Srossor loaded off the root directory of an existing installation.
251.10Sross
261.10SrossNote:	The netboot loader can load the netbsd.gz file directly; it
271.10Sross	is not necessary to ungzip this kernel first.
281.9Sross
291.9SrossTo copy the boot images to a magnetic disk under unix, the dd(1)
301.9Srosscommand can be used:
311.9Sross
321.9SrossFloppy:
331.9Sross	dd if=disk1of2 of=/dev/rfd0a bs=18k
341.9Sross	(change floppies)
351.9Sross	dd if=disk2of2 of=/dev/rfd0a bs=18k
361.9Sross
371.9SrossYou can write the image to a hard drive too:
381.9Sross
391.9Sross	dd bs=18k if=cdhdtape of=/dev/rsd1c
401.9Sross	dd bs=18k if=cdhdtape of=/dev/rsd1d (NetBSD/i386)
411.9Sross
421.9SrossFor a tape, it is important to use a block size of 512, so:
431.9Sross
441.9Sross	dd bs=512 if=cdhdtape of=/dev/erst0	(NetBSD)
451.9Sross	dd bs=512 if=cdhdtape of=/dev/rmt0h	(Digital Unix)
461.9Sross
471.9SrossNote that the bits on the installation media are only used when
481.9Srossinitially loaded. They can be written to a hard drive, loaded, and
491.9Srossthen overwritten during the installation with no conflict, or
501.9Srossalternatively, the boot CD or tape can be removed and replaced with
511.9Srossone containing the installation sets.
521.9Sross
531.9SrossThe install notes from this directory subtree are present on the
541.9Srossinstallation file system.
55