0% found this document useful (0 votes)
23 views7 pages

Detailed Lesson Plan in Computer Systems Servicing

The lesson plan focuses on teaching students how to create portable bootable USB installers, with objectives including identifying requirements and executing the installation process. Key materials include a USB flash drive, an ISO image file, and application software like CMD and RUFUS. The lesson includes a step-by-step procedure for both methods of creating the installer, followed by group activities and evaluations.

Uploaded by

Shane Del Valle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views7 pages

Detailed Lesson Plan in Computer Systems Servicing

The lesson plan focuses on teaching students how to create portable bootable USB installers, with objectives including identifying requirements and executing the installation process. Key materials include a USB flash drive, an ISO image file, and application software like CMD and RUFUS. The lesson includes a step-by-step procedure for both methods of creating the installer, followed by group activities and evaluations.

Uploaded by

Shane Del Valle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7

Detailed Lesson Plan in Computer Systems Servicing

I. Objective

At the end of the lesson, the pupils are expected to:

a. Identify the following requirements needed for creating portable


bootable installer
b. Create the installer based on the given steps or procedures
c. Use the acquired knowledge to create portable bootable USB
installer for the activity.

II. Subject Matter


Topic: Creating Bootable Portable Installers
References: CBLM for Computer System Servicing
Materials: USB Flash drive, Laptop Computer, Projector, Whiteboard
Marker.

III. Procedure:

TEACHER’S ACTIVITY PUPIL’S ACTIVITY


A. PREPARATION

• Prayer
• Greetings (Students will raise their hand and will
• Checking of Attendance say “present”)

• Motivation

Before we proceed to our Students answered “Computer”


lesson for this day, I would
like to ask... what comes in to
your mind when you see the
word “ Virus” and “Reformat”

Very Good!! That is correct. Some Students raised their hands


Who owns a computer here in
their home?

Have you experienced any All students answered Yes Sir


trouble sometimes like when
the computer is not
responding or it’s like working
on its own

Well that is because of the


virus that infects the
computer, so we need to
reformat the computer in
order to fix the problem
Some Students raised their hands and
Is there anyone here who tried answered: 800-1500 pesos
out bringing their computer in
a service center, how much
does it cost for a reformat
service?

One step in reinstalling /


reformatting the computer is
to use installation media of its
operating system.

B. PRESENTATION

Our lesson for today will be a


great help for you, mostly for
others who have their own
computer at home. And for
others who don’t have
computers, you can also benefit
from this lesson by conducting
small time repair service for
those people who encounter the
problems I mentioned earlier.

(Teacher) Starts the PowerPoint


presentation Students will now take down notes

“CREATING PORTABLE
BOOTABLE INSTALLER”
Student asked: Sir what are the things
Before we tackle the topic about that are needed when creating
reformatting a computer, we portable bootable installer
must discussed first and
demonstrate how to create
portable bootable installer, which
is a primary requirement in
formatting a computer.

(Teacher will present the next


slide)

That’s a good question, in


creating portable bootable
installers we need the following
requirements

1. A 4gb or 8GB and up USB Flash


drive
2. .ISO image file of Operating
system
3. Application software (to create
the process of transferring
the .ISO image and format the
USB Flash drive) Student: Sir can we use a CD / DVD in
making this installer.

Yes, we can use CD and DVD in


making the installer but the
essence of making use of a flash
drive is for portability, not all
computers still have DVD rom for
the disk to be read that’s why we
used flash drive.

There are other storage devices


that we can use for making
bootable installers such as the
following:

1. External Hard Drive


2. Floppy Disk (for older OS)
3. CD / DVD

(Teacher will present the next


slide)

I will further discuss about the


requirement of creating this
installer so listen carefully. Student: Sir based on the
requirements, it is advisable if we use
lower capacity flash drive?

NO, we need to use 4gb and up


capacity of USB flash drive in
order to allocate space for the
ISO image files because it its
depends to version of the
operating system and for other
applications that you include
inside.

ISO Image is the


compiled/compressed
installation files of the operating
system where it will be extracted
to the hard drive upon the
process of reformatting, the ISO
image can be downloaded
through internet but you need to
purchase a license key in order
to have a legitimate copy of the Student: Where do we find this
operating system you like to use. operating system images sir, can you
provided source so we can download
it?

Yes, you can download it to


getintopc.com, filehippo, and
even in the Microsoft website
itself since we will be using
Windows Operating System.
Since you cannot afford yet the
license keys, you can still install
and use the operating system for
a limited time of 30 days. Student: How much does it cost to
have a license key / legitimate copy of
Microsoft Windows OS?

Usually it cost 2,000 pesos up to


10,000 pesos depends on the
Microsoft windows OS version
you need. With this you can have
your own copy of the OS that is
upgradable and always updated.

Okay, Next is about the


application software we can use
to this process.

These are the list of software


that is common, downloadable
and easy to use to create
portable USB bootable installers.

1. CMD (Command Prompt)


2. RUFUS
3. YUMI
4. PowerISO
5. Microsoft Media Creation Tool Student: How much does it cost for
that software sir?

