Tuesday, November 1, 2011

How To Install Windows 8 From USB Flash Drive

tóm tắt: bạn cần usb flash 4GB trở lên ,tạo primary partition & format NTFS, rồi set active cho nó. Sau đó vào boot trong đĩa win 7 đó chay lệnh BOOTSECT.EXE /NT60 J: (J là ổ flash usb đó). Cuối cùng, copy toàn bộ file/folder trong đĩa cài vào usb là ok

Requirements:
# Windows 8 ISO file or DVD
# 4 GB+ USB flash drive
# A PC with Vista, Windows 7, or Windows 8 OS
Note: Please backup all files on your USB flash drive as we are going to format it.
1. Connect your USB flash drive to your PC and backup all files before proceeding to the next step.
2. Go to Start, All Programs, Accessories, right-click on Command Prompt and select Run as administrator to launch the Command Prompt with admin rights. Click Yes for the UAC prompt.

You can also launch the Prompt with administrative privileges by typing CMD in Start menu search box and then hitting Ctrl + Shift + Enter keys.
3. In the Command Prompt, type the following command and hit enter:
DISKPART

4. Now, type LIST DISK command and hit Enter key to see the disk number of your USB flash drive. In this guide, my USB flash drive disk number is “1”. Check the USB size next the to status (see in the below picture) to make sure your USB disk number.

For example, in the above snapshot, you can see 15 GB size next to my Disk 1. So, make sure that DISKPART has detected your USB flash drive. If you can’t see your USB flash drive in the list, try to reconnect the flash drive and then follow the above steps again.
5. Now type the following commands one and by one, and hit Enter key after typing each command to execute it.
SELECT DISK 1 (your USB stick disk number that you have obtained in step 4)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS
(Format process may take few minutes to hours depending on your USB drive size)
ASSIGN
EXIT

Now you have created a bootable USB. Don’t close the Command Prompt. Simply minimize it and proceed to the next step.
6. Now, you need to mount the Windows 8 ISO file that you have downloaded. Please refer to our how to mount an ISO file guide to mount Windows 8 ISO.
Once you have mounted, note down the drive letter of virtual drive as we need to copy the contents of that virtual drive to the bootable USB.
And, if you already have a bootable Windows 8 DVD, simply insert it into the optical drive and note down the drive letter.
7. Maximize the Command Prompt and execute the following commands:
G: CD BOOT and hit enter (Where “G” is your DVD drive letter or mounted virtual drive letter)
CD BOOT and hit enter to see the below message.

8. You are almost done! Type BOOTSECT.EXE /NT60 J: (where “J” is your USB flash drive letter and can be found in explorer) command and hit Enter key.

9. Now open your virtual drive that you have used to mount the Windows 8 ISO and copy all contents to the root of your USB flash drive. And, if you have bootable Windows 8 DVD in the optical drive, simply copy all the contents to USB flash drive.

nguồn: http://www.intowindows.com/how-to-install-windows-8-from-usb-flash-drive/

No comments:

Post a Comment