I’ve had my HP Mini 110 netbook for around 6 months now and I have to say its a big part of my day-to-day life. Its never far from my reach and makes a fantastic machine to browse the Internet with. HP pre-installed Windows XP Home, but when Microsoft released Windows 7, I purchased a copy and installed it. This was no easy task, as netbook’s (as you’ll know) aren’t supplied with CD\DVD drives in-built and at the time, I was unable to get the one I had working (a big bulky 51/4” monster!).
I’ve just purchased a Dell Inspiron laptop (with Core i5 processor) so wanted to re-install Windows 7 on my netbook, to refresh things and return the netbook to the job I had intended. Web browsing.
Now I could use the USB DVD drive I purchased to use with my netbook (and other machines) but I recently purchased a 16GB USB stick and thought this would be a much nicer and quicker way of installing Windows. You’ll need a USB stick that has a minimum of 4GB capacity, although there are tools that can reduce the size of the Windows 7 installation files, I didn’t use them. Here are the steps to follow:
- Plug the USB stick in to a free USB port and move any existing files to a safe location.
- Open a Command Prompt with administrative rights
(Click Start > All Programs > Accessories, right-click on Command Prompt and select Run as administrator.) - Type DISKPART and then hit [Enter].
- Now type LIST DISK and note down the disk number for your USB stick.
- Next, type the commands below in order, replacing DISK 1 with the correct disk number you noted down in the previous step:
SELECT DISK 1
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS (this will take a few seconds to complete)
ASSIGN
EXIT
(Don’t close the command prompt as we need to execute a further command) - Insert your Windows 7 DVD into your DVD drive.
- Open My Computer and note down the drive letters that are assigned to the DVD drive and USB stick. I will assume that the DVD drive is D: and the USB stick is U: for the remainder of this post.
- Go back to the command prompt window and the following commands:
D: CD BOOT
CD BOOT - Still in the command prompt, type the following command to update the USB stick with BOOTMGR compatible code:
BOOTSECT.EXE /NT60 U: - Copy the contents of the Windows 7 DVD to the USB stick using Windows Explorer (or your preferred method).
- Change the BIOS of the machine you are installing Windows 7 onto to let it boot from the USB stick.
- Install Windows 7 as normal.
Microsoft have also released a tool to assist with this process that can be downloaded from here. This is a wizard style tool that does everything for you (except install Windows 7!!).
Neil
0 Comments