Skip to content

Commit e8c6e8c

Browse files
authored
Merge pull request #22 from SoCSTech/Florence
Florence
2 parents 27b9099 + 73aca8b commit e8c6e8c

33 files changed

+122
-9
lines changed

Writerside/images/image_55.png

68 KB
Loading

Writerside/images/image_56.png

12.3 KB
Loading

Writerside/images/image_57.png

34 KB
Loading

Writerside/images/image_58.png

39.4 KB
Loading

Writerside/images/image_59.png

25.2 KB
Loading

Writerside/images/image_60.png

45.6 KB
Loading

Writerside/images/image_61.png

38.8 KB
Loading

Writerside/images/image_62.png

35.9 KB
Loading

Writerside/images/image_63.png

18 KB
Loading

Writerside/images/image_64.png

38.6 KB
Loading

Writerside/images/image_65.png

24.3 KB
Loading

Writerside/images/image_66.png

30.9 KB
Loading

Writerside/images/image_67.png

21.5 KB
Loading

Writerside/images/image_68.png

32.8 KB
Loading

Writerside/images/image_69.png

23.2 KB
Loading

Writerside/images/image_70.png

34.2 KB
Loading

Writerside/images/image_71.png

60.2 KB
Loading

Writerside/images/image_72.png

48.7 KB
Loading

Writerside/images/image_73.png

18.5 KB
Loading

Writerside/images/image_74.png

48.2 KB
Loading

Writerside/images/image_75.png

20.2 KB
Loading

Writerside/images/image_76.png

18.2 KB
Loading

Writerside/images/image_77.png

25.8 KB
Loading

Writerside/images/image_78.png

14.1 KB
Loading

Writerside/images/image_79.png

19.5 KB
Loading

Writerside/images/image_80.png

57.5 KB
Loading

Writerside/images/image_81.png

26.3 KB
Loading

Writerside/images/image_82.png

22.4 KB
Loading

Writerside/topics/Capturing-the-Images.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,50 @@ The next screen should be black with a list of devices — make sure you can see
1818

1919
If you see it, you can press Ctrl-C to close this menu and continue the process.
2020

21+
![image_60.png](image_60.png)
22+
2123
On the next screen you're choosing where the image will be saved, so choose your portable SSD (usually the bottom option).
2224

2325
![image_52.png](image_52.png)
2426

2527
Choose to skip the file system check (option 'no fsck').
2628

29+
![image_61.png](image_61.png)
30+
2731
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'.
2832

33+
![image_62.png](image_62.png)
34+
2935
Next, choose Beginner mode.
3036

37+
![image_63.png](image_63.png)
38+
3139
On the next screen, select 'savedisk' as we'll be saving the entire disk image.
3240

41+
![image_64.png](image_64.png)
42+
3343
Next, you'll be prompted to name the image (for naming conventions see [this page](Image-Revision-History.md)). When you're done, choose 'ok'.
3444

45+
![image_65.png](image_65.png)
46+
3547
It will prompt you again to choose a local disk as a source — again, choose your drive.
3648

49+
![image_66.png](image_66.png)
50+
3751
When asked what compression option to use, choose '-z1p'.
3852

53+
![image_67.png](image_67.png)
54+
3955
Choose to skip the check of source file system by choosing '-sfsck'
4056

57+
![image_68.png](image_68.png)
58+
4159
Choose to skip checking the saved image (-scs), and not to encrypt the image (-senc).
4260

61+
![image_69.png](image_69.png)
62+
63+
![image_70.png](image_70.png)
64+
4365
The last major step is choosing what action should be performed when everything is finished.
4466

4567
![image_53.png](image_53.png)

Writerside/topics/CloneZilla-Direct-Imaging.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,44 @@ The next screen should be black with a list of devices — make sure you can see
1515

1616
If you see it, you can press Ctrl-C to close this menu and continue the process.
1717

18+
![image_60.png](image_60.png)
19+
1820
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).
1921

2022
![image_52.png](image_52.png)
2123

2224
Choose to skip the file system check (option 'no fsck').
2325

26+
![image_61.png](image_61.png)
27+
2428
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'.
2529

30+
![image_62.png](image_62.png)
31+
2632
Next, choose Beginner mode.
2733

34+
![image_63.png](image_63.png)
35+
2836
On the next screen, select 'restoredisk'.
2937

30-
Choose the correct image that you want to image the PC with.
38+
![image_55.png](image_55.png)
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+
![image_56.png](image_56.png)
3143

3244
Choose the disk that you want the new image to be on. There is usually only one option here so select that.
3345

46+
![image_57.png](image_57.png)
47+
3448
It will then ask you what partition table to use. Choose '-k0', which is the partition table from the image.
3549

50+
![image_58.png](image_58.png)
51+
3652
Choose to skip checking the image before restoring by choosing '-scr'.
3753

54+
![image_59.png](image_59.png)
55+
3856
The last major step is choosing what action should be performed when everything is finished.
3957

4058
![image_53.png](image_53.png)

Writerside/topics/CloneZilla-Server-Imaging.md

Lines changed: 49 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,44 +8,76 @@ First, start up Clonezilla as outlined [here](Deploying-Images-using-CloneZilla.
88

99
Once Clonezilla is started, you'll have a list of options. Choose the option 'lite-server'. Then, press start.
1010

11+
![image_71.png](image_71.png)
12+
13+
![image_72.png](image_72.png)
14+
1115
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)).
1216

17+
![image_73.png](image_73.png)
18+
1319
Next, choose DHCP.
1420

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.
1622
Press “Enter” to continue when prompted.
1723

