RSS

Category Archives: install

Installing XP from a USB drive

OK, after knowing that I can install Ubuntu from a USB drive, how about XP? Re-installing XP takes a lot of time, mainly because the slow speed of optical drives. It would be great to be able to install XP from USB drive. I found this guide, which details how to create a bootable XP install on a USB drive. The guide focuses on eeePC, but it can work for any other PCs. I used a slipstreamed XP SP3 install disc.

Couple tips:
1. In preparation of the USB drive, change its drive letter to be something above the regular drive letter, something like K: or P:. At first, I have my USB drive as the D: drive, and the process was halted in the middle where one of the process said D: drive is invalid. Changing it to P: works.
2. I tried booting the USB drive on my old desktop, it went through the first loading of drivers, but when windows setup said “starting windows,” it BSOD. Dunno why. I tried the same thing on my old laptop (the one I installed Ubuntu from USB drive because the optical drive is busted), and it worked.
3. During the reinstall process, don’t change the boot order of the computer until you are actually get into the XP desktop. There will be 2 or 3 reboots, keep the USB drive as the boot drive and pick option 2 to “continue install/start XP.” If you switch the boot drive to the computer’s C drive before the whole process finishes, you’ll get missing hal.dll error.

There we go. Loving this USB install as it is much faster than installing from a CD.

 
Leave a comment

Posted by on October 13, 2008 in drive, install, reinstall, usb, windows, xp

 

Installing ubuntu from a USB drive

Got an old computer? Installing ubuntu on an old PC is a great way to recycle and breath in new life to old systems. However, what if the old PC’s optical drive is busted? This is even harder if you have a laptop since optical drives for laptops is harder to find and expensive. Well, no worries. As long as the computer can boot from a USB external drive (I was surprised that an old Dell laptop from 2004 can do this), you’re in for a treat!

You need a running windows/linux system (can be the same system you’re planning to install ubuntu to) and a USB flash drive. Download the ISO of ubuntu, and UNetbootin. Make sure there is enough space on the flash drive for the ISO. Install and run UNetbootin. Select the ISO and the target flash drive, and let it run. It will make the flash drive bootable, containing the ISO. After it finishes, reboot, go to the BIOS and set the computer to boot from a USB device, plug-in the USB flash drive (if you haven’t done it), and you’ll be greeted by the standard ubuntu installation. What’s the treat? The install process is much faster than using a CD simply due to the faster read rate of USB flash drives. You’ll be up and running in no time. Neato.