Tag: PXE Booting

  • PXE booting with Ubiquiti EdgeRouter

    This tutorial will walk you through setting up a Ubiquiti EdgeRouter to allow PXE booting. This tutorial assumes that you have a TFTP & NFS Server running on `192.168.69.100`. [[pxe-server-ubuntu|A complete PXE setup guide is located here]]. # Login to router via ssh, enter configure mode {{{ lang=bash configure }}} # Add `bootfile-server` option to…

  • add-apt-repository: command not found

    When attempting to add a repo on my pxe-boot chroot, I got the error: `add-apt-repository: command not found` {{{ root@server:/# add-apt-repository ppa:yannubuntu/boot-repair && apt-get update add-apt-repository: command not found }}} The solution is to install both `python-software-properties` and `software-properties-common` {{{ apt-get install -y python-software-properties software-properties-common }}}

  • Setup PXE Server Ubuntu

    In this tutorial, I will guide you through the process of creating a PXE server on an Ubuntu Host. This guide also includes complete setup instructions for the PXE client and DHCP server. I will also guide you through an effective storage/deployment method so that you may quickly deploy identical PXE images. ——- [[[TOC]]] ——-…