Shs TVL Ict Css q3 m5 Edited
Shs TVL Ict Css q3 m5 Edited
Shs TVL Ict Css q3 m5 Edited
Department of Education
Regional Office IX, Zamboanga Peninsula
TLE/TVL
Computer Systems Servicing
Quarter 3 - Module 5
Portable Bootable Devices
Name of Learner:
___________________________
Grade & Section:
___________________________
Name
TVL-ICT Computer of School:
Systems
Alternative Delivery Mode
Servicing
Quarter 3 –___________________________
Module 5: Portable Bootable Devices
First Edition, 2020
1
Republic Act 8293, section 176 states that: No copyright shall subsist
in any work of the Government of the Philippines. However, prior approval of the
government agency or office wherein the work is created shall be necessary for
exploitation of such work for profit. Such agency or office may, among other
things, impose as a condition the payment of royalties.
Management Team
SDS: MA. LIZA R. TABILON EdD, CESO V
ASDS: JUDITH V. ROMAGUERA, EdD
ASDS: MA. JUDELYN J. RAMOS, EdD
ASDS: ARMANDO P. GUMAPON, EdD
CID Chief: LILIA E. ABELLO, EdD
LR: EVELYN C. LABAD
PSDS: MA. THERESA M. IMPERIAL
PRINCIPAL: NORALYN R. SABANAL
3
Lesson Portable Bootable
1 Devices
What’s In
In your whole life, have you encountered floppy disk drive, CD-ROM
drive, DVD-ROM drive and flash drive?
Have you tried to engage it in your daily life those bootable devices? Can
you identify which is more efficient and which is not?
Do you have at least one bootable device used? Have you ever thought of
the importance of it nowadays?
What’s New
ACTIVITY 1
Have you experience using portable bootable devices? If yes, have you
ever committed a mistake when using it? If yes, in your notebook, write one
experience where mistakenly used the portable bootable device. Include in your
writing what is your mistake in using it. Name it as Core_ICCS_8.6_Act.1.
NOTE: If you never experience failure in life ever since, then answer the activity
below.
ALTERNATIVE ACTIVITY 1:
INSTALLER PREPARATION
Equipment Portable bootable device
4
Windows 7 Terminal/Laptop/Netbook/Desktop Computer
Materials/Tools Flash Drive
Rufus Software
Windows 7 Professional ISO
Procedure 1. Work in groups/pairs/individual (this will depend on
the number of computer systems available).
2. Prepare a Windows 7 Professional installer using
Rufus with the following specifications:
a. Computer Name: <your surname>-Terminal
b. Password: administrator123
c. Disable Internet Explorer and Games
3. Export the customized installer to an ISO image
using Rufus Software.
4. Prepare a bootable flash drive using CMD.
5. Extract the ISO contents to the flash drive.
6. Let the teacher check your work.
7. Take turns in doing the activity.
Write your answer to this activity in your activity notebook and name it,
using the format, QIII_M5_Act.1
What is It
Read and understand the concepts of portable bootable devices in
installing and configuring computer systems. Your understanding on these will
help you deeply understand the importance of portable bootable devices in
Computer Systems Servicing.
5
An ISO image is simply an archived/compressed file of an optical disc. It
contains every bit of data on the written sector of the optical disc including its
file system.
In this module, you are going to learn how to do prepare a bootable flash
drive and a bootable DVD.
You can use CMD or the Command Prompt to prepare a bootable flash
drive. Before you proceed, be sure to prepare the ISO file that you will use for
the installation. Be sure to back up any data that you have in the flash drive
before proceeding.
DISKPART> _
6
Step 4. A new command line window will open. You will need to identify the
flash drive number or drive letter.
At the Command Prompt, type list disk then press the ENTER
key.
This command will show all the disks on the computer. Take
note of the drive number/letter of your USB Flash Drive.
If you are confused with the drives you see, refer to the size
mentioned in the list. It should be with the same as the capacity
of your flash drive.
C: \WINDOWS\system32>diskpart
Microsoft DiskPart version 10.0.10586
copyright (c) 1999-2013 Microsoft Corporation.
On Computer: TFINX4
DISKPART> _
Step 5. In the Command Prompt window, type select disk <drive number>. For
example: select disk 1 then press the ENTER key.
Step 6. Again, at the Command Prompt, type clean, then press ENTER. This
will delete everything from the flash drive.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> _
Step 7. Create a new primary partition on the flash drive by typing create part
pri, then pressing the ENTER key.
Step 8. Select the partition you just created by typing select part 1 and then
pressing the ENTER key.
DISKPART> _
7
Step 9. Format the partition by typing format fs+ntfs quick, and then pressing
Enter.
Step 10. In the command line, type the command active then press ENTER.
DISKPART> active
DiskPart marked the current partition as active.
DISKPART>
Step 11. Type exit to leave diskpart then type exit again to close the Command
Prompt, then ENTER.
DISKPART> exit
Leaving DiskPart…
C:\WINDOWS\system32>_
After downloading the Rufus software, make sure you are logged into
the Administrator account on the PC you are using to avoid any issues. The
process of preparing the bootable disk using Rufus will still erase all contents of
the flash drive, so make sure you have backed up the files you don’t want to
lose.
Step 2. Run Rufus. If asked for a software update, choose No for now.
You will now see the user interface of Rufus. This is something that
CMD lacks that makes Rufus easier to use.
8
Step 3. Rufus will immediately detect your USB Flash Drive, but to be sure,
check the data selected in the drop-down boxes.
On the Devices selection, make sure that the name, drive letter,
and drive size match the name, letter, and size of your flash
drive.
You can modify other settings in here but for this installation,
let’s leave the default settings.
Step 4. Make sure that the option “Create a bootable disk using” is checked
and “ISO image” is selected in the drop-down box.
9
This will open a dialog box where you will find the ISO image you are
going to use for the bootable flash drive.
Step 6. Find the ISO image then press Open. Rufus will automatically configure
the settings to match the ISO image.
You can specify a different label for the bootable flash drive by editing
the content of the textbox.
If everything is set correctly, press the Start button. This will begin the
process.
A dialog box will appear. It will tell you that the operation will delete all
content in your flash drive, so better back up before proceeding. If you don’t
need any back up, press OK to proceed.
10
Step 7. Find the ISO image then press Open. Rufus will automatically configure
the settings to match the ISO image.
Note: You can see a log of the steps in the operation by clicking the “log” button.
Verify if the files were copied to the flash drive (open your flash drive)
Step 9. Eject the flash drive and voila! You are done. You may now proceed to
installing your operating system using your portable bootable flash drive.
11
What’s More
ACTIVITY 3
Let us check what you have learned in the lesson about using Windows CMD.
Directions: Indicate the corresponding step provided before the number. Write
the answer in your activity notebook and name it as QIII_M5_Act. 3.
_____ 1. If you already finished preparing your installer image file, save it
_____ 2. Type exit to leave disk part then type again to close the command
_____ 3. In the command line, type the command active then press
ENTER.
number>.
_____ 5. Again, at the command prompt, type clean, then press ENTER.
12
_____ 7. Select the partition you just created by typing the select part 1
_____ 8. Format the partition by typing format fs=ntfs quick, and then
pressing ENTER.
_____ 12. A new command line window will open. You will need to identify
What I Can Do
ACTIVITY 4
Task: Plan on how you are going to solve the issue using the table below.
Number 1 should contain the first step of your plan, then followed by 2 nd step
and so on and so forth. You can write as many as you can. Write it on your
activity notebook and name it as QIII_M5_Act. 4.
PLAN A TASK!
13
Assessment
Post Test
Let’s find out how much you already know about the lesson.
Direction: Write the correct answer in the blank in your quiz notebook.
14
TEST II - Steps in using Rufus
Direction: Indicate the corresponding step provided before the number. Write
the correct answer in your quiz notebook.
_____ 1. Rufus will configure the settings to match the ISO image.
_____ 6. Make sure that the option “Create a bootable disk using” is
Additional Activities
Make a portable bootable device using Win2Flash software. Compare the
application features of Rufus. Write it on your assignment notebook and label it
QIII_M5_Act.5.
15
PRE-TEST
Answer Key
TEST I:
References:
1. Maria Luisa G. Capundag, M.Ed.
2. Lodivina T. Pableo
3. Jason C. Alcarez
4. John Louie Nepomuceno
5. Jaime D.L. Caro, Ph.D.
6. Philippine Copyright 2016 techFactorsInc
7. https://www.google.com/search?q=boot+device+logo
16
17