blob: 85f149113a2c29f138389db1217b2106f426e311 (
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
51
52
53
|
Installation is supported from several media types, including:
CD-ROM
FFS partitions
Tape
dnl Remote NFS partition
FTP
HTTP
If you have the OpenBSD CD-ROM distribution (and a CD-ROM drive)
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 your 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 xfont xserv xshare)
dnl OpenBSDXferNFS
dnl
OpenBSDXferFFS
|