Chaudry Posted October 16, 2007 Posted October 16, 2007 How can create a Universal Image of Windows XP so that it will work on all Brands of Desktops ?
Arie Posted October 16, 2007 Posted October 16, 2007 How can create a Universal Image of Windows XP so that it will work on all Brands of Desktops ?An image is always bound to certain hardware, so the image won't work on all machines you deploy it to. It would be better to make an unattended installation. Unattended installations are not hardware bound because, as the name already suggests, it installs instead of restores an image. You can use standard, free Microsoft tooling to create unattended setups. If you want to make an "advanced" unattended installation, look into HFSLIP and DriverPacks. Click here for a good starting point on making unattended setups. Good luck!
CorbenDallas Posted October 16, 2007 Posted October 16, 2007 How can create a Universal Image of Windows XP so that it will work on all Brands of Desktops ?An image is always bound to certain hardware, so the image won't work on all machines you deploy it to. It would be better to make an unattended installation. Tha's not entirely true. An image is bound to the hardware drivers that you have in your image, just as an unattended installation. There's no difference there, if you use Sysprep.However, if you want to make an image that works on ALL desktops you also need ALL drivers. Sounds like loads of work...
lilas Posted October 16, 2007 Posted October 16, 2007 Acronis has a product called Acronis® Universal Restore :http://www.acronis.com/enterprise/products...al-restore.html
jaclaz Posted October 16, 2007 Posted October 16, 2007 It is usually a good idea to SEARCH on the board for previous similar requests and (hopefully) answers to them:http://www.msfn.org/board/Question_possibl...ive_t75413.htmljaclaz
Siginet Posted October 17, 2007 Posted October 17, 2007 Your best bet is to use:RyanVM's UpdatePackMy RVM IntegratorMy Windows XP PowerPackerWith Bashrat's DriverPacksThis would be a much more universal disk. With this method you can have every version of XP and different winnt.sif files for each version... to allow boot options for many different settings. and it would work on pretty much any type of hardware... installing almost all of the drivers.
Oleg_II Posted October 17, 2007 Posted October 17, 2007 (edited) There are two main difficulties in creating such image: mass storage drivers and system HAL (Hardware Abstraction Layer). If any of these two is not right you'll get BSOD.All other additions (other drivers, hotfixes, tweaks, etc.) can be applied after system boots succesfully on a new computer.There is a tool OfflineSysPrep for PE environment that can help solving HAL problem and the creator is working on mass storage drivers issue.Mass storage drivers may be added manuall to the regestry of a system before clonning. A very good description of this method is done by ilko here. Only SYS files plased in system32\drivers folder and a couple of regestry entries will do the thing for the first succesfull boot (after that install regular drivers).I found on Chinese Internet (described by Climbing) that ntldr from Longhorn (beta) is capable to detect and install during the boot the right hal (adding /DETECTHAL switch to boot.ini and placing a very simple dtecthal.inf file in INF folder). Edited October 17, 2007 by Oleg_II
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now