-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boot next device in case PXE failure #231
Comments
Apparently iPXE scripting lets you use |
I've changed my approach and am using MAAS for now. I'm still encountering the first part of this issue. Whenever MAAS deploys the image to the Pi and the Pi gets cold power cycled, a new UEFI running off of SD card. I have confirmed that the settings persist across reboots. @TheMindVirus do you know which version of the |
The versions I based my display mods from were 1.28, 1.29 and 1.33, 1.33 seems to be in common. |
I am not having luck. I guess I'll have to dig into the code sometime. I've tried it again: 1.31 through 1.34
If I reboot the Pi, warm or cold, a new I haven't tried 1.35 because I get boot errors with it. Note: I seem to have been able to work around it by flashing the SD card, booting for the first time and changing the config, shutting down the Pi and setting the SD card to write-protected using a Linux box and this code: https://github.com/BertoldVdb/sdtool (but I also set it on a Windows box with disktool) With the SD as readonly, I've been able to provision repeatedly with PXE staying at the top and no new |
Hey, I am experiencing the same. Would love to have a generic Image for all Pis, no matter if they are 4 or 8GB and:
|
Hi there,
I'm really interested in using this project to provision Raspberry Pi nodes via the Ironic bare-metal provisioner. I've managed to make some progress with it in that I'm able to PXE boot the node and provision the disk image onto a USB attached SSD, but I've noticed 2 issues:
I want the failure of pxe booting to result in the next non-network device to boot instead of it to fall back into the UEFI firmware settings menu.
Is this expected behaviour?
The text was updated successfully, but these errors were encountered: