CSS10 - Q2 - Topic 7
CSS10 - Q2 - Topic 7
CSS10 - Q2 - Topic 7
BOOTABLE
DEVICES
Quarter 2 – Topic 1
to load the first piece of software
that starts a computer. Because the
BOOT
operating system is essential for
running all other programs, it is
usually the first piece of software
loaded during the boot process.
STORAGE is a device for recording
(storing) information (data).
DEVICE
is a physical media (CD,
BOOTABLE DVD, USB flash drive or
other removable media
MEDIA/ supported by a machine
BOOTABLE BIOS as a boot device) that
boots on any PC-compatible
DEVICE machine.
Bootable media is most
often used to:
● recover an operating system that cannot
start
● access and back up the data that has
survived in a corrupted system
● back up sector-by-sector a disk with an
unsupported file system
● hardware or software troubleshooting
THE PROCESS
OF BOOTING
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.
4. Type ‘select disk 2’ and
press Enter.
5. Type ‘clean’ and press
Enter. The clean command
will remove partitions or
volume formatting from
the selected disk by zeroing
sectors.
6. Now to create partition,
type ‘create partition
primary’ and press Enter.
7. Type ‘select partition 1’,
and press the Enter key
8. Type ‘active’ and hit the
Enter key.
9. To format the partition
using FAT32 file system, type
‘format fs=fat32 quick’ and
press the Enter key.
RUFUS
- is a utility that helps format and create bootable USB
flash drives, such as USB keys/pen devices, memory
sticks, etc.
In can be especially useful for cases where:
PROCEDURE:
1. Download the latest RUFUS
program file from here
http://rufus.ie/
2. Run RUFUS on your
Windows PC.
You should get the
following screen
showing the main
menu.
3. Select your ISO
image file to be
transferred on your
USB flash drive, as
shown below in the red
rectangle.
4. Then that’s it, you
can press the “Start”
button to begin the
transfer.
5. At the end of the
installation, your USB
flash drive is ready to
use.