First of all, I would like to count you some advantages of creating a bootable USB Pen drive :
- Its very convenient and easy to carry USB stick rather than DVD
- You can boot USB on system, that do not have DVD drive, such as netbooks
- Most Importantly, overall speed of installation increases compared to installing through DVD
Requirements :
- USB Pen Drive with a minimum capacity of 4GB
- Windows OS setup DVD
Creating a bootable USB is as easy as 1,2,3 just follow the said steps :
- Plug the USB into USB port
- Open POWERSHELL or Command Prompt, If you are using Windows Vista/7/8 than open with Administrative rights. Locate Powershell or Command Prompt from Start menu & Right-click on it and select “Run as Administrator”. alternatively locate and hit Ctrl + Shift + Enter
- Type : DISKPART, This will start the Microsoft DiskPart utility
- Now Type : LIST DISK , this will show you list of available disks on your system. DISK 0 usually the HardDrive, note down your USB DISK #
- Suppose your USB has DISK 1. Type SELECT DISK 1, (Replace DISK 1 with your disk number)
- Now issue the following commands one by one :
- CLEAN
- CREATE PARTITION PRIMARY
- SELECT PARTITION 1
- ACTIVE
- FORMAT FS=NTFS QUICK
- ASSIGN
- EXIT
- Close the powershell [Command Prompt]
- Insert Windows Installation Disk and note down the “drive letter” of your DVD drive like ‘C:’ ‘D:’
- Locate and open the command prompt with Administrative rights (refer Step-2)
- Issue the following commands
- H: Note : H: is your DVD drive letter
- CD BOOT
- BOOTSECT.EXE /NT60 G: (NOTE: G: is your USB drive letter)
- EXIT
- Last but the most important step : Copy all the contents of Windows Installation Disk directly onto your USB drive , copy each and every file
- Your USB is now set to boot and install Windows
- SOME IMPORTANT POINTS TO CONSIDER :
- Some motherboards need to set ENABLE USB, so that you can boot from USB
- Also, you need to change the Boot Order, so that USB will the first to check for boot process By Default, HDD is set High in Priority, make USB first than HDD
You can also write to me at manoj.borse9@gmail.com Thank You, do visit again !
No comments:
Post a Comment