Module 2 CSS G11 1st Semweek 3-4
Module 2 CSS G11 1st Semweek 3-4
Servicing NC-II
Module 2:
Creating Bootable Disk
Computer Systems Servicing NC-II
Alternative Delivery Mode
Module 2: Creating Bootable Disk
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.
This learning resource hopes to engage the learners into guided and
independent learning activities at their own pace and time. Furthermore,
this also aims to help learners acquire the needed 21st century skills while
taking into consideration their needs and circumstances.
In addition to the material in the main text, you will also see this box in the
body of the module:
As a facilitator you are expected to orient the learners on how to use this
module. You also need to keep track of the learners' progress while allowing
them to manage their own learning. Furthermore, you are expected to
encourage and assist the learners as they do the tasks included in the
module.
For the learner:
The hand is one of the most symbolized part of the human body. It is often
used to depict skill, action and purpose. Through our hands we may learn,
create and accomplish. Hence, the hand in this learning resource signifies
that you as a learner is capable and empowered to successfully achieve the
relevant competencies and skills at your own pace and time. Your academic
success lies in your own hands!
This module was designed to provide you with fun and meaningful
opportunities for guided and independent learning at your own pace and
time. You will be enabled to process the contents of the learning resource
while being an active learner.
1. Use the module with care. Do not put unnecessary mark/s on any
part of the module. Use a separate sheet of paper in answering the
exercises.
2. Don’t forget to answer What I Know before moving on to the other
activities included in the module.
3. Read the instruction carefully before doing each task.
4. Observe honesty and integrity in doing the tasks and checking your
answers.
5. Finish the task at hand before proceeding to the next.
6. Return this module to your teacher/facilitator once you are through
with it.
If you encounter any difficulty in answering the tasks in this module, do
not hesitate to consult your teacher or facilitator. Always bear in mind
that you are not alone.
This module was designed and written with you in mind. It is here to help
you master the nature of Computer Systems Servicing NC-II. The scope of
this module permits it to be used in many different learning situations. The
language used recognizes the diverse vocabulary level of students. The
lessons are arranged to follow the standard sequence of the course. But the
order in which you read them can be changed to correspond with the
textbook you are now using. The module is divided into five lessons, namely:
Multiple Choice. Let’s see what you already know about creating bootable
disk. If you got 100% in this pretest, you can proceed to the next module.
Choose the best answer by writing the letter on a separate sheet of paper.
Answer according to your heart and mind’s content.
5. What pertains to any physical media (CD, DVD, USB flash drive or other
removable media supported by a machine BIOS as a boot device) that boots
on any PC-compatible?
a. Bootable Devices c. Both A and B
b. Operating System d. Application Software
8. Which of the following pertains to load the first piece of software that
starts a computer?
a. Application software c. Boot
b. Bootstraps d. Flash Drive
9. A bootable media is important in a computer system because it contains
the boot image, optional prestart commands and associated files, and
Configuration Manager files. How would you make a bootable media?
a. Consider the architecture of the boot image must be appropriate
for the architecture of the destination computer
b. Make sure that the boot image contains all the files and
applications
c. It should contain one distribution point and one media only
d. The drive must be detectable by the computer
10. You need to load the operating system of the computer you are using.
Why is operating system important to be loaded?
a. because it manages all of the other application programs in a
computer
b. because it is a comprehensive, self-contained program that
performs a particular function directly for the user
c. because it collects data or computer instructions that tell the
computer how to work
d. because the computer’s operating system determines its speed.
11. How are you going to format a computer without an optical drive
a. buy an optical drive
b. use a bootable flash drive
c. use an external hard-drive
d. you cannot format a computer without an optical drive
12. Many features limit the compatibility between Linux and MS Windows on
which is a device driver. Why are operating systems different from each
other?
a. Because operating systems differ from open source to commercial
usage.
b. Because they have complex programming depending on its
manufacturer
c. Because each has different target market
d. Because they have different priorities over hardware and driver
B
oot is to load the first piece of software that starts a computer.
Because the operating system is essential for running all other
programs, it is usually the first piece of software loaded during the
boot process.
This module is intended for you to learn how to create bootable drive
and install device drivers in your computer system. This will also help you
become familiarized in preparing customized installers and be able to
confidently use them.
What’s In
Let’s get started with this! First let’s review what happened in the last
module about computer assembly. Here is a jumpstart exercise for you!
TOTAL ____ / 45
What’s New
This part of the module is an activity which will show you an overview of
what competency you should be able to learn. This help you explore and
have a headstart of what you will be learning.
Let’s Practice! This is a new activity for you to explore. This is the
introductory part or preliminary part of making bootable disk.
Listed below are the things you will be needing before doing this activity:
1. A flashdrive at least 8GB storage capacity
2. Access to a computer running Windows 7 or higher
Directions:
You are tasked to make your flashdrive ready for installation of OS
files. List down the things that you observed in each step and record them in
the table provided below. Don’t forget to check if you successfully finish the
steps. Put remarks if not successful and explain what went wrong.
Just follow the ten (10) easy steps in making your flashdrive ready for
installation of operating system files. Answer the questions after each step
you’ve accomplished together with the table below. Use a separate answer
sheet for this activity.
Step 1: What do you see after clicking run administrator? Please
Describe.
Step 2: What happened after encoding the word diskpart?
Step 3: How many disk-drives did you see? What are they? How
did you select the drive you need?
Step 4: Are you sure that’s your drive?
Step 5: Be careful with this step, this will wipe out your drive.
Discuss what happened.
Step 6: In creating partition for your drive, how many did you
make?
Step 7: You selected which partition?
Step 8: Was it successful? How did you know?
Step 9: How long did it take you to format the drive? Did you try
to remove ‘quick’? What will happen if you do that?
Step 10: What happened after pressing enter?
Are you ready? Turn to the next page and Let’s start!
Procedure
1. Click Start > All Programs > Accessories > Right click on Command
Prompt > Run as Administrator.
2. Type ‘diskpart' and press “Enter” to start the built in Windows disk
partitioning utility.
3. Type 'list disk' and press “Enter”. Identify your USB Flash drive and
make a note of the disk number. Here in this example, My USB flash
drive is Disk 2.
Note: Careful about choosing correct disk index number, failure to
select right disk may result to permanent deletion of data that may
lead to catastrophic event.
5. Type ‘clean’ and press Enter. The clean command will remove
partitions or volume formatting from the selected disk (disk 1) by
zeroing sectors.
6. Now to create a partition, type 'create partition primary’ and press
Enter.
10. Type 'assign' and press the “Enter” key to assign a drive letter to your
USB flash drive. Type “exit” to exit the diskpart utility.
What is It
After you’ve made you flash drive ready for installation. Set it aside
and now it’s time to read and absorb the following discussion. This
discussion will help you make/ create a bootable disk and make it inside the
nutshell.
The following are important terms to remember, please read them and
keep those terms in mind as you get along this module.
1
Emily Chen, "Computer Basics - Hardware", Www2.Nkfust.Edu.Tw, 2020,
http://www2.nkfust.edu.tw/~emchen/CALL/unit2_1.htm.
OPERATING SYSTEM DETAILS
Microsoft Windows Microsoft created the Windows Operating
System (OS) in the mid-1980s. There
have been many different versions of
Windows, but the most recent ones
are Windows 10 (released in
2015), Windows 8 (2012), Windows
7 (2009), and Windows Vista (2007).
Windows comes pre-loaded on most new
PCs, which helps to make it the most
popular operating system in the world.
macOS MacOS (previously called OS X) is a line
of operating systems created by Apple. It
comes preloaded on all Macintosh
computers, or Macs. Some of the specific
versions include Mojave (released in
2018), High Sierra (2017),
and Sierra (2016).
Step 3: Select NTFS for File system. ( Note: Select FAT32 if your PC UEFI
bios. )
Step 6: Make sure you select these three options under Format options.
Quick Format
Create a Bootable disk using.
2
"How To Create Bootable USB Drive From Windows ISO Or Setup Without Using Any Software -
Askvg", Askvg.Com, 2020, https://www.askvg.com/how-to-create-bootable-usb-drive-of-windows-
setup-without-using-any-software/.
Create extended labels and icon files.
Step 7: Select the dropdown menu next to Create a Bootable disk using and
select ISO Image.
Step 8: Select the Drive icon next to ISO Image and then select the Windows
ISO file. (you can get a copy of this from your teacher)
Step 9: Verify all the settings and then click on the Start button.
That’s it, now you’ll just have to wait for a couple minutes more and
the Windows Bootable USB Flash Drive should be ready for installing
Windows on your PC.
After a few minutes your Windows Bootable USB flash drive will
be ready for installation. Reboot your PC and set the bootable flash drive as
a first boot priority in the bios settings. Save the bios settings and reboot
once again to continue with the windows installation process.
B. Driver
1. The following errors may occur if device drivers are not properly
installed.
1.2. If add-on devices’ drivers are not installed, including input and
output devices.
a. Devices are not possible to work properly according to its
specificity. For instance, a scanner is not able to scan without
the presence of its required driver.
Follow the steps below in order to install drivers using driver pack.
3
"How To Create Bootable USB Drive From Windows ISO Or Setup Without Using Any Software -
Askvg", Askvg.Com, 2020, https://www.askvg.com/how-to-create-bootable-usb-drive-of-windows-
setup-without-using-any-software/.
2. If you don’t have driver disc, try to identify the specificity of a
computer, including its brand name and code then search over the
internet the equivalent needed drivers.
3. If internet connection is not available, make it sure that you prepared
the all in one (AIO) DriverPack Solution app for you to install the
required drivers for installation.
Always check the specific required drivers for its equivalent devices.
Moreover, in choosing the correct drivers, you must consider the following:
1. You lose your disc driver attached in your computer / laptop and
you are trying to reformat a laptop. The first thing you need to do
is to obtain its hardware specification, get the specific brand name
and code of your device.
2. Search the code in the internet and find its exact specification and
download the drivers.
3. Every device has an equivalent driver, except those Plug and Play
(PnP) devices which do not require drivers in order to use it.
What’s More
Compare to real life scenario a device will not perform its specific task
without a device driver or a software that acts as an activator to activate
certain device in order to perform its full functionality.
In this activity, you are about to learn the definition of driver, its
function and its purpose in conducting software installation and how to
prepare driver for installation. Follow the procedure below to fulfill this
activity.
If you don’t have an internet connection you can ask your teacher for a copy
of this application.
** choose whether your Operating System is Windows 7, 8, or 10, between
32bit or 64 bit you can see the bits in your computers properties. The
application should look something like this. Or you can download any driver
pack solution of your choice over the internet.
2. Click Start(S) than click “Extrac” and install drivers (i) [Recommended]
and Wait for the installation to finish and restart computer.
3. After restarting your computer check if the drivers are installed
correctly by going to “computer”, right click and click “properties”.
No error
5. From this window, you should not see any device which has
exclamation point or red error in it. If there’s one, try installing the
driver again for that certain hardware.
Lacking
device driver
In what part of the activity have you experienced difficulty? Were you able to
solve it? How important is making a drive for your computer system? What
are its functions and purpose in your computer / laptop?
Modified True or False: Read each statement and identify if the statement
is true or false. Write F if statement is false and underline the word(s) which
made it wrong otherwise, write T if statement is true. This is with a total
score of 20 pts. Good luck!
2. Find the device that you are trying to install with a driver (Video, Sound,
LAN).
2. Open the USB drive / CD drive which has the drivers separately that
came from the system manufacturer. If this is not available, you can
download one over the internet by searching the brand and version of
your hardware. The following three devices are the most important to
be installed with appropriate drivers:
a. First look for the graphics card driver/ VGA/ Video
b. Second to install is the sound driver/ audio
c. Third is the LAN driver / Ethernet controller / network adopter
5. Open the “Setup” file, and then follow the on-screen instructions to
install the driver.
5. Verify the Driver Version and Driver Date fields are correct.
You are expected to have done this activity successfully. You can review and
repeat the three options more than twice if necessary to be familiarized and
be ready for another competency added to your list.
How well did you do? From a scale of 10, 10 being the highest what’s your
rating? Explain your answer briefly in a separate sheet of paper.
Installation of
Device Drivers
/Software
1. A boot device is any piece of hardware that can read or contains the files
required for a computer to start. For example:
a. a hard drive,
b. floppy disk drive,
c. CD-ROM drive,
d. DVD drive, and
e. USB flash drive.
2. The above devices are all considered bootable devices. However, unless
the necessary boot files are stored on the drive, diskette, or disc, the
computer cannot boot from that device.
3. I also have learned how to create a bootable disc or drive.
4. The Operating System (OS) is the most important program that runs on a
computer. Every general-purpose computer must have an operating
system to run other programs and applications. Computer operating
systems perform basic tasks, such as recognizing input from
the keyboard, sending output to the display screen, keeping track of files
and directories on the storage drives, and controlling peripheral devices,
such as printers.
What I Can Do
In the discussion part above, you have been given an example on how
to create a windows 7 bootable drive. This time, you will create a Windows
Server R2 2008 bootable flash drive using Rufus with the flashdrive you
have set aside earlier. You can ask a copy from your teacher for the ISO file
of the said Windows version. Use an empty flash drive for the installation of
bootable files. You will be graded according to the following rubrics. You can
get a score as much as 60 points in this performance task. Also, create a log
as given in What’s New part of this module. Good luck!
Multiple Choice.
Direction. This assessment will make you employ your learned skills and
knowledge about creating bootable drive and installing software. Choose the
letter of the best answer. Write the chosen letter on a separate sheet of
paper.
1. It is a software program that enables a specific hardware device to work
with a computer's operating system.
a. Driver b. System software c. application software d. OS
2. It means the devices will work without requiring driver installation.
a. Driver b. OS c. Operating System d. Plug n Play
3. What is the correct sequence of diagram that describes the operation of
an operating system?
a. Hardware – apps – user- OS c. OS – user – Apps – Hardware
b. User – Apps – OS – Hardware d. OS- User – Hardware – Apps
4. It lets you use your mouse to click icons, buttons, menu that are clearly
displayed on the screen using a combination of graphics and text.
a. CLI b. GUI c. OS d. Apps
5. The main function of a device driver is?
a. Acting as a translator between the hardware device and the
application or operating system that users it.
b. To fail Management.
c. Acting as a storage medium that can be access directly by cpu.
d. Organizes and coordinate how to multiple users access and share
resources on network.
6. A computer’s speaker does not sound, how are you going to check on this
problem?
a. Check the LAN driver
b. Check the sound driver
c. Check the graphics driver
d. Check the PnP driver
7. The graphical user interface is a form of user interface that
allows users to interact with electronic devices through
graphical icons and audio indicator such as primary notation, instead
of text-based user interfaces. Why is this important to a computer
system?
a. GUI is the layer where the digital product communicated with human
and human communicated with digital product.
b. GUI Allows you to move the cursor up and down or left and right.
c. GUI Allows you to expand the contents of a window to fill the screen.
d. GUI scans all the needed software of the computer and returns it to
the main memory to the central bus channels.
8. Copyright is the exclusive right given to the creator of a creative work to
reproduce the work, how would you follow the copyright law of a
software?
a. Own full rights to use it how you wish.
b. Purchase a license to use it on one machine only.
c. Purchase a license to use it on as many machines as you like.
d. Make multiple copies and give these to anyone else for safe keeping.
9. Your cousin told you that the program he has downloaded is a shareware
and told you that you can copy this file. Would this be a violation of the
copyright law?
a. Yes, because this software cannot be used without payment for a set
period, after which a payment must be made.
b. No, because this software can be used without payment for any length
of time, so long as you do not give it to anyone else.
c. Yes, because this software cannot be used without payment for any
length of time, so long as you share it with as many people as you
can.
d. No, because this software can only be used once you have bought
shares in the company that created it.
10. How are you going to ensure that important data in your flashdrive /
harddrive is not lost?
a. Make regular backup files on the hard disk.
b. Always use a password to protect file access.
c. Never delete any files just in case you remove the wrong one by
accident.
d. Make regular backup copies onto suitable storage media and store
them in a safe place.
11. How are you going to protect your bootable flashdrive from viruses?
a. Always operate it at room temperature.
b. Install antivirus software in your flasdrive.
c. Never connect the drive to a computer unless will format the drive.
d. Install a firewall in your flashdrive.
12. You want to create a bootable flashdrive for Windows 10. It says on
the ISO file that it has 8GB file size, you have readied an 8GB flashdrive
and upon using Rufus to create a bootable drive it says there is not
enough storage drive abort, retry, cancel? Why is this happening?
a. Because there is an error in the process in making bootable drive.
b. Because you did not format the drive first before making the bootable
device.
c. Because of the patch file permission in your computer.
d. Because the ISO file is just enough to be saved in the flashdrive but it
cannot save the additional bootable files.
13. Your computer does not recognize the bootable drive that you created.
Why did this happen?
a. Maybe the BIOS is not configured to boot on the device.
b. Maybe the flashdrive is not compatible with the computer.
c. Maybe the environment of the OS is not compatible with the
computer.
d. Maybe the flash drive is not working.
14. After installing your new video card for gaming, you found out that the
video resolution in the game you are playing does not far different from
the onboard video card that you have. Why is this?
a. Because the onboard video card and the new video card is the same
b. Because the video card’s driver is not yet installed
c. Because the video card is not compatible
d. Because the BIOS is not yet setup for the setting in video card
15. How are you going to test if the new sound card you bought is working
or not?
a. Plug it inside the system and test your speaker.
b. Plug it inside the system and install the driver then see if it sounds.
c. Plug it inside the system and update the BIOS.
d. Plug it inside the system and go to the manufacturer’s website to test.
Additional Activities
In the above activity you are taught to use Rufus in making bootable drive.
This time, you will be able to use another freeware called PowerISO. Below
are the steps in making a bootable drive; different applications but with the
same results.
1. Start PowerISO (v6.5 or newer version, download here or you can get a
copy from your teacher
http://www.poweriso.com/download.php
3. Choose the menu "Tools > Create Bootable USB Drive". The "Create
Bootable USB Drive" dialog will popup. If you are using Windows Vista
or above operating system, you need confirm the UAC dialog to
continue.
4. In "Create Bootable USB Drive" dialog, click "..." button to open the
ISO file of Windows operating system.
5. Select the correct USB drive from the "Destination USB Drive" list if
multiple USB drives are connected to the computer.
Answer Key
"How To Create Bootable USB Drive From Windows ISO Or Setup Without
Using Any Software - Askvg". Askvg.Com, 2020.
https://www.askvg.com/how-to-create-bootable-usb-drive-of-
windows-setup-without-using-any-software/.