All,
When restoring clients (using PXEboot) that are on a different subnet to the server, CloneZilla tries to mount using the wrong IP address.
Is there anyway to hardcode the IP address of the NFS server into PXEboot?
Thanks,
Darin
Darin, For the stable Clonezilla live, you can use customized script to make it. Please check: http://clonezilla.org/clonezilla-live/#make_custom_clonezilla_live
There are some improvements in the testing Clonezilla live (>=1.2.2-4), which you can use more boot parameters to make it. E.g. ocs_prerun="dhclient", ocs_prerun1="mount -t nfs 192.168.120.254:/home/partimag /home/partimag", ocs_prerun2=... This function is still in testing, but you may refer to this: http://clonezilla.org/clonezilla-live/doc/fine-print.php?path=./99_Misc/00_live-initramfs-manual.doc#00_live-initramfs-manual.doc
Steven.
Log in to post a comment.
All,
When restoring clients (using PXEboot) that are on a different subnet to the server, CloneZilla tries to mount using the wrong IP address.
Is there anyway to hardcode the IP address of the NFS server into PXEboot?
Thanks,
Darin
Darin,
For the stable Clonezilla live, you can use customized script to make it. Please check:
http://clonezilla.org/clonezilla-live/#make_custom_clonezilla_live
There are some improvements in the testing Clonezilla live (>=1.2.2-4), which you can use more boot parameters to make it. E.g. ocs_prerun="dhclient", ocs_prerun1="mount -t nfs 192.168.120.254:/home/partimag /home/partimag", ocs_prerun2=...
This function is still in testing, but you may refer to this:
http://clonezilla.org/clonezilla-live/doc/fine-print.php?path=./99_Misc/00_live-initramfs-manual.doc#00_live-initramfs-manual.doc
Steven.