@Wayne-Workman
Hey, I’ve tested the client today.
At first the client would boot on network, get ip adress, try configure net0 be successful then end with dhcp failed. It then guides me to this page:
http://ipxe.org/err/040ee1
And I run
ifconf -c dhcp net0
Then the message says “Connection timed out” and guide me to:
http://ipxe.org/err/4c1060
Then i tried booting on an older client hp compaq 6735b and this one boots up alright.
So I changed in dhcpd.conf
class "Legacy" {
match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000";
filename "undionly.kkpxe";
to
class "Legacy" {
match if substring(option vendor-class-identifier, 0, 20) = "PXEClient:Arch:00000";
filename "ipxe.kkpxe";
Then the newer client would boot, (in boot it first failed at configuring net0, 00:00:00:00:00, then it tried configuring net1, this was a legit address.)and i tried multicast, then it would complete the first setup and boot partclone, in partclone it says “Starting to restore image (-) to device (/dev/sda1)”, it stop at this window. After checking the server webgui, i saw that the image i was trying to download (i uploaded it at some point from a different computer) stood with 0B, i did a new upload and then it says 465GB, checking the disk with df -h:
root@ubuntu-fog:/etc/dhcp# df -h
Filesystem Size Used Avail Use% Mounted on
udev 2.8G 4.0K 2.8G 1% /dev
tmpfs 566M 1.2M 565M 1% /run
/dev/mapper/ubuntu--fog--vg-root 105G 21G 79G 21% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
none 5.0M 0 5.0M 0% /run/lock
none 2.8G 148K 2.8G 1% /run/shm
none 100M 24K 100M 1% /run/user
/dev/sda1 236M 41M 183M 19% /boot
Tried again to multicast, but stops at same window in partclone.