I was told it was a bad idea to try to load something as heavy as Windows 7 on my acer netbook, afterall it only had a gig of Ram, an 8.9 inch screen and a 160 gig hard drive. But then again, that’s more horsepower than many laptops out there-plus I don’t like listening to techs who play it safe. So off I went!
Here’s the play by play:
I used a full blown version of Windows 7 Ultimate, the highest version available. So yes, I have media center ont here also and it runs fine.
First, since there is no optical drive on the netbook, I had to move the ISO file for windows 7 to a usb stick. It was a 16gb stick so size was not a problem at all. I configured the stick to be bootable so it would look and act just like an optical drive during installation. I did try it without the boot option and had an epic fail-so you will need to do this.
Second, the install was flawless, and I mean flawless. Every driver was onboard, everything was recognized, everything worked the first time. More over, the graphics are much more crisp. My camera, microphone, wireless card-yes, everything that comes on the Acer ZG5 worked!
I did a couple things to play it safe, like copying the directories provided on the Acer-Windows XP installation, just in case I needed a driver or some specilaized program to access the 3G chip that can be inserted in the back.
Unexpected benefits: Much better graphics, way longer battery life with the power saver option enabled and very quick stand-by and recover modes. I litterally hit the power button and it comes to life in 1 second, ready to go. I hit it again and sleeps without issue. That’s about a s 2 second process before the screen is dark and you hear the hard drive and fan shut off.
Glitches: I had to use the standard mouse controls as the ones for Windows 7 and the touchpad kept locking up. I also have occasional lag on the wireless connection to WiFi-I figure in a month or two there will be a more modern driver and this will go away. Mine has the Atheros card.
Do I recommend this to others with Acer Netbooks-absolutely! I also recommend tricking your system even more with a 9 cell battery, which can be bought affordably on E-bay for about 40 bucks.
Why the big battery? How about 10-15 hours of life out of your netbook? That’s what I average during the day. I’m in and out of it, as it sits on my desk, accompanies me to lunch, gets used by my kids to watch youtube in the car, etc. The power saver mode that comes with Windows 7 really keeps the system available when you need it and quite dormant when you don’t.
Instructions for making a USB flash drive “bootable” are below. I tried several ways and this one was the most reliable-although not simple, method.
1.Plug in your USB Flash Drive
2.Open a command prompt as administrator (Right click on Start > All Programs > Accessories > Command Prompt and select “Run as administrator”
3.Find the drive number of your USB Drive by typing the following into the Command Prompt window:
diskpart
list disk
The number of your USB drive will listed. You’ll need this for the next step. I’ll assume that the USB flash drive is disk 1.
4.Format the drive by typing the next instructions into the same window. Replace the number “1” with the number of your disk below.
select disk 1
clean
create partition primary
select partition 1
active
format fs=NTFS
assign
exit
When that is done you’ll have a formatted USB flash drive ready to be made bootable.
Step 2: Make the Drive Bootable
Next we’ll use the bootsect utility that comes on the Vista or Windows 7 disk to make the flash drive bootable. In the same command window that you were using in Step 1:
1.Insert your Windows Vista / 7 DVD into your drive.
2.Change directory to the DVD’s boot directory where bootsect lives:
d:
cd d:\boot
3.Use bootsect to set the USB as a bootable NTFS drive prepared for a Vista/7 image. I’m assuming that your USB flash drive has been labeled disk G:\ by the computer:
bootsect /nt60 g:
4.You can now close the command prompt window, we’re done here.
Step 3: Copy the installation DVD to the USB drive
The easiest way is to use Windows explorer to copy all of the files on your DVD on to the formatted flash drive. After you’ve copied all of the files the disk you are ready to go.
Step 4: Set your BIOS to boot from USB
This is where you’re on your own since every computer is different. Most BIOS’s allow you to hit a key at boot and select a boot option.
