M
M
Maxim Shishkov2017-05-19 08:49:00
linux
Maxim Shishkov, 2017-05-19 08:49:00

How to quickly deploy a customized Linux OS to new computers over a network?

Good afternoon. A new fleet of cars has arrived (30 pcs). I was tormented to assemble from kits: D You need to deploy OS Rosa Fresh for everyone, but installing and configuring each one will take a lot of time. I found on the net a program for bit-by-bit copying of a UDPCD hard disk . Ran a test deployment in VBox. The system got up normally, the copy speed was 150mbps. I started copying the system to live machines (1TB disks) and ran into a problem - speed 4.5mbps
Motherboard - GA-H110M-S2
Seagate BarraCuda ST1000DM010 disks Tell me
how to configure the program for higher speed, or how to deploy by other means.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
D
Dmitry, 2017-05-19
@Tabletko

Network installation (tftp) and policy configuration (Ansible, etc.)

P
Pustovut, 2017-05-19
@Pustovut

clonezilla.org/clonezilla-SE - can act as a deployment server with network boot support. You need to configure your clients to boot over the network as the first item in the BIOS. Well, make a natural image.
Details - drbl.org/installation , clonezilla.org/clonezilla-SE
Here's another option - https://fogproject.org

V
Viktor, 2017-05-19
@alhray

clonezilla

V
Victor Taran, 2017-05-19
@shambler81

all Linux distributions can be installed over the network, for example, via PXE

S
SunRiser, 2017-05-19
@SunRiser

You install the system and set it up for one basin, then you take Acronis True Image, create an image and upload it to ftp. And then with the help of the same True Image you unfold. It took us about 2 days for 300+ PCs.

R
Redaicd, 2017-05-22
@Redaicd

load the target basin from a liveCD of any Linux, raise ssh on it,
look at which disk the system is installed on the reference system and how it was determined on the target (where the LiveCD is),
then on the reference we execute the command
dd if=/dev/sda | gzip | ssh [email protected] "gzip -d | dd of=/dev/sda"
/dev/sda - substitute your own
123.123.123.123 - IP address of the target system (LiveCD)
But it will take a long time, given the size of the disks

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question