Network booting
Has anyone tried to boot over the network using tftpboot? I'm new to network booting but I wanted to give it a try while I'm waiting for a new USB flash drive to arrive. I have one of my servers setup to serve installation media over the network, but I'm not sure what needs to be done on the La Frite side to get it going. I've made some progress, and I'm hoping it's just a matter of tweaking some things on the server. 'tftpboot my-tftpserver-ip' connects, but I get a file not found error. I'm just wondering if this will even work before I continue investigating. Maybe there's a better way to do it.
Tagged:
Comments
the boot commands are the variables with:
Where "x" is the device to boot. Those are little one line boot scripts inside variables. for instance
is the one that boots from the USB. There may be one for the network boot I think. I have no PXE experience. Though La Frite will make me learn about it for sure.On the la Frite load and execute the script with
This does find the kernel and starts to load it, but if fails with a synchronous abort, so something is still missingtftpboot ${scriptaddr} loadScriptLocationOnTFTPSever
source ${scriptaddr}