Skip to content

Commit 54ea112

Browse files
authored
Merge pull request #19 from SoCSTech/Florence
Wrote the first steps of imaging in 'deploying images using Clonezill…
2 parents fc14d8d + 435f3b9 commit 54ea112

File tree

9 files changed

+59
-3
lines changed

9 files changed

+59
-3
lines changed

Writerside/images/image_44.png

83.4 KB
Loading

Writerside/images/image_45.png

39.8 KB
Loading

Writerside/images/image_46.png

14.1 KB
Loading

Writerside/images/image_47.png

23.8 KB
Loading

Writerside/images/image_48.png

77.7 KB
Loading

Writerside/images/image_49.png

20.6 KB
Loading

Writerside/images/ocs-01-bootmenu.png

98.1 KB
Loading

Writerside/topics/CloneZilla-Direct-Imaging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
- Press start Clonezilla
1010
- Choose option 'device-image'
1111
- Choose options 'level-dev'
12-
- Press enter on the next few optons until the long list of options
12+
- Press enter on the next few options until the long list of options
1313
- Choose 'restore disk'
14-
- Choose the portable harddrive from the options
14+
- Choose the portable hard drive from the options
1515
- Choose the correct image from the drive
1616
- Choose what the PC will do when the image is done- either reboot, or choose.
1717
Choose is useful when in a lab where you want the PC to look unusable after the imaging if you don't want students to use it.

Writerside/topics/Deploying-Images-using-CloneZilla.md

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,62 @@ However, all uses of Clonezilla start the same way which will be explained here.
77

88
## Creating Clonezilla USB Stick
99
Before we can use Clonezilla, we have to prepare a USB stick with it installed that we can boot Clonezilla from.
10+
First, download Clonezilla from [the Clonezilla website](https://clonezilla.org/downloads.php).
11+
12+
You'll want to choose the most up to date stable release.
13+
14+
![image_44.png](image_44.png)
15+
16+
On the next screen, select file type 'iso' and press download.
17+
18+
![image_45.png](image_45.png)
19+
20+
Wait for it to download.
21+
22+
Next, you'll want to use a program that helps create bootable USB drives. One that most of the team uses is 'Rufus', which is the one I'll be explaining here.
23+
If you want to use another, there will be tutorials online for that specific one.
24+
25+
Download Rufus from [their website](https://rufus.ie/en/), and download the latest release.
26+
27+
Once it's downloaded, run the exe file and go through the instructions to finish the install.
28+
29+
Once the install is finished, open it up. It'll look something like this.
30+
31+
![image_46.png](image_46.png)
32+
33+
Plug in the USB you want to become your Clonezilla drive. It should appear at the top of the menu where it says 'device'.
34+
35+
Next, under 'boot selection' make sure 'disk or iso image' is selected from the drop down. Then, click where it says 'select'.
36+
This will open up your file explorer. Go find your Clonzezilla iso and select that.
37+
This will unlock a lot more options. For this though, we can leave them all as standard. Simple press 'start' and let it work.
38+
39+
Once it's done, the 'ready' will turn to 'done'. Eject your USB in the task bar or file explorer, take it out, and your bootable Clonezilla USB is ready to go!
1040

1141
## Starting Clonezilla
12-
All uses of Clonezilla start the same way.
42+
All uses of Clonezilla start the same way, which I'll explain here.
43+
44+
Put the USB stick in the PC you want to image.
45+
As it's starting up, press the option to open the boot menu. To do this, there'll be a certain key you'll need to press as it's starting up but which key depends on the motherboard.
46+
Common keys used are F12, F11, Esc and Del. Either look up the correct key for the PCs you're using, or use trial and error.
47+
48+
Once you're in the boot menu, you'll want to select your USB stick to boot into. This is usually near the bottom of the list, and will say something like
49+
'USB', 'Flash Drive' or the make of the drive like 'Sandisk' or 'Kingston'.
50+
51+
You will then be met with the Clonezilla boot menu (see below image). You'll want to select the second option, which says 'VGA 800x600 & To RAM'. The important part of this is that it's 'to RAM'. This means that once it's started up fully,
52+
you'll be able to take out the USB stick. This is a must when you're imaging an entire lab of PCs and saves you having to have too many drives.
53+
54+
![ocs-01-bootmenu.png](ocs-01-bootmenu.png)
55+
56+
Once this is selected, wait until it starts. You'll know it's started when you're met with a grey box with blue background. It is now safe to remove the USB drive and start booting other PCs,
57+
as long as you choose the 'To RAM' option previously.
58+
59+
It will ask you to choose a language, so choose English. Then it will ask you to choose a keyboard layout- the default keyboard layout is fine so select that.
60+
Finally, press 'Start Clonezilla'
61+
62+
![image_48.png](image_48.png)
63+
64+
![image_49.png](image_49.png)
65+
66+
![image_47.png](image_47.png)
67+
68+
The next steps will be different depending on what kind of imaging you'll be doing, __so check out the subtopics for further instructions.__

0 commit comments

Comments
 (0)