Giter Club home page Giter Club logo

ipxe's Introduction

Overview

This is a fork of iPXE from http://git.ipxe.org/ipxe.git

We embed our own boot script, and change some timeout values.

This script is used to chainload from stock PXE roms.

Building

To build, just run ./build.sh from a sane build environment (os x will not work)

The output will be undionly.kpxe

Usage

Just point your tftp server to use the undionly.kpxe and you should be good to go.

Pointers

If you want to add additional info from the smbios, you need to do the following:

Determine the SMBIOS type ID:

  • Run dmidecode, search for the attribute you want
  • Look at the type id at the top, should look like: "Handle 0x0002, DMI type 2, 15 bytes"
  • Create a struct corresponding to this object at "src/include/ipxe/smbios.h"
  • The ID you specify should be the id you got earlier, ie "2" for above example
  • The order of the fields in the struct MATTERS.
  • Get a raw dmidecode dump, notice the order of strings in it - index these strings into the sruct in the same order.
  • Create an entry for your struct at src/interface/smbios/smbios_settings.c
  • The name you give it here is how you will access it through the command line via "show"
  • Use the symbol you defined earlier for the type

ipxe's People

Contributors

abudrys avatar achernya avatar awilliam avatar cooldavid avatar daedrus avatar dalehamel avatar danielverkamp avatar ehabkost avatar eworm-de avatar gitvb avatar horsten avatar hreinecke avatar jamesharper avatar kevintuantran avatar mareo avatar mariansavchuk avatar maxnet avatar mcb30 avatar pjaroszynski avatar pkt avatar robinsmidsrod avatar rwcr avatar sandr8 avatar stappersg avatar stefanha avatar stweil avatar thomil avatar timlegge avatar udayankumar avatar xl0 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

isabella232

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.