
Netbooks have been gaining immense popularity. They are small, portability and have really long battery life. Some come with Linux, while others come with Windows. One thing that is common to Netbooks though, and one major drawback that is usually mentioned, is that they do not come with an optical drive. It is therefore ironical that some Netbooks come with a bunch of optical discs, and these include the OS installation disc.
Most of us have USB Flash drives. Making a USB Flash drive bootable and using it to install your OS is a very viable way of going about things. In this workshop, we shall show you how to install Windows XP, Windows Vista and Windows 7 using a USB Flash drive.
The hardware required for this workshop are: a USB Flash drive (at least 4 GB), and a Netbook. The software required is installation files of Windows XP/Vista/7 and Komku software pack. You can download the latter from http://www.mediafire.com/?zlvkwwzmjmt. If that link doesn't work, you can download it from http://depositfiles.com/files/k3gqjx9xy, or http://w18.easy-share.com/1702424224.html or http://www.megaupload.com/?d=HB3AK6HJ.
Komku software pack contains Bootsect.exe (a boot sector manipulation tool), usb_prep8 and PeToUSB. Run the self-extracting file Komku-SP-USB.exe. Extract the contents of the software pack to a folder.
Formatting the USB drive in Windows XP
The first step involves making the USB Flash drive bootable.
Assuming that you have Windows XP, you cannot use the diskpart utility (which you can use if you have Windows Vista or Windows 7, as we will explain later). You have to use PeToUSB in this case to format the drive. This utility is located in the PeToUSB folder.


Formatting the USB drive in Windows Vista/ Windows 7
If you are running Windows Vista or Windows 7, open command prompt by running the command "cmd". Type the following commands in that order.
diskpart
list disk
select disk 1
(here 1 is the number corresponding to the USB disk, so you can replace it with what is shown in your system)
clean
create primary partition
active
format fs=fat32 quick
assign
exit


Making the drive ready to boot and install Windows XP
After the formatting is done, run the command "cmd". Since the content of Komku-SP-USB.exe extract to C:\Komku by default, we shall assume that you have all the files extracted to that location. Type the following commands and press Enter after typing each line.
C:
CD\Komku\bootsect
bootsect /nt52 J:

CD../usb_prep8
usb_prep8



Now press 3 and press Enter to specify the target USB drive letter.

You will be returned to the main screen again, after which you can press 4 and press Enter. This will create a new temporary image with XP LocalSource and copy it to the USB Flash drive.





That's it; your bootable USB Flash drive is ready to install Windows XP. To install Windows XP on your Netbook, you must set the Netbook to boot through the USB Flash drive. To achieve this, go to the BIOS and make USB HDD (or USB ZIP) as primary boot device.
On the first boot, select "TXT Mode Setup Windows XP, Never unplug USB-Drive Until After Logon". Start the installation of Windows XP as usual. Once the Netbook restarts for the first time, select "GUI Mode setup Windows XP, Continue Setup + Start XP" and continue the XP setup. Reset the boot order to boot from the internal hard drive after Windows XP is installed and running.
Making the drive ready to boot and install Windows Vista/ Windows 7
This is a lot simpler than what we had to do for Windows XP. Assuming that E is your optical drive letter where the Windows Vista / Windows 7 DVD is inserted, open command prompt by running "cmd". Type the following commands.
E:
CD boot
Bootsect /nt60 J:

0 comments:
Post a Comment
Feel free to leave a comment here. Don't be rude, use only English, don't go offtopic and read FAQ before asking a question. Owners of this website aren't responsible for content of comments.