First you need to prepare your usb stick for installation.Follow steps after you connect usb flash drive to computer.
- Open command window by typing cmd to run in start -->run
- type diskpart.This will show you drives in your computer.Choose correct disk name by its size.For example think that disk1 is our usb stick with near 8 gb disk space.
- type select disk 1
- type clean ( this will clean all data in usb drive.)
- type create partition primary
- type select partition 1
- type activate
- type format fs=fat32
- type assign ( this will assaign a disk letter.For example think its g
- Think that your drive letter is d , and we assaign usb letter as g in example above. So type xcopy d:\*.* /s/e/f g:\ to copy files to usb flash drive.
- Prepare your mother board bios to boot from usb stick ( boot device priority usb-hdd etc.)
- thats all !
0 comments:
Post a Comment