Tuesday, December 6, 2011

How to setup Windows7 Form USB Pendrive

How to load Windows 7 onto a bootable USB Disk/Pendrive.

Here Explain how i make a bootable  my pendrive when my DVD ROM not working.

To total your Home windows 7 power-user practical knowledge, you may consider losing the whole considerably OS onto a USB travel. Whether you hold it around in your wallet or throw it in a workplace cabinet, it's the best footwear drive for crisis installs-including those instances when you're working with a laptop or some other pc that does not have an to prevent travel. Even better, your set up instances will be considerably decreased, thanks to your key's expensive memory-we shaved off mins from our total set up time.

Here's how to make a schmancy-fancy footwear key for either Home windows 7 or Vista-but not for other OSes, so please don't try! We've run a cut down edition of this document in the paper before, but because it was so unbelievably popular-and so germane to this function story-we've determined to talk about it again, now with more aspect and displays.
Step 1. Format Your USB Key



Plug in your USB key and back up any existing data stored on it. You'll need to format the key (thus erasing existing data) before you can make it a bootable device. We used an 8GB key, but a 4GB key will also work.
 
Step 2. Partition that Key in CMD

 
Open up a command prompt as an Administrator. You can do this by searching for cmd.exe in your Windows/System32 folder, right-clicking the executable, and selecting "Run as administrator." Alternatively, type CMD in the Start Menu search field and activate the command prompt using Ctrl + Shift + Enter.


 
You should now be under C:\Windows\system32 (assuming your Windows partition is the C drive). Type diskpart in the command line to enter the Disk Partition command-line tool, which lets you format and create partitions on active disks. Now type list disk to reveal a list of all your active disks, each of which is associated with a number. Make a note of which one is your USB key, based on the capacity. In this screenshot, our USB drive is Disk 2.

Step 3. Format Away (Command-Prompt Style)
It's now time to enter a load of commands to properly partition the key, and format for the NTFS (did you know this stands for "New Technology File System"?). In succession, enter the following-and type carefully, Jimbo!
Select Disk # (where # is the number of your USB disk. We typed Select Disk 2 for this job)
Clean (this removes any existing partitions from the USB disk, including any hidden sectors)
Create Partition Primary (creates a new primary partition with default parameters)
Select Partition 1 (focuses operation on the newly created partition)
Active (sets the partition to active, informing the disk firmware that this is a valid system partition)
Format FS=NTFS (formats the partition with the NTFS file system. This may take several minutes to complete, depending on the size of your USB key)
Assign (this gives the USB drive a Windows volume and next available drive letter, which you should write down. In our case, drive "L" was assigned)
Exit (quits the DiskPart tool)

Step 4. Copy Windows DVD to a Desktop Folder

 
Insert the Windows 7 installation DVD into your drive, and view the files that it contains. Copy all of the files to a folder on your Desktop. We put the disc contents in a folder named Windows 7.

Step 5. Turn Your Key into a Bootable Device

 
Now, go back to your command prompt, running it as an Administrator. Using the CD command, navigate your way to the folder where you placed the Windows disk ISO files. Your command line path should look something like C:\Users\USERNAMEHERE\Desktop\Windows 7\ if you followed our lead on folder placement. Now type the following commands:
CD Boot (this gets you into the boot directory)
Bootsect.exe /nt60 L: (this assumes L is the drive letter assigned to your USB key from the previous step)
In case you're wondering, Bootsect infuses boot manager–compatible code into your USB key to make it a bootable device. Also be aware that if you're currently running 32-bit Windows Vista or 7, Bootsect will only work if you use the files from the 32-bit Windows 7 install disc. The Bootsect executable from the 64-bit version will not run in 32-bit Vista. Don't forget it!

Step 6. Load the USB Key with Your Install Files

 
Copy all of the extracted ISO files into the USB drive. You don't need to do this from the command prompt. Just drag and drop the files from the Windows 7 folder into the USB drive using Windows Explorer. We also recommend copying your hardware drivers onto the same key so the installation wizard can find them.
Your USB key is now all ready to go! Plug it into your target system and make sure you enter the BIOS (typically by hitting F2 or F12) to temporarily change the boot order to allow booting from the USB key before your primary hard drive or optical drive. Now, when you plug the key into a machine, your system should automatically begin speedily downloading setup files off of the USB key and entering Windows 7 installation.

0 comments:

Post a Comment