I have an old Toshiba that has no optical drive. To install Win7, I needed a bootable USB stick. Here are the basic steps
Download Win7 http://www.microsoft.com/windows/windows-7/
Get a USB stick – need a 4 gig one here – the ISO is about 2.5 GIG
Format the USB as NTFS (use quick – no need for sector check) – it MUST be NTFS
Run DISKPART from an elevated command prompt
Make the new USB volume “ACTIVE”
Extract the Win7 ISO somewhere (not the USB) – you can use ImgBurn, IsoBuster, WinRar or some tool that can extract direct from an ISO – or mount with Daemon tools or similar, then copy the files from there. We need to extract first as we’ll need to run a quick program off of the Win7 ISO
On the recent Win7 extract, change to the BOOT subdirectory
Run BOOTSECT /NT60 targetDrive:
where ,
- Copy all the files from step 5 above to the ROOT of the USB stick (with subdirectories of course)
Now, you may be able to skip step 5 copying files across and running BOOTSECT directly – I hadn’t but doesn’t necessarily mean it won’t work.
del.icio.us Tags: Win7,USB,Installation