1pxeboot(8) System Manager's Manual pxeboot(8)
2
3
4
6 pxeboot - Network Booting Operating Systems Configuration Utility
7
9 pxeboot [OPTION] [Hostname | IP Address | Subnet]
10
12 This is a command line tool for configuring PXE boot files.
13
15 -a, --add
16 add a new PXE Boot file.
17
18 -m, --modify
19 modify a PXE boot file
20
21 -d, --delete
22 delete a PXE boot file
23
24 -l, --list
25 list all PXE boot files
26
27 -s, --serial
28 Use serial console on client
29
30 -S, --snapshot <snapshotname>
31 Use alternate name for diskless snapshot directory
32
33 -e, --ethernet <ethernet device>
34 Use this ethernet device to mount diskless directories
35
36 -N, --nisdomain <nisdomain>
37 specify NIS domain to be used by the installation/diskless ker‐
38 nel
39
40 -K, --kickstart <kickstartfile>
41 specify the location of the kickstart file, this should be spec‐
42 ified as a kernel parameter.
43
44 -r, --ramdisk <size>
45 specify the size of ramdisk to be used by the installation/disk‐
46 less kernel
47
48 -O, --os <Operating System>
49 specify the operating system description as created with pxeos
50
51 -h, --help
52 show usage
53
54 tname | IP Address
55 specify the Hostname or IP Address/Subnet to be used for cre‐
56 ation of the PXE boot file.
57
59 /usr/sbin/pxeboot
60 /tftpboot/linux-install/pxelinux.cfg/pxeos.xml
61 /usr/share/system-config-netboot/*
62 /tftpboot/linux-install/*
63
65 pxeboot -l
66 List all the pxeboot files
67
68 pxeboot -a -O RHEL-AS-Diskless -r 1000 10.0
69 Create a PXEBoot file which will boot a diskless Operating Sys‐
70 tem for any host in the 10.0 subnet
71
73 This utility configures PXE boot files to be used for network installa‐
74 tions or diskless environments.
75
77 system-config-netboot(8) pxeos(8)
78
81 Dan Walsh <dwalsh@redhat.com>
82
83
84
85
86 Tue Apr 1 2003 pxeboot(8)