summaryrefslogtreecommitdiff
path: root/Documentation/NetworkBoot.md
AgeCommit message (Collapse)Author
2022-12-28Documentation: Remove i686 supportLiav A
2022-08-14Everywhere: Get rid of the fbdev kernel boot argument remaindersLiav A
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2021-10-25Kernel: Separate framebuffers from bootmodeBen 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-07Documentation: Fix one more path for GRUB netbootingTim Schumacher
2021-10-07Documentation: Install pxelinux into the root of TFTPTim 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-07Documentation: Update NetworkBoot to include PrekernelTim Schumacher
2021-05-14Documentation: Add a note about enabling the `console` iPXE commandIdan Horowitz
This command is used in the given script, and in the latest version of iPXE its disabled by default
2021-04-18Kernel: Add boot argument to disable the UHCI ControllerLuke
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-15Documentation: Describe how to use the iPXE bootloader for network bootLiav A
This method seems useful for bare-metal debugging.
2021-04-07Documentation: Add dnsmasq configuration instructions to network boot guideDan MacDonald
2021-01-25Documentation: Add instructions for network bootingJean-Baptiste Boric