blob: 36a1426cfd8a69f204a74658c88fd9fe84855fa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
dnl $OpenBSD: xfer,v 1.27 2004/06/22 00:42:11 matthieu Exp $
Installation is supported from several media types, including:
CD-ROM (NOT supported if booting from floppy)
FFS partitions
Tape
FTP
HTTP
If you can burn the bootable CD-ROM mini image, you can boot from it.
Otherwise, you will need to create a bootable floppy disk.
OpenBSDXferFloppyFromDOS
OpenBSDXferFloppyFromUNIX
If you neither have a floppy drive nor a CD-ROM drive on your alpha:
If you don't have a floppy drive you can copy the floppy
image onto the hard disk you intend to install OpenBSD on.
Doing so will overwrite the disk's old contents, however.
You must use a UN*X-like system to write the floppy image
to the hard disk you will be using for OpenBSD/MACHINE. You
should use the "dd" command to copy the file system image
(floppy{:--:}OSrev.fs or floppyB{:--:}OSrev.fs) directly to the raw 'c'
device (whole disk) of the target hard disk. It is suggested
that you read the dd(1) manual page or ask your system
administrator to determine the correct set of arguments to use;
it will be slightly different from system to system, and a
comprehensive list of the possibilities is beyond the scope of
this document.
Please note that this will put a floppy disklabel on your
disk which will confuse the install script. To fix this
you need to ask for a shell (answer "s" to the first question)
when booting your disk and do "dd if=/dev/zero of=/dev/rsd0c
count=20", assuming you booted from sd0. After doing this you will
not be able to boot that disk again unless you complete
the install. You can now enter "install" and start the
actual install process.
OpenBSDXferShortPrelude
OpenBSDXferBareTape(xbase xetc xfont xserv xshare)
OpenBSDXferFFS
|