The software that listed in the


slide are all free to download on
the internet, all you can do is
search it to google so you can
find their websites Student: What software/s we will be
using sir?

We will be using CMD and


RUFUS

CMD (Command Prompt) is a


utility software / tool that comes
inside a windows operating
system, by using commands we
can create a portable USB
Bootable installer with a few
steps:

(Teacher will present the next


slide)
Students will be taking down notes /
So these are the steps in list the following steps
creating bootable installer using
CMD Prompt

STEP 1: Click WINDOWS


SEARCH BUTTON and type
COMMAND PROMPT or CMD
STEP 1.2 Can also use RUN
(Windows Button + R)
STEP 2: TYPE DISKPART, the
CMD will be run as ADMIN. Click
YES to confirm
STEP 3: Type LIST DISK, Click
Enter
STEP 4: Type SELECT DISK, Click
Enter
STEP 5: Type CLEAN, Click Enter
STEP 6: Type CREATE
PARTITION PRIMARY, Click Enter
STEP 7: Type FORMAT FS=NTFS
QUICK, Click Enter and wait for it
to finish
STEP 8: Type ASSIGN, Click
Enter. This will assign a drive
letter to the flash drive
STEP 8.1 Type EXIT to close the
DISKPART Utility, CLOSE the CMD
PROMPT
STEP 9: Open the .ISO File and
COPY ALL THE CONTENTS INSIDE
THE FLASH DRIVE, after files
copying remove FD to PC

The commands in the steps are


all required for us to create the
installer, the command that is
used is to manipulate the file
system, the partition of the flash
drive so that the BIOS can
recognized the bootable media
that contains the files we needed
to install inside the hard drive of
the PC.

Any questions regarding the Students: None sir


steps of creating portable
installer using CMD?

(Teacher will present the next


slide)

Okay, now that you already know


the procedures by using CMD,
we will now move on in using
RUFUS Application, here are the
following steps, kindly copy and I
will also discuss the step by step
procedure listed here.

So these are the steps in Students will be taking down notes /


creating bootable installer using list the following steps.
RUFUS Application software.

STEP 1: DOWNLOAD RUFUS


APPLICATION here
https://rufus.akeo.ie/
STEP 2: RUN RUFUS
APPLICATION as
ADMINISTRATOR, click YES when
prompt.
STEP3: CLICK SELECT and
BROWSE for the WINDOWS (.ISO
) IMAGE FILE and OPEN
STEP 4: CLICK START to proceed
and YES when prompt
STEP 5: Wait for the process to
finish, remove the flash drive to
PC when done.

The use of RUFUS Application


ease the process of creating a
portable installer right? Because
with just a few clicks and slight
waiting the installer will be done
automatically.

So what method you prefer to Students: Both sir, but if you forgot
use? The CMD Prompt method or some command line in CMD you
by using RUFUS Application? cannot create your installer. So the
more easy to use is RUFUS.

Yes Correct, well you can also


tried out other softwares in the
list or you can just search
another in the internet. And
that’s it, that’s how you create a
usb portable bootable installer.

Any questions about the Students: None Sir.


methods discussed?

C. GENERALIZATION

What are the requirements in Student/s :


creating portable bootable USB 1. A 4gb or 8GB and up USB Flash
installer? drive
2. .ISO image file of Operating
1. A 4gb or 8GB and up USB Flash system
drive 3. Application software (to create
2. .ISO image file of Operating the process of transferring
system the .ISO image and format the
3. Application software (to create USB Flash drive)
the process of transferring
the .ISO image and format the
USB Flash drive)

Why do we need to use 4gb –


8gb and up USB Flash drive? Students/s:
we need to use 4gb and up
We need to use 4gb and up capacity of USB flash drive in
capacity of USB flash drive in order to allocate space for the
order to allocate space for the ISO image files because it its
ISO image files because it its depends to version of the
depends to version of the operating system and for other
operating system and for other applications that you include
applications that you include inside.
inside.
Student/s:
What are the examples of 1. CMD (Command Prompt)
software applications that can be 2. RUFUS
used in creating portable 3. YUMI
bootable USB installer? 4. PowerISO
5. Microsoft Media Creation Tool
1. CMD (Command Prompt)
2. RUFUS
3. YUMI
4. PowerISO
5. Microsoft Media Creation Tool

What are the software Student/s:


applications that we used and 1. CMD(Command Prompt)
discussed the steps given? 2. RUFUS

1. CMD (Command Prompt)


2. RUFUS
Student/s:
Based on the discussion what is RUFUS Application
the most easy to use application
for creating portable bootable
USB installer?

RUFUS Application

D. APPLICATION

Group yourselves into 5 and I will


be handling each group with
flash drive.

Task:

Perform the two methods for


creating portable bootable USB
installer.

IV. EVALUATION

Write the correct step by step procedures on each method in creating


portable bootable USB installer.

A. CMD (Command Prompt)


B. RUFUS Application.

V. ASSIGNMENT

Research all the previous version of Microsoft Windows Operating System


and their installation procedures.

You might also like