PXE boot from old server to fog 1.0.1.
- 
 This took me a couple of hours to figure out so i write it up if anyone else want to keep their running enviroment while playing around a while on 1.0.1 before taking the plunge. On the fog 0.32 server Download pxechain.com from [url]http://www.kernel.org/pub/linux/utils/boot/syslinux/3.xx/syslinux-3.86.zip[/url] Copy the file pxechain.com from that archive to /tftpboot/ Append these lines to /tftpboot/pxelinux.cfg/default : LABEL FOGnew 
 MENU LABEL FOG 1.0.1
 KERNEL pxechain.com
 APPEND NEWFOGIPADDRESS::undionly.kpxe
 (replace “NEWFOGIPADDRESS” with the ip of the new fog server)
 copy the file /tftpboot/default.ipxe from the 1.0.1 server to /tftpboot/default.ipxe on the 0.32 fog server
 PS. Thanks Tom and the rest, you are all awesome! DS.
- 
 also see my previous post [url]http://fogproject.org/forum/threads/chain-booting-0-33-beta-from-0-32.10156/[/url] 
- 
 [quote=“jbsclm, post: 27870, member: 3158”]also see my previous post [url]http://fogproject.org/forum/threads/chain-booting-0-33-beta-from-0-32.10156/[/url][/quote] Nice! Did not find it when i was looking for a solution to this. Much cleaner than what i did 