From: Mimiko <vb...@gm...> - 2015-11-09 18:33:16
|
Hello. I successfully load Clonezilla Live from network using iPXE: #!ixpe initrd initrd.img chain vmlinuz boot=live ... fetch=http://server/filesystem.squashfs Now I have a question. How to pre-download filesystem.squashfs with iPXE and pass it to clonezilla? Like: initrd initrd.img initrd filesystem.squashfs chain vmlinuz boot=live .... I would like iPXE load all files, so clonezilla live will boot withput requesting any file from server. Thank you. |