Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/notes/common Pull up patch (requested by jhawk):
details: https://anonhg.NetBSD.org/src/rev/4640061fea85
branches: netbsd-1-5
changeset: 491967:4640061fea85
user: jhawk <jhawk%NetBSD.org@localhost>
date: Mon Jul 02 14:48:22 2001 +0000
description:
Pull up patch (requested by jhawk):
Large pile of changes from mbw, he, and jhawk.
Update Dd. Add "quick install notes for the impatient" for
macppc and sparc.
diffstat:
distrib/notes/common/main | 182 +++++++++++++++++++++++++++++++++++++++++----
1 files changed, 166 insertions(+), 16 deletions(-)
diffs (238 lines):
diff -r e654f5c83de9 -r 4640061fea85 distrib/notes/common/main
--- a/distrib/notes/common/main Mon Jul 02 14:19:05 2001 +0000
+++ b/distrib/notes/common/main Mon Jul 02 14:48:22 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: main,v 1.61.2.39 2001/06/17 20:50:58 he Exp $
+.\" $NetBSD: main,v 1.61.2.40 2001/07/02 14:48:22 jhawk Exp $
.\"
.\" Copyright (c) 1999-2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -51,7 +51,7 @@
.
.so \*[.CURDIR]/../common/macros
.
-.Dd May 21, 2001
+.Dd July 2, 2001
.Dt INSTALL 8
.Os NetBSD
.Sh NAME
@@ -98,19 +98,20 @@
.Em \*[format]
version.
.
-.if r_i386 \{
+.if \n[i386]:\n[macppc]:\n[sparc] \{
.Ss "Quick install notes for the impatient"
.Pp
This section contains some brief notes describing what you need to
install
.Nx \*V
-on an i386-architecture machine.
+on a machine of the \*M architecture.
.Bl -bullet
.It
-Fetch the appropriate pair of boot floppy images from the
+Fetch the
+.if r_i386 \{\
+appropriate pair of boot floppy images from the
.Pa installation/floppy/
-directory.
-Most people will need the
+directory. Most people will need the
.Pa boot1.fs
and
.Pa boot2.fs
@@ -119,28 +120,59 @@
and
.Pa bootlap2.fs
if installing on a laptop.
+.\}
+.if r_macppc \{\
+boot floppy image
+.Pa installation/boot.fs
+and bootloader
+.Pa installation/ofwboot.xcf ,
+or the CD image,
+.Pa macppc_bootable.iso .
+You only need the floppy image and bootloader, or the CD image to boot
+your system.
+.\}
+.if r_sparc \{\
+CD image,
+.Pa sparc_bootable.iso
+or the floppy disk images,
+.Pa install/floppy/disk1.gz No and Pa install/floppy/disk2 .
+You need either the pair of floppies or the CD to boot your system,
+unless you plan to netboot the installation kernel, which requires
+a local rarp, tftp, bootparams and NFS server and is not covered in
+further detail here.
+.\}
.It
The actual binary distribution is in the
.Pa binary/sets/
directory.
-When you boot the install floppies, the installation program
+When you boot the install
+.if r_i386 floppies,
+.if r_macppc floppy or CD-ROM,
+.if r_sparc floppies or CD-ROM,
+the installation program
can fetch these files for you (using e.g. ftp),
if you have a network connection.
There are several other methods to get the binary sets onto
the machine you install.
.Pp
-You will at a minimum need the
-.Pa base.tgz ,
-.Pa etc.tgz
-sets, and one of the kernel sets, typically
-.Pa kern.tgz .
+You will at a minimum need
+.ie r_i386 \{\
+one of the kernel sets, typically
+.Pa kern.tgz ,
+as well as
+.\}
+.el \{\
+the following sets:
+.Pa kern.tgz ,
+.\}
+.Pa base.tgz
+and
+.Pa etc.tgz .
In a typical workstation installation you will probably want
all the installation sets.
+.if \n[i386] \{
.It
Write the floppy images directly to a pair of floppies.
-These will be used to boot the installation kernel, which contains
-all the tools required to install
-.Nx .
If you have problems writing a raw image to a floppy,
the
.Ic rawrite.exe
@@ -152,6 +184,124 @@
in the
.Pa utilities/
directory may be of help.
+.\}
+.if \n[macppc] \{
+.It
+If your mac has a floppy drive,
+write the floppy image directly to a floppy disk.
+Otherwise, drag the uncompressed floppy image and bootloader to your
+hard drive icon (the top level of the drive, not the desktop). If you are
+making a CD, burn it now.
+If you have problems writing a raw image to a floppy, the
+.Ic suntar
+.Tn MacOS
+program may be of help.
+.\}
+.if \n[sparc] \{
+.It
+Make sure your sparc's CD-ROM drive is bootable. Burn the CD. Otherwise,
+write the floppy images directly to a pair of floppies (after
+uncompressing disk1.gz).
+.\}
+.Pp
+The disk(s) you just prepared will be used to boot the installation
+kernel, which contains all the tools required to install
+.Nx .
+.if r_macppc \{\
+.It
+Determine your machine's model, quirks, and Open Firmware version from the
+.Nx*M
+Model Support webpage.
+.Lk http://www.netbsd.org/Ports/macppc/models.html
+.Pp
+At present,
+.Nx*M
+cannot exist on the same hard drive as
+.Tn MacOS
+unless you partition your disk using a
+.Tn MacOS
+partitioning utility. Open Firmware versions prior to 3 cannot boot into
+.Nx
+on a drive partitioned this way -- you must use the entire disk,
+partitioned with the installation tools. Open Firmware version 3 cannot
+boot into
+.Nx
+on a drive partitioned with the installation tools, you must use a
+.Tn MacOS
+partitioning utility and the
+.Dq Me "Re-install sets or install additional sets"
+option in the installer (selecting the
+.Dq Me "Install NetBSD to hard disk"
+or
+.Dq Me "Upgrade NetBSD on a hard disk"
+options will render your drive unbootable). If you are unsure, you may
+want to read the section below on
+.Sx Partitioning your hard drive for NetBSD
+.It
+For systems with Open Firmware versions prior to 3, you may need to use
+Apple's System Disk utility to enter Open Firmware and use your screen and
+keyboard. To enter Open Firmware, hold down the
+.Key COMMAND-OPTION-O-F
+keys after the boot chime starts, but before it ends. Entering Open
+Firmware versions prior to 3 is usually the most frustrating part of
+installation -- you may want to read the section below on
+.Sx Older Open Firmware System Preparation
+.Pp
+You should have the Open Firmware
+.Dq Pa "0 >"
+prompt on your screen before attempting to boot
+.Nx*M .
+.\}
+.if r_macppc \{\
+.It
+At the Open Firmware prompt, type the command to boot. For the boot
+floppy, the command is
+.Dq Ic "boot fd:0" .
+For the boot floppy image and bootloader on your hard drive (Open Firmware
+3), the command is something like
+.Dq Ic "boot hd:9,ofwboot.xcf hd:9,boot.fs" .
+You may need to replace both 9's with your drive's partition number.
+.Pp
+For boot CDs, the command is something like
+.Dq Ic "boot cd:0,OFWBOOT.XCF NETBSD.RAM" .
+You will most likely need to keep
+.Ic OFWBOOT.XCF No and Ic NETBSD.RAM
+capitalized. You may need to replace
+.Ic cd
+with
+.Ic "scsi/sd@3 , scsi-int/sd@3 , scsi-ext/sd@3 , ata/atapi-disk ,"
+or some other device alias. You should also use the Open Firmware
+.Ic dir
+command to confirm that the
+.Nx*M
+kernel is called
+.Pa NETBSD.RAM .
+.\}
+.if r_sparc \{\
+.It
+You will need to get to the OpenBoot PROM
+.Dq Ic "ok"
+prompt. After your system first powers on, and displays some initial
+information, press the
+.Key STOP-A
+keys. At the
+.Dq Ic "ok"
+prompt, type the command to boot your system into
+.Nx .
+The command to boot from CD is one of the following commands (depending on
+your model):
+.Dq Ic b sd(,30,) ,
+.Dq Ic boot sd(,30,) ,
+or
+.Dq Ic boot cdrom .
+.Pp
+The command to boot from floppy is either
+.Dq Ic boot fd(,,1)
+or
+.Dq Ic boot floppy .
+The installer will prompt you to insert the second floppy when it is ready
+for it.
+.\}
.It
For third-party programs which are not part of the base
.Nx
Home |
Main Index |
Thread Index |
Old Index