Follow the below steps to make a bootable USB drive for windows 7 installation:
1. Open command prompt as administrator (type cmd at RUN and then CTRL+SHIFT+ENTER)
2. Type & Enter DISKPART
Enter following commands at DISKPART prompt
3. Unzip all the content of .iso file to D:/Win7/
4. CD to D:/Win7/BOOT/
5. Type another command given below to update the USB drive with BOOTMGR compatible code.
BOOTSECT.EXE /NT60 H: (Here H: is USB Drive)
6. Copy all content of Win7 Directory to USB Drive
7. USB is ready to boot
1. Open command prompt as administrator (type cmd at RUN and then CTRL+SHIFT+ENTER)
2. Type & Enter DISKPART
Enter following commands at DISKPART prompt
- LIST DISK
- Find out your USB Drive (let it be DISK 1)
- SELECT DISK 1
- CLEAN
- CREATE PARTITION PRIMARY
- SELECT PARTITION 1
- ACTIVE
- FORMAT FS=NTFS
- ASSIGN
- EXIT
3. Unzip all the content of .iso file to D:/Win7/
4. CD to D:/Win7/BOOT/
5. Type another command given below to update the USB drive with BOOTMGR compatible code.
BOOTSECT.EXE /NT60 H: (Here H: is USB Drive)
6. Copy all content of Win7 Directory to USB Drive
7. USB is ready to boot
No comments:
Post a Comment