Answer the question
In order to leave comments, you need to log in
Cloning Windows 7 over the network?
Task: you need to install a pre-prepared image of Windows 7 on four dozen machines.
Previously, Windows XP cloned like this:
Booted into Linux and using ntfsclone created an image of the partition with the installed system: ntfsclone --save-image -o - /dev/sda1 | gzip -c > backup.img.gz
Then distributed the image over the network to all computers using the commands:
nc -l 3333 | gunzip -c | ntfsclone --restore-image --overwrite /dev/sda1 -
and nc [ip] 3333 < image.img.gz
ms-sys -7 -w /dev/sda
or by copying the MBR from a normally booting Windows:dd if=/dev/sda of=/home/user/MBR.img bs=446 count=1
. But none of this worked. Answer the question
In order to leave comments, you need to log in
>>Or what else can be used to clone Windows 7 over the network?
You can try clonezilla . Grub it can correctly overwrite. I don't know how it will behave with the Windows bootloader.
check if you are cloning the 100 mb partition at the beginning of the disk that win7 creates (if you have one)
for an ideal solution - look at WDS (Windows Deployment Services)
and it's not clear how exactly it (cloned windows) does not boot.
Windows Deployment Services is the most correct way to distribute Windows across the grid.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question