Install Windows 7 from a USB Memory Stick

Posted by Steve Wiseman on September 1, 2009 with 6 Comments

About a year ago I purchased a nice little machine from ASUS.
It is an Atom N270:

When I opened the box, the machine was preloaded with Windows XP. It performs well with XP, and has 1 GB ram, and a 160 GB hard drive. A big mistake I made was installing Vista on it – Very slow.

It only took about a week of pain before I switched back.

So, after hearing all of the big excitement over Windows 7, I wanted to see if it was any better, or faster on this less than powerful machine.

A problem with that is that I do not have a USB DVD/CDROM drive right now, and as you can see from the picture – there are no drives built into that machine.

This means I need to install from a bootable USB memory stick.

I was able to do it, and while I was at it I wrote down what I did so you can too.

What you need:

Copy of Windows 7, and A running version of Vista, Windows 7, or 2008, and a Memory Stick that is at least 4GB in size.

Preparing the USB Memory stick

First, the memory stick needs to be prepared. Make sure you don’t have anything important on it since it will be totally erased.

Put your USB disk in the computer, and wait for it to be recognized. Then get to a command line (Make sure you run that as an administrator)

Type:

DISKPART <ENTER>

This will launch the disk partition program. You need to be real careful here since you can blow away partitions and drives of any drive on your system. Start out by listing the current drives on your system

LIST DISK <ENTER>

You should be able to identify your drive from this list:

So looking at the list, I know that DISK 1 is my flash drive. Make sure you properly identify your drive, or risk destroying important data.

Next, lets run the commands that will prepare your drive.

Note that disk1 is what we determined before. If by chance you have a nice fat USB hard drive sitting on your desk and it happens to be disk 1, and not your flash drive – you will erase everything!

Be careful!

Type this into DISKPART:

select disk1
clean
create partition primary
select partition 1
active
format fs=fat32
assign
exit

Now your flash drive is bootable.

Copying the Install Disk

Now the disk is bootable. Get your Windows 7 Install disk and copy the entire disk to your flash drive. With my computer, F: was the flash drive, and G: was the DVD ROM drive with the install disk. Copy the files from the command line like this:

xcopy g:\ f:\ /s/e/f 

Installing From Flash

Now, reboot and go into your BIOS and make sure it is set to boot from flash devices. I wish I could create a nice tutorial for this but there are so many different BIOS menus it would be difficult. Here is what mine looks like:

So make sure it is the first boot option, and you should be ready to install Windows 7 right from a flash drive. Save your changes, reboot…and install goodness will commence.

So you may be asking. How fast is it? Is it slow as Vista or Better than XP? I will let you know next time :)

Filed Under: Boot, Flash Drive, Windows, Windows 7

Clean boot into Windows 2008, and Vista

Posted by Steve Wiseman on June 1, 2009 with 5 Comments

I was troubleshooting a server yesterday and a came across an easy way to clean boot into Vista, or 2008. When I say clean boot I mean that Windows starts without any 3rd party services running.

To do it, startup MSCONFIG, (Start then run…type msconfig.exe)

Once it launches, move over to the services tab:

Windows 2008 Clean Boot Services

Then move down, and hide Microsoft services (We don’t want to disable those)

Windows 2008 Clean Boot Hide Microsoft

After you do that, click the “Disable Services” button on the right:

Windows 2008 Clean Boot Disable

Now click OK, and reboot. When Windows restarts, no 3rd party services will be running.

Once you have completed your troubleshooting you can reverse the process to turn them back on.

Please wait while we add your email address to our list

Join our Tips and Software Email List

Get free software, news, and tips
once a week by joining our email list
Enter your email address below

Just like you, we hate spam.

We promise to never sell, or spam your inbox

Thanks for joining our list, and have a great day!

Error adding address

There was an error adding your email address.
It might be because you are already on our list.
If this is not the case, please try again later. Thanks!