WELCOME!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

REFERENCE Create bootable media using command prompt

Online statistics

Members online
1
Guests online
277
Total visitors
278

boybentot14

Registered
Joined
Mar 7, 2019
Messages
21
1. Click Start > All Programs > Windows System > 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 4.
Note: Careful about choosing correct disk index number, failure to select the right disk may result to permanent deletion of data that may lead to catastrophic event.

4. Type 'select disk 4' and press Enter.

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.

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’ and press the Enter key.

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.

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.

Your USB flash drive is now ready to be used as an installation media. All you need to do is copy the entire contents of the Operating System (DVD) to your newly prepared USB flash drive. Plug the USB flash drive to the computer and reboot to begin the installation.

11. Copy data the data.

12. Paste the data file into your flash drive

HIT LIKE lang po mga sir if nakatulong tong simple thread na to .. :D:D:D
 
ayos to boss ah.. maraming salamat sa pag share boss.. ma try nga to pag may time na..
 
Back
Top