Prepare the USB Stick
Insert USB stick into admin workstation
Diskpart.exe
Copy the contents of an OS install CD or ISO to the USB stick
xcopy g:\*.* h:\ /s /e /c
Boot USB Stick
Remove USB stick from admin workstation
Insert USB stick into new workstation/server
Configure new workstation/server to boot from USB, likely in BIOS
Follow the bouncing ball ...
Insert USB stick into admin workstation
Diskpart.exe
- select disk %X%
- clean
- create partition primary
- active
- format fs=fat32 quick (fs=ntfs for sticks > 4GB)
- assign
- exit
Copy the contents of an OS install CD or ISO to the USB stick
xcopy g:\*.* h:\ /s /e /c
Boot USB Stick
Remove USB stick from admin workstation
Insert USB stick into new workstation/server
Configure new workstation/server to boot from USB, likely in BIOS
Follow the bouncing ball ...
Comments
Post a Comment