Cloning Linux Systems With CloneZilla Server Edition (CloneZilla SE) - Page 4
|
Fill in the max. time (in seconds) that the server will wait until all clients are powered on (i.e., if you want to restore the image on ten clients, you have 300 seconds to power on the other nine computers after you have powered on the first one - if you are too slow, CloneZilla will start to restore the image only on the systems that have been powered on in time): Afterwards, press ENTER twice: Now power on the clients. Make sure they are configured to boot from the network (via PXE): In the boot menu, select Clonezilla: multicast restore: The cloning process will then begin: Afterwards, the server will be notified that the process has finished... ... and the client system will reboot: Before the client system boots, enter its BIOS again and configure it to boot from the hard drive! If all goes well, the computer should boot into the cloned operating system.
5 TroubleshootingIt is possible that you see this message during the restore: Failed to install grub and that the system will not boot afterwards: Grub (I've had this with Ubuntu systems.) The solution is to boot into a rescue system (e.g. Knoppix or the Ubuntu Live-CD) and install GRUB from the rescue system. Once Knoppix or the Ubuntu Live system has started, open a terminal and become root: Knoppix: su Ubuntu: sudo su Run fdisk -l to learn more about your partitioning: root@Knoppix:~# fdisk -l In this example, I have one big partition (/dev/sda1) that also contains the /boot directory (the Boot column is marked with a star). I will now mount that partition to the /mnt directory: mount /dev/sda1 /mnt (If you have a separate /boot partition, e.g. /dev/sda2, you'd mount it to /mnt/boot after you have mounted /dev/sda1 to /mnt.) Now we install GRUB as follows: chroot /mnt grub-install --no-floppy "(hd0)" This will give you the following error: root@Knoppix:~# chroot /mnt grub-install --no-floppy "(hd0)" /dev/sda1 does not have any corresponding BIOS drive. To overcome the error, run chroot /mnt grub-install --no-floppy "(hd0)" --root-directory=/ --recheck root@Knoppix:~# chroot /mnt grub-install --no-floppy "(hd0)" --root-directory=/ --recheck Probing devices to guess BIOS drives. This may take a long time. (hd0) /dev/sda That's it - now reboot... reboot ... and don't forget to remove the Knoppix or Ubuntu CD from the CD drive. If everything goes well, the GRUB error should be gone, and the system should boot without any problems.
6 Links
|











Recent comments
1 day 11 hours ago
1 day 15 hours ago
1 day 16 hours ago
1 day 17 hours ago
1 day 17 hours ago
2 days 5 hours ago
2 days 18 hours ago
2 days 22 hours ago
2 days 22 hours ago
3 days 18 hours ago