diff options
author | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-03-23 10:16:57 +0000 |
---|---|---|
committer | Tom Cosgrove <tom@cvs.openbsd.org> | 2004-03-23 10:16:57 +0000 |
commit | 5ec1ece12003527c463c7b5be29c575a02d0e504 (patch) | |
tree | 5ecf7391e9211b4219af03514a758b68715bdc8c /distrib/notes/amd64/install | |
parent | 289e938747276f50d9d00ff9b4c2970d8bccca7e (diff) |
Mention use of PXE to get install kernel, and cleanup some whitespace.
ok miod@, deraadt@
Diffstat (limited to 'distrib/notes/amd64/install')
-rw-r--r-- | distrib/notes/amd64/install | 50 |
1 files changed, 30 insertions, 20 deletions
diff --git a/distrib/notes/amd64/install b/distrib/notes/amd64/install index 6ecd40f88fb..393a934e205 100644 --- a/distrib/notes/amd64/install +++ b/distrib/notes/amd64/install @@ -1,4 +1,4 @@ -dnl $OpenBSD: install,v 1.4 2004/03/17 09:25:09 jmc Exp $ +dnl $OpenBSD: install,v 1.5 2004/03/23 10:16:55 tom Exp $ OpenBSDInstallPrelude If OpenBSD will be sharing the disk with another operating system, @@ -14,25 +14,35 @@ that use the translated geometry. There are several ways to install OpenBSD onto a disk. The easiest way, should your computer support it, is to boot off the OpenBSD CD-ROM, or off the bootable CD-ROM mini image. Otherwise, you can boot from a 3.5" -1.44MB floppy disk if your machine has a floppy drive. +1.44MB floppy disk if your machine has a floppy drive. If your machine +supports PXE network boots, you could try to configure a server for a +network install. OpenBSDInstallPart2 - With either the CD-ROM or the floppy in the drive, reboot your - computer. You might have to play with your BIOS options to let the - computer boot from the installation media, rather than the hard - disk. - - It will take a while to load the kernel from a floppy or slow - speed CD-ROM drive, most likely more than a minute. If some - action doesn't eventually happen, or the spinning cursor has - stopped and nothing further has happened, either your boot floppy - is bad or you are having hardware problems. If trying another - floppy disk doesn't help, try booting after disabling your CPU's - internal and external caches (if any). If it still doesn't work, - OpenBSD probably can't be run on your hardware. This can probably - be considered a bug, so you might want to report it. - If you do, please {:-include-:} as many details about your system + If you are using CD-ROM or floppy media, ensure the disk is in + the drive before starting. + + Reboot the computer to begin the install. You might have to play + with your BIOS options to get the computer to boot from the + correct installation media (floppy, CD, or network/PXE) rather + than from the hard disk. + + If you are installing across the network with PXE, you will need + to tell pxeboot to get the bsd.rd install kernel: + + boot> boot bsd.rd + + It can take a while to load the kernel from a floppy, slow speed + CD-ROM drive, or across a network, most likely more than a minute. + If some action doesn't eventually happen, or the spinning cursor + has stopped and nothing further has happened, either your boot + floppy is bad or you are having hardware problems. If trying + another floppy disk doesn't help, try booting after disabling your + CPU's internal and external caches (if any). If it still doesn't + work, OpenBSD probably can't be run on your hardware. This can + probably be considered a bug, so you might want to report it. If + you do, please {:-include-:} as many details about your system configuration as you can. OpenBSDBootMsgs @@ -42,15 +52,15 @@ OpenBSDBootMsgs dnl Replace the following paragraph... After entering the terminal type you will be asked whether you - wish to do an "(I)nstall". Enter 'I' for a fresh install. + wish to do an "(I)nstall". Enter 'I' for a fresh install. You will be presented with a welcome message and asked if - you really wish to install. Assuming you answered 'yes', the + you really wish to install. Assuming you answered 'yes', the install program will then tell you which disks of that type it can install on, and ask you which it should use. The name of the disk is typically "sd0" for SCSI drives or "wd0" for IDE/RLL/ESDI/ST506 drives. - Reply with the name of your disk. + Reply with the name of your disk. dnl with this: dnl OpenBSDInstallPart3({:- or "wd0" for IDE/RLL/ESDI/ST506 drives-:}) dnl once upgrades are available |