Skip to content

Commit

Permalink
signing
Browse files Browse the repository at this point in the history
  • Loading branch information
sus-admin committed Nov 14, 2024
1 parent da7f4b3 commit ff0417f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024/2024-11-12-Cobbler-v3.3.6-Beginners-Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ systemctl restart tftp httpd
1. By default, Cobbler's DHCP server attempts to detect the PXE client's boot firmware type in order to provide a BIOS or UEFI compatible bootloader *(BIOS: "grub.0" - UEFI: "grubx64.efi")*. If using **BIOS firmware** for the PXE client VM, the Cobbler server's DHCP service may not provide the right bootloader.
1. manually set the bootloader for a Cobbler Profile or System with the following command (the `filename` value corresponds to the `filename` variable for the Cobbler System in the generated `dhcpd.conf` file, and is a path to the desired bootloader file relative to Cobbler's tftp root directory: `/var/lib/tftpboot`):
1. manually set the bootloader for a Cobbler Profile or System with the following command (the `filename` value corresponds to the `filename` variable for the Cobbler System in the generated `dhcpd.conf` file, and is a local system path to the desired bootloader file relative to Cobbler's tftp root directory: `/var/lib/tftpboot`):
- `cobbler <profile|system> edit --name <name> --filename grub/grub.0`
Expand Down

0 comments on commit ff0417f

Please sign in to comment.