-
Notifications
You must be signed in to change notification settings - Fork 56
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
persistant boot options on systems without ipmi #62
Comments
Ok a bit of research shows that on powerpc systems these params are stored in some form of nvram. |
@hanetzer yep, on POWER boxes this is saved in NVRAM. fw_fooenv support would be great to have, if you have patches or questions feel free to post them on the mailing list! https://lists.ozlabs.org/listinfo/petitboot |
@sammj ok, I've got a basic platform-uboot.c thrown together, sent it to the ml. Problem is, the |
How parameters are saved is implemented per-platform, so in your platform-uboot you could probably handle this by inserting escaping characters if needed in what you pass to |
Unless I'm just dumb I don't think its possible to set autoboot options on systems which
do not do ipmi. I currently have a buildroot-built 'skiroot' for aarch64 (rk3399-gru-kevin)
which can boot gentoo on the emmc. However, I have to manually tell it to boot the entry
each time I boot it. Boot overrides inside the 'System configuration' menu of petitboot-nc
do not persist after reboots.
Using petitboot 1.10.3 and the following syslinux.cfg:
The text was updated successfully, but these errors were encountered: