Coder Social home page Coder Social logo

ipxe-simple's Introduction

Easy iPXE Building from source code

You need Docker installed for this project!

Demo

You can see demo and download the latest images at ipxe.pcserviceburgas.com

Video instruction on YouTube

This build uses crontab to check any changes of iPXE source every 1 hour and if so then rebuild images. So you can use the latest images from there!

Also you can chain this images from another iPXE

on Legacy BIOS systems

chain --autofree https://ipxe.pcserviceburgas.com/bin/ipxe.lkrn

or on EFI (x64)

chain --autofree https://ipxe.pcserviceburgas.com/bin/bootx64.efi

or on EFI (x86) netboot.xyz not provided for this platform

chain --autofree https://ipxe.pcserviceburgas.com/bin/bootia32.efi

Step 1: Download the project.

You can use git command or simply download it from github

Step 2: Edit files

You can change the commands to edit config files, add/or remove packages, files, etc.

  • a. You can comment out "make efi" commands to save your time if you don't need them.
  • b. You can comment out settings "sed -i..." if you don't need them.
  • c. You can edit/add/or remove batch files.
  • d. Replace the content of EFI.ipxe and Legacy.ipxe script with yours.
  • e. etc.

Step 3: Build the project

The build process might take some time a while as it download the origin Ubuntu docker image, clone iPXE source and build all necessary images.

Navigate to the project directory (where dockerfile and other project files are)

cd /path/to/project/dir

and start the build

docker build --no-cache -t sebaxakerhtc/ipxe-simple .

Step 4: Run the container

Run the container:

docker run --restart unless-stopped --name ipxe-simple -p 80:80 -d sebaxakerhtc/ipxe-simple

Step 5:Enjoy!

Open your browser and type http://localhost or your choosen ip/port

Contributing

  1. Fork it
  2. Create a branch
  3. Commit your changes
  4. Push to the branch
  5. Create an Issue with a link to your branch
  6. Or Send me a Pull Request

Screenshots

1 2 3 4 5

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

ipxe-simple's People

Contributors

sebaxakerhtc 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.