]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/8/booting
ip/ipconfig: make ra6 daemon less chatty, log to /sys/log/ipconfig instead of /sys...
[plan9front.git] / sys / man / 8 / booting
old mode 100755 (executable)
new mode 100644 (file)
index 288f4cc..ea5a181
@@ -17,90 +17,25 @@ Be sure to read
 to understand what happens after the kernel is loaded.
 .SS Terminals
 To bootstrap a diskless terminal or a CPU server, a file server must be running.
-PCs can boot from a floppy disk or any FAT16 partition.
-On all the terminals, typing two control-T's followed by a lower-case
-.B r
-reboots the machine;
-other methods of rebooting are mentioned for some machines.
 .SS PCs
-To boot a PC, it is necessary to get
-.B /386/9load
-or
-.B /386/9pxeload
-loaded into memory.
-There are many ways to do this.  A Plan 9 boot floppy prepared by
-.B format
-(see
-.IR prep (8))
-will load
-.B 9load
-when the PC is reset or powered on.
-Other methods are described in 
-.IR 9load (8).
-.B 9load
-then locates and loads a Plan 9 kernel, using configuration information
-from the file
-.B plan9.ini
-stored in the
-.B 9fat
-configuration partition or on a DOS file system.
-See 
-.IR 9load (8)
-for details.
+On a PC, the
+.IR 9boot (8)
+program is used to load the kernel
+.B /386/9pc
+into memory.
 .PP
 Once the kernel is booted, it behaves like the others.
 See
 .IR boot (8)
 for details.
-.SS Alpha PCs
-Alpha PCs must be booted via TFTP using the SRM console.
-If the system has ARC firmware instead, SRM may be downloaded from
-.IP
-.EX
-http://www.compaq.com/
-.EE
-.PP
-You must configure the SRM firmware to load the file
-.BR /alpha/bootalphapc .
-The following commands may be used (replace
-.B ewa0
-with the name of your ethernet device, if different):
-.IP
-.EX
-set boot_reset ON
-set boot_file /alpha/bootalphapc
-set bootdef_dev ewa0
-set ewa0_inet_init bootp
-set ewa0_protocols BOOTP
-.EE
-.PP
-This secondary bootstrap program will first load the file
-.BR /alpha/conf/ <IP-address>
-(substituting the IP address of the system as obtained via bootp).
-This file is expected to be in
-.IR plan9.ini (8)
-format (the file
-.B /alpha/conf/10.0.0.2
-may be used as a template).
-It then loads the kernel via tftp, using the value of
-.B bootfile
-to tell it which file to load; this should be
-.B /alpha/9apc
-for terminals.
 .SS CPU Servers
 The Plan 9 CPU servers are multi-user, so they do not request a user name
 when booting.
-On the CPU servers, typing a control-P on the console reboots the machine.
 .SS PC CPU Server
-Proceed as for the PC terminal, but load
-.B /386/9pccpu
-or
-.BR /386/9pccpudisk .
-.SS Alpha PC CPU Server
-Proceed as for the Alpha PC terminal, but use
-.B /alpha/9apccpu
-as the value of
-.BR bootfile .
+Proceed as for the PC terminal, but have
+.B service=cpu
+set in
+.IR plan9.ini (8).
 .SS SGI Challenge multiprocessor CPU Server
 The Challenge ROM monitor can boot from the Ethernet.
 To boot from the Ethernet, type
@@ -252,7 +187,7 @@ when reset.
 .
 .SH "SEE ALSO"
 .IR ndb (6),
-.IR 9load (8),
+.IR 9boot (8),
 .IR boot (8),
 .IR init (8),
 .IR plan9.ini (8)