|
|
# PXE boot nodes into a live image
|
|
|
|
|
|
## current attempt
|
|
|
- saved computenode12 MAC addresses in a txt file
|
|
|
- powered down node 12 and set boot to pxe
|
|
|
- powered up node 12 and connected to serial console
|
|
|
- MAC of PXE boot attempt matches saved MAC (this is good)
|
|
|
- node 12 did not receive DHCP from storagenode (this is bad)
|
|
|
- conclusion: dnsmasq is not yet working properly
|
|
|
|
|
|
## previous attempt
|
|
|
- use ipmitool to control boot device, power status and get a serial terminal to the node
|
|
|
- node does not receive DHCP information :(
|
|
|
|
... | ... | |