GithubHelp home page GithubHelp logo

cloudxtreme / pxe-boot-vm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stephenrlouie/pxe-boot-vm

0.0 1.0 0.0 45.8 MB

A Vagrant file to set up a PXE boot. (DHCP, TFTP, Apache, Provisioner = Virtualbox)

Shell 100.00%

pxe-boot-vm's Introduction

#Vagrant PXE Boot Machine

##Steps

  1. Create "build" images
  2. Package "build" images
  3. Add image to vagrant
  4. Have a pxe VM ready to go

##Setup

  • Create the master image. (It sets up dhcp, apache, tftp)

    vagrant up build_boot

  • Package up the current image

    vagrant package build_boot --output <storage_path>/pxe_boot.box
    
  • Add to vagrant's box list

    vagrant box add pxe_boot <storage_path>/pxe_boot.box
    
  • Destroys the build boxes

    vagrant destroy -f

  • Will deploy from the pre-made images, much faster than before for any future tests

    vagrant up

##Test PXE

  1. Create a blank VM

  2. Enable Network Boot

    a. System Settings -> Motherboard -> Boot Order (Check Network)

  3. Update Network Interfaces

    a. Network Settings -> Adapter 1:

     - Internal Network
     
     - Name : prov
    

    b. Network Settings -> Adapter 2:

     - NAT Network
     
     - Name: NAT Network
    
  4. Start Machine : Will PXE boot and install Ubuntu onto the disk

  5. Credentials: ubuntu/ubuntu

  • You can find the PXE boot stuff at /tftpboot and the kickstart at /var/www/my_ks.cfg on the build node

pxe-boot-vm's People

Contributors

stephenrlouie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.