pipxe
pipxe copied to clipboard
iPXE for the Raspberry Pi
Tried your README and have used Etcher to write sdcard.img, but after booting from that sdcard, raspberry pi 4 is showing that error. Was it tested with Raspberry Pi 4...
Was building on: ``` DISTRIB_ID=Ubuntu DISTRIB_RELEASE=21.04 DISTRIB_CODENAME=hirsute DISTRIB_DESCRIPTION="Ubuntu 21.04" ``` Building error log part: ``` [BUILD] bin-arm64-efi/flexboot_nodnic.o drivers/infiniband/flexboot_nodnic.c: In function ‘flexboot_nodnic_create_qp’: drivers/infiniband/flexboot_nodnic.c:368:53: error: implicit conversion from ‘enum ib_queue_pair_type’ to ‘nodnic_queue_pair_type’...
I'm using pipxe with [MAAS](https://maas.io) images and [cloud-init](https://cloud-init.io) to have a bunch of centrally managed Pies, just like I do with x86. After patching EDK2 to not limit RAM to...
Hi, When I flash a sd card with the prebuilt image everything works as expected, my pi boots through in the iPXE environment and starts looking for something to connect...
Does pipxe support connecting to the network via WiFi to boot the system?
Hi, I was wanting to try out this tool, but the quickstart seems to carry some implied knowledge, or be missing some steps: 1 Download sdcard.img and write it onto...
Hi Michael, It's been a while since we last chatted (GSoC 2012? 2011?). First of all big thanks for your fixes/cleanups to the Tiano DWC2 driver. And thanks for pipxe....
Hi! I tried it on a Rpi3b, but I did not manage to boot from iSCSI. What are the pre requirements to be configured to get this to work? I...
git submodule updates to reflect latest from https://github.com/netbootxyz/pipxe svn on github has been deprecated, see: https://github.blog/2023-01-20-sunsetting-subversion-support/ re-create Dockerfile for easier local testing (use ubuntu:22.04 to mimic github's runner) use latest...
first discovered while working with netboot.xyz (issue posted at https://github.com/netbootxyz/netboot.xyz/issues/1421) the makefile needs a little rework around https://github.com/ipxe/pipxe/blob/master/Makefile#L29 related github blog post on svn deprecation: https://github.blog/2023-01-20-sunsetting-subversion-support/ currently diving down the...