Changes

Jump to: navigation, search

Application note - UEFI PXE boot to Linux Mint

416 bytes added, 10:32, 23 January 2019
Created page with "== Overview == In this tutorial you will be able to create PXE server on your PC that allows you to boot multiple distributions directly from ISO image using Ethernet connecti..."
== Overview ==
In this tutorial you will be able to create PXE server on your PC that allows you to boot multiple distributions directly from ISO image using Ethernet connection only

== TFTP server ==
<pre>
$ sudo apt install tftpd-hpa
</pre>

* Edit configuration file: /etc/default/tftpd-hpa
<pre>
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/var/lib/tftpboot"
TFTP_ADDRESS=":69"
TFTP_OPTIONS="--secure --verbose"
</pre>
425
edits