24+
![image_74.png](image_74.png)
25+
1826
Make sure that the drive you want the image saved to is plugged into the PC.
1927
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).
2028

2129
If you see it, you can press Ctrl-C to close this menu and continue the process.
2230

31+
![image_60.png](image_60.png)
32+
2333
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).
2434

2535
![image_52.png](image_52.png)
2636

2737
Choose to skip the file system check (option 'no fsck').
2838

39+
![image_61.png](image_61.png)
40+
2941
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.
3042

43+
![image_62.png](image_62.png)
44+
3145
Next, choose Beginner mode.
3246

33-
From the next option screen, select 'massive-deployment'
47+
![image_63.png](image_63.png)
48+
49+
From the next option screen, select 'massive-deployment'.
50+
51+
![image_75.png](image_75.png)
3452

3553
Next, choose 'from-image' as we're deploying an image to the client PCs.
3654

55+
![image_76.png](image_76.png)
56+
3757
Then, select 'restoredisk' as we're restoring an image onto the whole computer disk rather than just a partition.
3858

39-
On the next screen, you'll need to choose the correct image for the lab you're imaging.
59+
![image_55.png](image_55.png)
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+
![image_56.png](image_56.png)
4064

4165
Choose the disk that you want the new image to be on. There is usually only one option here so select that.
4266

67+
![image_57.png](image_57.png)
68+
4369
It will then ask you what partition table to use. Choose '-k0', which is the partition table from the image.
4470

71+
![image_58.png](image_58.png)
72+
4573
Choose to skip checking the image before restoring by choosing '-sc0'.
4674

75+
![image_77.png](image_77.png)
76+
4777
Next, we need to choose what all the client PCs will do once the imaging is done.
4878

79+
![image_53.png](image_53.png)
80+
4981
'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.
5082
'Reboot' will reboot the PC when the image is captured, leaving it booted into Windows.
5183
'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
5587

5688
Choose 'multicast' from the next list.
5789

58-
Then, you'll need to choose either time-to-wait or clients-to-wait.
90+
![image_78.png](image_78.png)
5991

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.
6193

6294
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).
6395
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.
6496

97+
![image_79.png](image_79.png)
98+
6599
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.
66100

67101
The line above the lowest row of asterisks, there is a line where at the end of the line there is an IP address.
68102
This is the IP address that you need to type into all the client PCs when they are on the IP input screen.
69103

104+
![image_80.png](image_80.png)
105+
70106
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,
71107
the machines will start imaging.
72108

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+
![image_81.png](image_81.png)
113+
114+
![image_82.png](image_82.png)
115+
73116
Once everything is imaged, if the PC you've been using as a server has not already been previously imaged,
74117
you'll have to image it using [direct imaging](CloneZilla-Direct-Imaging.md).
75118

@@ -85,7 +128,7 @@ It may check if you want to continue — if prompted, type 'y' and press enter.
85128
Next, choose DHCP. You may have to wait for a minute for the next step.
86129

87130
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.
89132

90133
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.
91134
You'll have as much time as you set on the server to do this.

Writerside/topics/Deploying-DeepFreeze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ main dashboard by clicking the 'Install Cloud Agent' button.
88
![DownloadInstaller.png](DownloadInstaller.png)
99

1010
From this page, a group should be selected, which will have an enforced policy. In this case, the 1A
11-
group is selected which has the 'Computing' policy enforced.
11+
group is selected, which has the 'Computing' policy enforced.
1212

1313
When you first install this time it will be named something generic,
1414
so make sure to name it something simple like that, so '1a' for lab 1A,'1b' for lab 1B, etc.
Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
11
# Setting Up PC Post-Imaging
22

3-
Start typing here...
3+
After imaging the PCs, there are still some steps to take before the PCs can be used in teaching. These steps need to be done
4+
on every computer in the lab you've imaged.
5+
6+
## Rename
7+
First, the PC needs to be renamed. When it's first imaged, it will have the generic name of the master
8+
such as '1A-MASTER-WINDOWS'.
9+
10+
However, we need them all to have individual names based on their desk number.
11+
So, for desk 6 on row E in 1A running Windows, the name would be '1A-E6-WINDOWS'.
12+
The room number goes first, then the row and desk number, then the operating system.
13+
14+
There are 2 ways for us to change the name.
15+
1. Press Windows+I to go into system settings, or find it from the task menu. At the top of the screen underneath
16+
PCs name you'll see the option 'Rename'. Press this, and you'll be prompted with a text box where you can enter the new name for the PC.
17+
Once you've entered it, press 'Next'. It will then prompt you whether you want to restart now or later.
18+
When you restart is up to you, but when it does restart the name will be successfully changed.
19+
2. Open Powershell as admin. Type in the command 'Rename-Computer' and press 'Enter'.
20+
It will then prompt you to enter the name. Once it's entered, press 'Enter'.
21+
You can choose to restart the PC now or later, but when you do restart it the name will be successfully changed.
22+
23+
## Boot Order
24+
You will need to check the Boot Order of the PCs in BIOS.
25+
To enter BIOS, press 'Del' repeatedly as the PC is starting up, and it should take you to the BIOS menu.
26+
Enter advanced mode using 'F7'. Navigate to the 'Boot' tab, and make sure that Boot Priority position 1 is 'Refind'.
27+
If it's not, select position 1 to open a menu with a list of the boot options, and select Refind.
28+
This will change Refind to be the 1st boot option.
29+
30+
## Deep Freeze
31+
32+
All the PCs need the program DeepFreeze installed on them. Details of DeepFreeze and how to deploy it on the PCs
33+
can be found in the [DeepFreeze section](DeepFreeze.md).

0 commit comments

Comments
 (0)