Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-28 | Documentation: Remove i686 support | Liav A | |
2022-08-14 | Everywhere: Get rid of the fbdev kernel boot argument remainders | Liav A | |
2022-01-07 | Everywhere: Fix spelling mistakes | mjz19910 | |
2021-10-25 | Kernel: Separate framebuffers from bootmode | Ben Wiederhake | |
Bootmode used to control framebuffers, panic behavior, and SystemServer. This patch factors framebuffer control into a separate flag. Note that the combination 'bootmode=self-test fbdev=on' leads to unexpected behavior, which can only be fixed in a later commit. | |||
2021-10-07 | Documentation: Fix one more path for GRUB netbooting | Tim Schumacher | |
2021-10-07 | Documentation: Install pxelinux into the root of TFTP | Tim Schumacher | |
pxelinux doesn't appear to allow switching to the parent directory, and absolute paths don't seem to work as expected either. | |||
2021-10-07 | Documentation: Update NetworkBoot to include Prekernel | Tim Schumacher | |
2021-05-14 | Documentation: Add a note about enabling the `console` iPXE command | Idan Horowitz | |
This command is used in the given script, and in the latest version of iPXE its disabled by default | |||
2021-04-18 | Kernel: Add boot argument to disable the UHCI Controller | Luke | |
Helps with bare metal debugging, as we can't be sure our implementation will work with a given machine. As reported by someone on Discord, their machine hangs when we attempt the dummy transfer. | |||
2021-04-15 | Documentation: Describe how to use the iPXE bootloader for network boot | Liav A | |
This method seems useful for bare-metal debugging. | |||
2021-04-07 | Documentation: Add dnsmasq configuration instructions to network boot guide | Dan MacDonald | |
2021-01-25 | Documentation: Add instructions for network booting | Jean-Baptiste Boric | |