Well, Microsoft has released Windows 8 as the next generation windows, which promises to take user to a new look and feel surface interactive enviroment. And Win8 has a very interesting feature which can make itself to be run on a usb disk ! Yes. The demand of using a portable OS is reality. It's really comfortable for using by that way, all settings and user profile just stay on an usb disk. When need to work on it, just plug the usb to any PC.
Today, there are a lot of Linux flavors that natively support booting and running from a usb disk. But with the old version of window, running from usb is really another story ! For a long time, alot of people have a dream of running a full winxp on usb disk, but all they get is just a small piece of XP called winPE (just an installation environment of windows). Yes, winPE can run, but it's not a full windows environment, you can only use it for an rescueing environment not for working nor entertainment.
Nowaday, with the help of modern driver and virtualization, there are a lot of way that can make winxp run fully on usb stick. So many thanks to nlite to make it smaller if you want, and many thanks to winvblock driver and grub4dos to map it and run it.
Today, there are a lot of Linux flavors that natively support booting and running from a usb disk. But with the old version of window, running from usb is really another story ! For a long time, alot of people have a dream of running a full winxp on usb disk, but all they get is just a small piece of XP called winPE (just an installation environment of windows). Yes, winPE can run, but it's not a full windows environment, you can only use it for an rescueing environment not for working nor entertainment.
Nowaday, with the help of modern driver and virtualization, there are a lot of way that can make winxp run fully on usb stick. So many thanks to nlite to make it smaller if you want, and many thanks to winvblock driver and grub4dos to map it and run it.

There is also another method provided by Microsoft to enable you to customize your winxp components. I use Microsoft Embedded Standard 2009 as the same function like nlite but it really work in a different manner. Nlite does use a full installation disc then remove the un-used components to slim it down, while Embedded Standard does the apposite method, it make user choose and collect the needed components to build up a customize workable winxp.
After installing Embedded Studio, the main application that you need to build up a customize winxp is Target Designer. Open it, create a new blank design and put some basic components to build up a working winxp. In this post, I want to build up a mini working winxp (as minimal as possible), so I use the most needed components :
- WinLogon Sample Macro. This macro includes some other components to provide a basic winxp logon.
- Some kind of PCI bus :
- PCI bus.
- PCI standard EISA bridge.
- PCI standard host CPU bridge.
- PCI standard ISA bridge.
- PCI standard PCI-to-PCI bridge.
- Standard Dual Channel PCI IDE controller.
- Standard Enhanced PCI to USB Host Controller.
- Standard IDE/ESDI Harddisk Controller.
- Standard Universal PCI to USB Host Controller.
Before booting the new image, you need to make sure the partition is bootable. You can use bootsect.exe and look at here to see how to do that.
Let's boot from the new partition. The first time the image has booted, it need to run the FBA (first boot agent) process to config the running image. When done, the FBA should reboot again and your customed lite winxp is now ready to use.
Let's move back to Target Designer to create a new image with most common used components :
- Add Hardware Control Panel
- Administrator Account
- Class Installers / Hardware Compatibility => support device classes in Device Manager.
- ...
- Visual Basic Runtime Library => Support for installing software as Microsoft Office.
- Visual C++ Runtime Library
- ...
No comments:
Post a comment