Windows 8 Consumer Preview was recently launched and its download article evoked quite a lot of interest, because it is uniquely different from any of its predecessors. It has a certain amount of freshness due to the radically different interface known as Metro UI, which is similar to that of theWindows Phone OS. Yet another feature that was much talked about even before its release was that the OS will be able to run directly off a USB drive (flash drives as well as hard drives). This feature will be very interesting to a lot of people. Computer repair professionals will find it very useful to take such a drive and simply plug into an affected computer to troubleshoot and fix problems. Others will find it helpful too, because you can easily take your personal data and settings with you, along with the whole operating system. We will show you how you can prepare such a Windows 8 bootable USB drive.
Requirements
USB drive with at least 16 GB capacity
Windows 8 Consumer Preview ISO images
Windows Automated Installation Kit (WAIK) for Windows 7
MagicISO Virtual CD/DVD-ROM (MagicDisc)
USB drive with at least 16 GB capacity
Windows 8 Consumer Preview ISO images
Windows Automated Installation Kit (WAIK) for Windows 7
MagicISO Virtual CD/DVD-ROM (MagicDisc)
The Procedure
Make sure you are running Windows 7. You are advised to choose a USB 3.0 drive, though you can also use a USB2.0 drive, but you must make sure that it is one of the faster ones. Download all the above mentioned software. You can opt to download either the 32-bit or the 64-bit version ISO of Windows 8. Download and install the MagicDisc software. Right-click on its system-tray icon, move mouse over Virtual CD/DVD-ROM and click Mount. You can then browse to the WAIK image you have downloaded and load it up. Let it autorun or run "StartCD.exe". SelectWindows AIK Setup from the left of the screen to start installing WAIK to your hard drive. This is necessary because we need the file ImageX Tool for Windows that gets installed in this process. This file helps copy Windows 8 files to the USB drive. Unmount the WAIK image from MagicDisc.
select partition 1
delete partition
create partition primary
format fs=ntfs quick
active
exit
delete partition
create partition primary
format fs=ntfs quick
active
exit
This will exit the utility and leave you at the command prompt again.
Assuming that you are running a 32-bit version, type the following at the command prompt and press ENTER after each:
cd\ "C:\Program Files\Windows AIK\Tools\x86"
imagex.exe /apply f:\sources\install.wim 1 d:\
imagex.exe /apply f:\sources\install.wim 1 d:\
We are assuming that F: is the virtual drive where the Windows 8 image has been loaded (the source), while D: is the USB drive or the destination. Windows files will start getting copied to the USB drive. Depending on the speed of your USB drive and also of your computer's USB port, it will take some time for this process to complete. In our case with USB 2.0, it took 17 minutes and 15 seconds.
0 comments:
Post a Comment