blob: 22f97941533a56bb730e998a1ed87d94a7ed3760 (
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
|
dnl $OpenBSD: xfer,v 1.7 2005/03/18 13:27:56 miod Exp $
Installation is supported from several media types, including:
CD-ROM
FFS partitions
DOS (FAT) partitions
EXT2 partitions
Tape
dnl Remote NFS partition
FTP
HTTP
If you can't (or don't want to) boot off a CD-ROM, you can use a floppy
disk (1.44MB required). Failing that, if your computer supports PXE, you
can prepare a server to start the install across the network, but you will
still need the install sets available on one of the above media types.
OpenBSDXferFloppyFromDOS
OpenBSDXferFloppyFromUNIX
Creating a PXE network bootable setup using OpenBSD or other Un*x-like system:
In order to start the install via PXE, you will need to set up a
DHCP server and a TFTP server. The details of how to do this
vary considerably, depending on the network's host. You should
refer to the relevant man pages or administrator's guide for the
host system.
The DHCP server should return "pxeboot" to amd64 clients as the
network boot program. Both pxeboot and the bsd.rd install kernel
should be copied to the TFTP server's root directory.
If you are using an OpenBSD server, you can use the supplied
dhcpd and tftpd. A sample configuration for dhcpd is given in
the pxeboot(8) man page. You can get it from the man{:--:}OSrev.tgz
distribution set, or see the copy on the OpenBSD web page. You
should also refer to dhcpd(8) and tftpd(8) for more information
on configuring them.
OpenBSDXferShortPrelude
OpenBSDXferBareTape(xbase xetc xfont xserv xshare)
dnl OpenBSDXferNFS
dnl
OpenBSDXferFFS
|