How many of us have a DVD or CD with installation software on it? CDs and DVDs are not as common as they once were. In my opinion, they are becoming obsolete.
However, there are times when we need to install CD/DVD software on our netbooks and our laptops with no optical drives.
Solution = Copy the CD/DVD to a USB
This is not that difficult to do and performing an installation from a USB is extremely quick and convenient.
Instructions
- Run CMD.EXE as the admin (i.e. Click start, type cmd, right click, run as admin)
- list disk (i.e. Identify what which disk your USB is)
- diskpart
- select disk # (E.g. If your USB is disk 2, then: select disk 2)
- clean
- create partition primary
- select partition 1
- active
- format fs=NTFS (or fat32 depending on your needs)
- assign
- exit
If you are creating a non-bootable CD/DVD then:
Copy CD/DVD ROM content to the USB. This assumes your CD/DVD drive is d:\ and your USB drive is f:\
xcopy d:\*.* /s/e/f f:\
You now have created an installation USB
If you are creating a bootable CD/DVD then:
- Copy all files from the CD/DVD into a folder on your computer.
- Open the CMD.exe program as admin
- Navigate to the folder you created with the CD/DVD contents
- CD Boot (i.e. enter the boot directory within that folder)
- Bootsect.exe /nt60 F: (Where F: is the letter that windows assigned your USB key in step 10.
- Bootsect infuses boot manager compatible code into your USB key to make it a bootable device. Thank you to Norman Chan at Maximum PC
Drag and drop all the files in the folder that you created to the USB using Windows explorer.
You now have bootable USB
P.S. I am not responsible for screwing up your USB. This tutorial comes with no warranty
but it works just fine.
{ 0 comments }