Insert your USB flash drive and enter the following commands:
(please note this list assumes that your usb flash drive will be seen as disk 1 to confirm that it is type "list disk" after you've entered the diskpart command)
(please note this list assumes that your usb flash drive will be seen as disk 1 to confirm that it is type "list disk" after you've entered the diskpart command)
Goto run type diskpart press enter
The final preparation step is to copy the installation files to your flash drive, this can be done by running the following command:
(please note D: is the drive letter for the source files and E: is the drive letter for your flash drive if they are different on your system you need to change them accordingly)
xcopy d:\*.* /s/e/f e:\ (instead of xcopy u can also use robocopy)
Thats it, configure usb device as primary boot device in your bios and install.
- diskpart
- select disk 1
- clean
- create partition primary
- select partition 1
- active
- format fs=fat32
- assign
- exit
The final preparation step is to copy the installation files to your flash drive, this can be done by running the following command:
(please note D: is the drive letter for the source files and E: is the drive letter for your flash drive if they are different on your system you need to change them accordingly)
xcopy d:\*.* /s/e/f e:\ (instead of xcopy u can also use robocopy)
Thats it, configure usb device as primary boot device in your bios and install.
0 comments:
Post a Comment