Changes between Version 4 and Version 5 of pxe_boot_from_telehouse


Ignore:
Timestamp:
Nov 30, 2017, 12:57:15 AM (6 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pxe_boot_from_telehouse

    v4 v5  
    1010  * start the DHCP server:
    1111{{{
    12 /etc/init.d/isc-dhcp-server start
     12systemctl start isc-dhcp-server
     13}}}
     14 * start the tftp server:
     15{{{
     16systemctl start hpa-tftp
    1317}}}
    1418 * Configure the target server to boot from the network device
    1519 * You should be all set.
     20 * After you are done, be sure to shutdown the dhcpd and tftp services
     21
     22== Setup ==
     23
     24If you want to download the installer for a newer version of debian:
     25
     26 * Either on robideau (or on your laptop if it is not available on robideau), install: `apt-get install debian-installer-9-netboot-amd64` (replace "9" with the version you want)
     27 * On robideau, make the directory:
     28{{{
     29mkdir -p /srv/tftp/debian/<release-name>/amd64
     30cd /srv/tftp/debian/<release-name>/amd64
     31}}}
     32 * Copy `linux` and `initrd.gz` from `/usr/lib/debian-installer/images/9/amd64/gtk/debian-installer/amd64/` to `/srv/tftp/debian/<release-name>/amd64`
     33 * Edit `srv/tftp/boot/grub/grub.cfg`