Difference between revisions of "Highbank Fedora Installation Config"

From CDOT Wiki
Jump to: navigation, search
(TFTP configuration)
(TFTP configuration)
Line 5: Line 5:
 
# Create <code>/var/lib/tftpboot/pxelinux/pxelinux.cfg</code>
 
# Create <code>/var/lib/tftpboot/pxelinux/pxelinux.cfg</code>
 
# Create <code>/var/lib/tftpboot/f18-highbank</code>
 
# Create <code>/var/lib/tftpboot/f18-highbank</code>
 +
# Place these files in <code>/var/lib/tftpboot/f18-highbank</code>:
 +
#* http://fedoraproject.org/w/uploads/c/cf/F18-highbank.ks
 +
#* http://dl.fedoraproject.org/pub/fedora-secondary/releases/18/Fedora/armhfp/os/images/pxeboot/initrd-highbank.img
 +
#* http://dl.fedoraproject.org/pub/fedora-secondary/releases/18/Fedora/armhfp/os/images/pxeboot/vmlinuz-highbank
 +
#* http://dl.fedoraproject.org/pub/fedora-secondary/releases/18/Fedora/armhfp/os/images/pxeboot/upgrade-highbank.img
 +
#* http://dl.fedoraproject.org/pub/fedora-secondary/releases/18/Fedora/armhfp/os/images/pxeboot/uImage-highbank
 +
#* http://dl.fedoraproject.org/pub/fedora-secondary/releases/18/Fedora/armhfp/os/images/pxeboot/uInitrd-highbank
 
# Change <code>disable = yes</code> to <code>disable = no</code> in <code>/etc/xinetd.d/tftp</code>
 
# Change <code>disable = yes</code> to <code>disable = no</code> in <code>/etc/xinetd.d/tftp</code>
 
# Reload/restart xinetd (note: restart needed if there were previously no available services): <code>systemctl restart xinetd</code>
 
# Reload/restart xinetd (note: restart needed if there were previously no available services): <code>systemctl restart xinetd</code>

Revision as of 12:28, 3 August 2013

DHCP configuration

TFTP configuration

  1. Create /var/lib/tftpboot/pxelinux/pxelinux.cfg
  2. Create /var/lib/tftpboot/f18-highbank
  3. Place these files in /var/lib/tftpboot/f18-highbank:
  4. Change disable = yes to disable = no in /etc/xinetd.d/tftp
  5. Reload/restart xinetd (note: restart needed if there were previously no available services): systemctl restart xinetd

PXE configuration

  1. Place PXE configuration in /var/lib/tftpboot/pxelinux/pxelinux.cfg, 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