Information 1.9
Information 1.9
PREPARE INSTALLER
Prepared by
MARILOU F. ANGADOL
PREPARE INSTALLER
I. Learning Competency:
MELC:
➢ prepare installer in accordance with software utilization guide and end user
agreement
Specific Objectives:
1. Identify the essential factor of different boot devices.
2. Arrange correctly and in order the procedures in preparing bootable devices.
Software is the set of instructions (also called a program) that guides the hardware to operate
effectively.
Operating System
an operating system is the most important software that runs on a computer. It
manages the computer's memory and processes, as well as all of its software and hardware.
It also allows you to communicate with the computer without knowing how to speak the
computer's language.
2. BOOTABLE MEDIA
Boot is the process of loading the first piece of software that starts a computer – the
operating system. Because the operating system is essential for running all other programs,
it is usually the first piece of software loaded during the boot process.
A boot device (aka bootable device/bootable media) is any piece of hardware that
can read or contains the files required for a computer to start.
Examples of bootable media are hard drive, floppy disk drive, CD-ROM
drive, DVD drive, and USB jump drives. However, unless the necessary boot files are
stored on the drive, diskette, or disc, the computer cannot boot from that device.
The most commonly used boot device or boot drive is the hard drive. When
an operating system, such as Microsoft Windows, is installed onto the hard drive, it copies the
boot files and drivers required to load Windows onto the computer. When installing a new
operating system, troubleshooting the computer, or booting from another drive (e.g., CD-ROM
drive), a bootable disc or setup disc is inserted into the drive. If the boot sequence is set up
correctly in CMOS setup and the bootable disc is in the computer, it will load from the disc.
The term boot comes from the idea of lifting oneself by one's own bootstraps: the
computer contains a tiny program (bootstrap loader) which will load and run a program found
on a boot device.
• Cold Boot -To perform a cold boot (also called a "hard boot") means to start up a
computer that is turned off. It is typically performed by pressing the power button on the
computer.
• Warm Boot -To perform warm boot (also called a "soft boot") means to restart a
computer. It is typically initiated from the operating system, rather than pressing a button on
the computer itself.
For example, to perform a warm boot on a Windows system, you may select Shut
Down → Restart from the Start Menu. If you use a Mac, you can perform a warm boot by
selecting Restart… from the Apple Menu
The following are examples of third-party applications for creating bootable media:
o Rufus o WintoUSB
o WinSetUpFromUSB o Easy2boot
o Etcher o Etc.
1
A. HOW TO CREATE A BOOTABLE USB FLASH DRIVE USING DISKPART/CMD
4. In the new command line window that opens, to determine the USB flash drive number
or drive letter, at the command prompt, type list disk, and then click ENTER. The list
disk command displays all the disks on the computer. Note the drive number or drive
letter of the USB flash drive.
5. At the command prompt, type select disk <X>, where X is the drive number or drive letter
of the USB flash drive, and then click ENTER. In this example, 1 is the number of the
drive.
6. Type clean, and the click ENTER. This command deletes all data from the USB flash
drive.
1
7. To create a new primary partition on the USB flash drive, type create partition primary,
and then click ENTER.
8. To select the partition that you just created, type select partition 1, and then click
ENTER.
10. To format the partition, type format fs=ntfs quick, and then click ENTER.
Important
If your server platform supports Unified Extensible Firmware Interface (UEFI), you
should format the USB flash drive as FAT32 rather than as NTFS. To format the partition
as FAT32, type format fs=fat32 quick, and then click ENTER.
13. You can now extract files from any windows Operating system installer and save it to
the root of the USB flash drive.
2
B. HOW TO CREATE A BOOTABLE FLASH DRIVE USING THIRD PARTY MEDIA----
RUFUS
It is very common to use a bootable USB drive instead of a CD/DVD drive to install
the operating system. For Windows there are a ton of software programs that help you
create bootable USB drives. Of all the available tools, Rufus, a free and open-source
application, is one of the best. In fact, Rufus is one of those tools that every Windows user
should have in their software catalog.
Note: This lesson assumes you already have the ISO file of the OS you wish to install. If you
don’t have the ISO file, you can download it from the developer website. Also, make sure that
the USB drive you are using is at least 8 GB and has no important data in it.
2. Plug in the USB drive, and you will instantly see it in the top
drop-down menu. Once you see the drive, click on the “Select”
button to load the ISO file of the OS you wish to put in your flash drive.
3
3. In the Browse window go to where you’ve stored your ISO file, select it, and click on the
“Open” button.
4. Select “MBR” from the Partition Scheme drop-down menu then Target Menu should
automatically go to BIOS (or UEFI-CSM). This option enables the media to work for both old
and new BIOS (UEFI).
4
5. Click on the “Start” button.
6. As soon as you click on the button, Rufus starts to create the bootable USB drive.
Depending on your USB drive, it can take a few minutes to complete the creation process.
7. Once completed, you will not see a completion message but will hear a completion sound,
and the progress bar will turn fully green.