You Should Know ABOUT HOW EXACTLY to produce a Bootable USB Drive

Posted by Gorman Gupta on May 18th, 2021

A bootable USB flash drive is usually used for booting into Windows. It also allows you diagnose hardware issues and can be used to set up Windows on your PC. This spares you from the trouble of buying Windows Installation CD and then waiting for hours to set up Windows on your computer. However, to enjoy these benefits, you need to produce a bootable USB flash drive. Step by Step Guide to Developing a Bootable USB Drive Here is an easy step-by-step guide to help you develop a bootable USB key drive: 1. First things first- In the first place this process, first you must find out set up computer you want to use your bootable USB drive gets the capability of booting to a USB drive. When you have an old system, it may probably not have this feature. The most recent computers built since Windows Vista premiered are basically capable of booting to a USB device. 2. 맥OS 부팅 가능한 설치 USB 만드는 방법 Nonetheless, to determine whether your PC is capable for booting to a USB device, access your system's BIOs. 3. There are numerous ways to enter the BIO's of the systems. The methods to enter the bios change from system to system and BIOs manufacturers. Nonetheless in the event that you computer was manufactured in the last few years it will enable you to enter the BIOs by pressing any one of the five keys: F1, F2, DEL, ESC or F10. However, if your personal computer is old before 1995, you can test hitting these keys to enter the BIOs set up: CTRL+ALT+ESC, CTRL+ALT+ENTER or Page up and Page down. 4. Once you successfully enter the BIOs of your computer, you will see a blue screen. Check the bootable device list. If the USB device is listed, simply move your USB drive on the top most position to make it your first boot device. 5. To make bootable USB drive for Windows 7 or 8, be sure to have Windows 7 or 8 installed on your pc. 6. Also, be sure you have a flash drive of at least 4 gigabytes. This is had a need to store all the necessary files. 7. Now plug the USB drive and develop a backup of the files, if any, you have stored in your USB drive. This is important because the drive will be formatted when you are carrying out the booting process. This means the files you have stored in your USB drive will be deleted. Therefore, it is advised to produce a backup to avoid the loss of your important files. 8. Once you create backup of the files, now click start and in the search box type 'cmd' to open an increased windows command line. After typing the 'cmd' command Press CTRL+Shift+Enter. Another solution to open elevated windows command line is to click on start menu, go to all program, accessories and then right go through the command prompt menu item. After clicking select Run as Administrator. 9. Simply typecd c:windowssystem32. This can change the directory to the Windows system 32 directory. 10. Now to get to the next step of creating a bootable USB drive, type DISKPART and press enter. On the other hand type LIST DISK and press enter. The DISKPART command is actually a recovery console command. This enables you, the user, to delete and create partitions on your computer without any hassle. 11. After you type LIST DISK and press enter, you will see a listing of the disk drives connected to your PC. 12. Find the disk number of your USB drive. For this you will need to type SELECT DISK [USB disk #]. 13. Now type the next commands as stated below one by one. Press enter after typing each command. Here are the commands: CLEAN CREATE PARTITION PRIMARY SELECT PARTITION 1 ACTIVE FORMAT FS=NTFS (This might take a few minutes, depending on your system's USB drive size) ASSIGN EXIT 15. Now head to start menu, select My Computer. Note which drive is assigned to your USB flash drive and DVD drive. 16. After that, get back to the command prompt window. Here type D: CD BOOT and press enter. 17. Then type CD BOOT and press enter again. 18. Here you are almost through with the booting press. All you need to accomplish is type BOOTSECT. EXE /NT60 H: (this command is to substitute USB flash drive letter for H if needed) and press enter. 19. Now simply copy all the contents of the Windows Installation DVD to your USB flash drive.

Like it? Share it!


Gorman Gupta

About the Author

Gorman Gupta
Joined: May 18th, 2021
Articles Posted: 1