|
|
# PXE boot nodes into a live image
|
|
|
|
|
|
## current attempt
|
|
|
- use ipmitool to control boot device, power status and get a serial terminal to the node
|
|
|
- node does not receive DHCP information :(
|
|
|
|
|
|
## previous attempt
|
|
|
- installed dnsmasq on storagenode (yes storage)
|
|
|
- downloaded CentOS 6.5 netboot image to storagenode:/root
|
|
|
- mounted image to storagenode:/mnt/liveiso
|
... | ... | @@ -12,6 +16,9 @@ |
|
|
- stopped computenode08 again
|
|
|
|
|
|
## resources
|
|
|
### ipmitool (awesome)
|
|
|
https://validation.linaro.org/static/docs/ipmi-pxe-deploy.html
|
|
|
|
|
|
### using dnsmasq to set up PXE boot
|
|
|
http://serverfault.com/questions/415857/can-isc-dhcpd-operate-as-a-proxy-dhcp-server-for-pxe-boot
|
|
|
|
... | ... | |