Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-power/petitboot
https://github.com/open-power/petitboot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-power/petitboot
- Owner: open-power
- License: gpl-2.0
- Created: 2015-07-08T04:56:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T02:59:26.000Z (9 months ago)
- Last Synced: 2024-08-03T16:08:48.197Z (5 months ago)
- Language: C
- Size: 3.07 MB
- Stars: 207
- Watchers: 31
- Forks: 56
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
Awesome Lists containing this project
- awesome-systools - Petitboot - boot mechanism like Linux and FreeBSD. (Linux / Kernel)
README
# Petitboot - A kexec-based bootloader
Petitboot is an operating system bootloader based on Linux kexec. It can load any operating system image that supports the Linux kexec re-boot mechanism like Linux and FreeBSD.
Petitboot can load images from any device that can be mounted by Linux, and can also load images from the network using the HTTP, HTTPS, NFS, SFTP, and TFTP protocols.Current platform support includes PowerPC/POWER with OPAL, the Sony Playstation 3, and ARM64 with ACPI. Petitboot can be built and run on other platforms, but it will not include all available features.
See the petitboot [man pages](man) for more info.
## Development
Petitboot's home is at [github.com](https://github.com/open-power/petitboot); clone it with:
git clone https://github.com/open-power/petitboot
Development and discussion occurs on the Petitboot mailing list: [[email protected]](https://lists.ozlabs.org/listinfo/petitboot).
## Building
For an example of building Petitboot for distribution in a Linux image, see [op-build](https://github.com/open-power/op-build/tree/master/openpower/package/petitboot) or [petitboot--buildroot](https://github.com/glevand/petitboot--buildroot).
To build locally for development/debug (with the ncurses UI for example):
```
./bootstrap
./configure
make./discover/pb-discover --help
./ui/ncurses/petitboot-nc --help
```