1,885
edits
Changes
Created page with '== DHCP configuration == == TFTP configuration == # Create <code>/var/lib/tftpboot/pxelinux/pxelinux.cfg</code> # Create <code>/var/lib/tftpboot/f18-highbank</code> == PXE co…'
== DHCP configuration ==
== TFTP configuration ==
# Create <code>/var/lib/tftpboot/pxelinux/pxelinux.cfg</code>
# Create <code>/var/lib/tftpboot/f18-highbank</code>
== PXE configuration ==
# Place PXE configuration in <code>/var/lib/tftpboot/pxelinux/pxelinux.cfg</code>, named "01-mac" e.g., "01-fc-2f-40-48-06-a0"
PXE configuration file contents:
menu title F18 HighBank Boot Options
default Highbank-Install
prompt 1
timeout 100
label Highbank-Install
kernel f18-highbank/vmlinuz-highbank
initrd f18-highbank/initrd-highbank.img
append console=ttyAMA0 ip=eth0:dhcp ks=http://192.168.1.254/f18-highbank/F18-highbank.ks rd.shell
== HTTP configuration ==
== TFTP configuration ==
# Create <code>/var/lib/tftpboot/pxelinux/pxelinux.cfg</code>
# Create <code>/var/lib/tftpboot/f18-highbank</code>
== PXE configuration ==
# Place PXE configuration in <code>/var/lib/tftpboot/pxelinux/pxelinux.cfg</code>, named "01-mac" e.g., "01-fc-2f-40-48-06-a0"
PXE configuration file contents:
menu title F18 HighBank Boot Options
default Highbank-Install
prompt 1
timeout 100
label Highbank-Install
kernel f18-highbank/vmlinuz-highbank
initrd f18-highbank/initrd-highbank.img
append console=ttyAMA0 ip=eth0:dhcp ks=http://192.168.1.254/f18-highbank/F18-highbank.ks rd.shell
== HTTP configuration ==