Giter Site home page Giter Site logo

Comments (4)

danderson avatar danderson commented on July 19, 2024 4

I don't promise to maintain pixiecore, but as it happens I hit the same boot failure with xyz and would love to fix it :P

Sounds like the recipe needs to be updated to send different images based on the client's requested architecture.

from netboot.

prologic avatar prologic commented on July 19, 2024 2

I think having a command-line option/flag here would be okay. AFAIK thee original author doesn't maintain this project anymore, but I've used it in the past to great success. Perhaps one of us can fork it if we have active use for it (I don't at the moment :/)

from netboot.

dnwe avatar dnwe commented on July 19, 2024

So the quick cmd already has cmdline options to let you specify a custom iPXE binary for BIOS, 32-bit UEFI and 64-bit UEFI

And the remote clients specify in their request what they would like:

netboot/pixiecore/pxe.go

Lines 100 to 105 in 66e5fba

case 6:
fwtype = FirmwareEFI32
case 7:
fwtype = FirmwareEFI64
case 9:
fwtype = FirmwareEFIBC

So I was assuming that we can detect and send the correct one automatically without manual config

from netboot.

Matthieu-LAURENT39 avatar Matthieu-LAURENT39 commented on July 19, 2024

Would a PR to fix this get accepted?
Seems like the issue is still present

from netboot.

Related Issues (20)

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.