| How do I set the Clonezilla lite server so that the client can boot via secure network booting? |
Due to the shim and grub does not supprt DHCP relay well ([1], [2], [3]), only non-relay DHCP can support secure network booting. The steps to make it are:
- Please boot Clonezilla live, e.g., 3.3.1-35 or 20260220-questing
- After configuring language and keyboard, enter command line prompt
- Run: "sudo drbl-gen-grub-efi-nb -s"
- Run: "exit" to back to Clonezilla TUI
- Choose lite-server, set the client to boot from network (netboot), and use "start-new-dhcpd" instead of "use-existing-dhcpd".
Now you should be able to boot your client via secure network booting.
|
|