HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pixiecore — Manage the network booting of machines. More information: <https://github.com/danderson/netboot/tree

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandmachinespixiecorenetworkclimanagebooting

Problem

How to use the pixiecore command: Manage the network booting of machines. More information: <https://github.com/danderson/netboot/tree/main/pixiecore>.

Solution

pixiecore — Manage the network booting of machines. More information: <https://github.com/danderson/netboot/tree/main/pixiecore>.

Start a PXE boot server which provides a netboot.xyz boot image:
pixiecore {{quick}} xyz --dhcp-no-bind


Start a new PXE boot server which provides an Ubuntu boot image:
pixiecore {{quick}} ubuntu --dhcp-no-bind


List all available boot images for quick mode:
pixiecore quick --help

Code Snippets

Start a PXE boot server which provides a `netboot.xyz` boot image

pixiecore {{quick}} xyz --dhcp-no-bind

Start a new PXE boot server which provides an Ubuntu boot image

pixiecore {{quick}} ubuntu --dhcp-no-bind

List all available boot images for quick mode

pixiecore quick --help

Context

tldr-pages: common/pixiecore

Revisions (0)

No revisions yet.