Step 1 – Create a bootable USD Drive
- The first thing you need is a USB drive. (Ensure you backup an existing USB drive as you will be wiping the drive.)
- Open a command prompt as administrator.
- Get the drive number by typing:
diskpart
list disk
On my machine the USB disk was number 1. - Format the drive by typing:
select disk 1
clean
create partition primary
select partition 1
active
format fs=NTFS
assign
exit - Mount the Windows 7 iso using Daemon Tools or similar.
- Navigate to the boot directory cd E:\boot
- Using bootsect, make the USB drive a bootable NTFS drive, ready for a Windows 7 image (my drive was labeled G):
bootsect /nt60 G: - We are finished with the command prompt now, so you can close it.
Step 2 – Copy the installation files from the mounted Windows 7 iso to the USB drive. (All files)
Step 3 – Install on the Netbook
- Plug in the USB drive and turn on the netbook
- On start up press
to select the bootable drive (On ASUS Eee PC press Esc at boot up for Boot selection.) - Select the USB drive and press return
- The netbook will boot from the USB drive and the installation will begin
- Install as normal.
Links:
See this blog for additional information on Windows 7 on Asus Eee PC 901.
No comments:
Post a Comment