Most machine nowadays has built-in USB 2.0 hi speed port and able to boot from USB flash drive .  But not all machine has CD/DVD-ROM.  The following method prepares a USB flash drive for Windows Vista installation:
Requirements:
- A USB flash drive supports USB 2.0 with size of 4G (able to hold a Windows Vista ISO)
 - A machine support USB 2.0 and bootable from USB flash drive
 
Steps to prepares a USB flash drive from Windows Vista machine:
- Insert USB Flash drive
 - Run CMD from administrator account (or run as administrator)
 - The following commands are run within diskpart:
 - list disk  (to list all disk in system including USB flash drive, identify your USB flash drive disk number here)
 - select disk 1 (assume USB flash drive is disk number 1)
 - clean (clean all partition in USB flash drive)
 - create partition primary (create a primary partition in USB flash drive)
 - select partition 1 (select the newly created partition)
 - active (mark the partition active)
 - format fs=fat32 (format the partition with FAT32 file system)
 - assign (assign a drive letter to the partition, assume is drive E:)
 - exit (quit diskpart utility)
 
- Insert Windows Vista DVD-ROM or mount the Windows Vista ISO file to drive D:
 - Copy all file and folders from Windows Vista DVD-ROM to USB Flash drive:
 - xcopy d:\*.* /s/e/f e:\
 
- Safely remove the USB flash drive from your machine
 - Plug the USB flash drive to new machine for Windows Vista Installation
 - Make sure you try to reboot the machine with USB Booting
 - Enjoy and start Windows Vista installation from USB flash drive without DVD-ROM
 
Reference:
- HOWTO: Install Windows Vista from a high speed USB 2.0 Flash Drive
 
 
No comments:
Post a Comment