How to boot using netboot.xyz and iPXE on dedicated servers and VPS (works on Scaleway)
If like me you are used to reboot, press ctrl+b and copy-paste iPXE commands on your dedicated or cloud servers, you should be happy to use the mini tool I wrote for Scaleway.
In less than 50 lines of code, the program will
- (re)boot your server
- attach to the server serial
- automatically press ctrl+b
- run dhcp
- run user lines, for example “chain –autofree http://boot.netboot.xyz/menu.ipxe”
Full example: https://gist.github.com/moul/e8a8853964d229d2db102d2f357ab5e5
The script is quite simple and easy to hack for your specific needs
Code on GitHub: https://github.com/moul/scaleway-ipxe/