summaryrefslogtreecommitdiff
path: root/distrib/notes/sgi/install
blob: 0709eedb48f13c3c741a28bc0f9a77874af8f58d (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
dnl	$OpenBSD: install,v 1.4 2004/08/26 20:45:00 miod Exp $
OpenBSDInstallPrelude

There are several ways to install OpenBSD onto a disk. The easiest way
in terms of preliminary setup is to use the OpenBSD ramdisk kernel that
can be booted via BOOTP. Booting from CD is not yet supported.

Booting over the network:
dnl XXX provide more details!!!

First, a bootp or dhcpd server needs to be set up. The bootpd(8) or
dhcpd(8) manual page on your server should provide detailed information
on how to set up the server.

The bootp or dhcp server needs to know the ethernet address of the
system. This address can be found by using the ``printenv'' command
in the Maintenance Console, looking for the ``eaddr'' variable.

The server should also provide a tftp location, where the bsd.rd file
should be available.

Once the server is set up, boot with the following command in the
Maintenance Console:

> boot bootp()/bsd.rd


Installing the system:

OpenBSDInstallPart2

	Boot your machine from the installation media as described above.

	It will take a while to load the kernel especially from a slow
	network connection, 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 media is bad, your
	diskless setup isn't correct, or you may have a hardware or
	configuration problem.

OpenBSDBootMsgs

	You will next be asked for your terminal type.
dnl XXX needs extra text here once graphics console is available
	Just hit return to select the default (vt100).

OpenBSDInstallPart3

OpenBSDInstallPart4

OpenBSDInstallPart5(sd0)

OpenBSDInstallNet({:-CD-ROM, NFS, -:})

OpenBSDFTPInstall

OpenBSDHTTPInstall

OpenBSDTAPEInstall

OpenBSDCDROMInstall

OpenBSDNFSInstall

OpenBSDCommonFS(NFS)

OpenBSDCommonURL

OpenBSDCongratulations