You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Writerside/topics/CloneZilla-Direct-Imaging.md
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,26 +15,44 @@ The next screen should be black with a list of devices — make sure you can see
15
15
16
16
If you see it, you can press Ctrl-C to close this menu and continue the process.
17
17
18
+

19
+
18
20
On the next screen you're choosing what drive the image you want is saved on, so choose your portable SSD (usually the bottom option).
19
21
20
22

21
23
22
24
Choose to skip the file system check (option 'no fsck').
23
25
26
+

27
+
24
28
The next screen should show the files currently inside your drive. If this looks correct, use the right arrow key to move to select 'done' then press 'Enter'.
25
29
30
+

31
+
26
32
Next, choose Beginner mode.
27
33
34
+

35
+
28
36
On the next screen, select 'restoredisk'.
29
37
30
-
Choose the correct image that you want to image the PC with.
38
+

39
+
40
+
Choose the correct image that you want to image the PC with (you should see the name you gave it when you captured the image).
41
+
42
+

31
43
32
44
Choose the disk that you want the new image to be on. There is usually only one option here so select that.
33
45
46
+

47
+
34
48
It will then ask you what partition table to use. Choose '-k0', which is the partition table from the image.
35
49
50
+

51
+
36
52
Choose to skip checking the image before restoring by choosing '-scr'.
37
53
54
+

55
+
38
56
The last major step is choosing what action should be performed when everything is finished.
Copy file name to clipboardExpand all lines: Writerside/topics/CloneZilla-Server-Imaging.md
+49-6Lines changed: 49 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,44 +8,76 @@ First, start up Clonezilla as outlined [here](Deploying-Images-using-CloneZilla.
8
8
9
9
Once Clonezilla is started, you'll have a list of options. Choose the option 'lite-server'. Then, press start.
10
10
11
+

12
+
13
+

14
+
11
15
Next, choose local-boot-media as the client PCs will be booted locally (using the Clonezilla bootable USB outlined [here](Deploying-Images-using-CloneZilla.md)).
12
16
17
+

18
+
13
19
Next, choose DHCP.
14
20
15
-
On the next options screen, choose local-dev as we'll be using a portable SSD locally as the source of the image.
21
+
On the next options screen, choose 'local-dev' as we'll be using a portable SSD locally as the source of the image.
16
22
Press “Enter” to continue when prompted.
17
23
24
+

25
+
18
26
Make sure that the drive you want the image saved to is plugged into the PC.
19
27
The next screen should be black with a list of devices — make sure you can see your drive listed (it will likely start with 'sdb' and have key works like 'SSD' in it).
20
28
21
29
If you see it, you can press Ctrl-C to close this menu and continue the process.
22
30
31
+

32
+
23
33
On the next screen you're choosing where the image you'll be using is saved, so choose your portable SSD (usually the bottom option).
24
34
25
35

26
36
27
37
Choose to skip the file system check (option 'no fsck').
28
38
39
+

40
+
29
41
The next screen should show the files currently inside your drive. If this looks correct, use the right arrow key to move to select 'done' then press 'Enter' to continue.
30
42
43
+

44
+
31
45
Next, choose Beginner mode.
32
46
33
-
From the next option screen, select 'massive-deployment'
47
+

48
+
49
+
From the next option screen, select 'massive-deployment'.
50
+
51
+

34
52
35
53
Next, choose 'from-image' as we're deploying an image to the client PCs.
36
54
55
+

56
+
37
57
Then, select 'restoredisk' as we're restoring an image onto the whole computer disk rather than just a partition.
38
58
39
-
On the next screen, you'll need to choose the correct image for the lab you're imaging.
59
+

60
+
61
+
On the next screen, you'll need to choose the correct image for the lab you're imaging ((you should see the name you gave it when you captured the image).
62
+
63
+

40
64
41
65
Choose the disk that you want the new image to be on. There is usually only one option here so select that.
42
66
67
+

68
+
43
69
It will then ask you what partition table to use. Choose '-k0', which is the partition table from the image.
44
70
71
+

72
+
45
73
Choose to skip checking the image before restoring by choosing '-sc0'.
46
74
75
+

76
+
47
77
Next, we need to choose what all the client PCs will do once the imaging is done.
48
78
79
+

80
+
49
81
'True' will enter a command line prompt. We don't normally use, but you can if you think it will suit your purposes better than other options.
50
82
'Reboot' will reboot the PC when the image is captured, leaving it booted into Windows.
51
83
'Poweroff' will shut down the PC.
@@ -55,21 +87,32 @@ Choose is always a safe option as the blue on the screen makes it very obvious t
55
87
56
88
Choose 'multicast' from the next list.
57
89
58
-
Then, you'll need to choose either time-to-wait or clients-to-wait.
90
+

59
91
60
-
Generally, we use time to wait as it is easy to get the count wrong with clients-to-wait and if you get it wrong it can mess up the whole thing.
92
+
Then, you'll need to choose either time-to-wait or clients-to-wait. Generally, we use time to wait as it is easy to get the count wrong with clients-to-wait and if you get it wrong it can mess up the whole thing.
61
93
62
94
With time to wait, just make sure you put in enough time for you to get round the entire lab and press enter on every PC (why you'll be doing this will be explained in the next section).
63
95
After that time is up, the imaging process will start on the client PCs. You'll just need to wait for it to be done.
64
96
97
+

98
+
65
99
The screen will have a lot of text on it. It can seem daunting, but we only need one bit of information from this wall of text.
66
100
67
101
The line above the lowest row of asterisks, there is a line where at the end of the line there is an IP address.
68
102
This is the IP address that you need to type into all the client PCs when they are on the IP input screen.
69
103
104
+

105
+
70
106
Once you have all the client PCs set up, you can then start pressing enter on them all and after the time you specified is over,
71
107
the machines will start imaging.
72
108
109
+
Once the imaging is done, you'll get a prompt on the server PC to press enter, and it will bring up a menu where you can choose to
110
+
reboot the PC, shut it down, or rerun Clonezilla (for example, to then set it up as a source for another PC).
111
+
112
+

113
+
114
+

115
+
73
116
Once everything is imaged, if the PC you've been using as a server has not already been previously imaged,
74
117
you'll have to image it using [direct imaging](CloneZilla-Direct-Imaging.md).
75
118
@@ -85,7 +128,7 @@ It may check if you want to continue — if prompted, type 'y' and press enter.
85
128
Next, choose DHCP. You may have to wait for a minute for the next step.
86
129
87
130
It will then show you a box with an IP address. You'll need to check the server that you've set up to see the IP address you'll need to put in.
88
-
Put in that IP address on the PC you want to image (normally you'll only have to change the last number or 2) but DO NOT PRESS ENTER YET.
131
+
Put in that IP address on the PC you want to image (normally you'll only have to change the last number or 2), but DO NOT PRESS ENTER YET.
89
132
90
133
Once all the PCs you want to be imaged are set up with the right IP address, then you need to go around and press enter on all the PCs.
91
134
You'll have as much time as you set on the server to do this.
0 commit comments