systemboot
systemboot copied to clipboard
SystemBoot is a LinuxBoot distribution that works as a system firmware + bootloader, based on u-root
* Added checker command line entry point (`checker/main.go`) which accepts a JSON configuration file as input (`--config-file`), containing a list of `Check`s * Adapted `Check` structs to be more friendly...
This was brought up by @davide125 See https://systemd.io/BOOT_LOADER_SPECIFICATION
It's pretty complex to boot into single-user mode with localboot; you need to change the grub config to add init=/bin/bash - there should be a command line option to append...
Sometimes, bad hardware can reject writes, or accept writes and throw them away. This can make early OS installation tricky; gparted isn't smart in such scenarios. A destructive test to...
And once done, also cover other retriable errors, like HTTP 503
The wrapper is at https://github.com/u-root/u-root/tree/master/pkg/qemu . An example of usage is at https://github.com/u-root/u-root/blob/master/integration/dhclient_test.go .
Add CHIPSEC to systemboot/binaries, https://github.com/chipsec/chipsec
See the one that was implemented in https://github.com/systemboot/systemboot/pull/37