clonezilla
NAS+clonezilla Synology 1010+, Synology 210+ open ssh
add nfs share named tftpboot for you subnet add nfs share named partimag for you subnet add nfs share named clonezilla-live for you subnet
upload tftpboot/* upload clonezilla-live/*
edit /etc/dhcpd/dhcpd.conf add dhcp-boot=pxelinux.0 enable-tftp tftp-root=/volume1/tftpboot
or dnsmasq --enable-tftp --tftp-root=/tftpboot --dhcp-boot=pxelinux.0
others dhcp-host=00:26:2d:09:5e:c6,172.16.0.101,juju1 dhcp-range=eth1,192.168.100.100,192.168.100.199,4h dhcp-range=eth2,192.168.200.100,192.168.200.199,4h
Comments