This tutorial will teach you how to create a bootable windows XP/windows 7/ubuntu(any linux) pen drive and install XP/ubuntu(any linux) using this bootable pen drive.
Why would anyone want to install Windows XP from a pen drive??
- May be their CD drive isn’t working properly like mine, or
- They don’t want to waste money on a CD
Before we go on with the tutorial here’s what you’ll need
- 1 USB flash drive, 1GB or larger
- 1 Windows XP installation disc
- Assorted files that I’ll describe as we go along.
- Note: Your BIOS should support usb boot, some older computers may not support USB boot.
First up, we need to prepare the flash drive.
- Download and unzip this file, which should contain 2 folders: 1 titled Bootsect, and the other USB_prep8.
- Navigate to the USB_prep8 folder and click on usb_prep8.cmd. This will bring up a Windows console window.
- Press any key to continue and a PeToUSB window will open.
- Make sure your flash drive is selected, and click start to format your flash drive.
- When the format is complete, click OK, but do not close the PeToUSB window or the Windows Console.
- Find your Bootsect folder (if you’re not used to DOS commands, you can type “dir” to list directories and files, type “cd foldername” to navigate to a folder name – called foldername in this example, and if there’s a long folder name you can save time by typing the “cd” and just the first few letters and then hitting the Tab key to fill in the rest of the name).
- Once you’re in the Bootsect folder, type “bootsect.exe /nt52 g:” if “g” is the letter assigned to your flash drive. If it’s E, then change the letter to e. If it’s Z, make it z. Get it?
- When this is done, you should see a message letting you know that the bootcode was updated, and you can close this console window (but not the other console window).
- Close the PeToUSb Window, but make sure not to close the remaining console window yet
- You should now see a list of 8 options in the console.
- Select one and find the drive with your Windows installation disc.
- Select 2 and pick a random drive letter (but not one that’s already on your PC, since this will be a virtual drive used for copying your files).
- Select 3 and enter the drive letter for your USB flash drive.
- Select 4 and follow the rest of the on-screen directions and you should be all set.
A few notes here. First of all, there’s a chance you may get down to step 15 and the program will tell you that it can’t create the virtual drive. This may happen if you’ve already gone through the whole process and are trying to do it again to fix problems. The solution seems to be rebooting your computer and trying again. Or at least that’s what worked for me.
Second, if you use NLite to shrink/slipstream/otherwise modify your Windows XP installation file, make sure you do not remove “manual installation files,” or your USB stick will be pretty much useless.
Once your usb drive is ready, go to your bios and set USB to first position in boot order. Now plug the usb and restart.
Make sure you back up your important documents and files, firefox bookmarks, and drivers if you lost your drivers cd.
This post explains you how to backup your drivers easily
Creating a bootable ubuntu / linux pen drive
Creating a bootable ubuntu pendrive is pretty easy- First copy the iso file of the linux version you want to install on to your hard drive.
- Download unetbootin from http://unetbootin.sourceforge.net/
- Then double click the unetbootin file.
- This will open up a small window, select disk image and browse to the image on your hard drive and click ok.
- You bootable pen drive should be ready in 5 to 10 minutes