marvin Posted October 7, 2009 Posted October 7, 2009 Hi I have 15 machines that i need to configure, they have no operating system installed on them at all, clean HDD! I was thinking about installing windows xp pro on one of them, install all software and latest service packs then i was wondering if there was a way of copying the whole HDD to the other machines then join them all to the domain! Now we don't have any imaging stuff in place at all so can anyone suggest an easier way of doing this? Is there a free software out there very simple to use that could do this without too much hastle? Thanks
stig Posted October 7, 2009 Posted October 7, 2009 Have a look at HDClone: Miray Software - HDClone - Hard disk copy, hard disk backup, hard disk rescue!
marvin Posted October 7, 2009 Author Posted October 7, 2009 Have you used this program before? Do i install XP on one machine with all updates + software and then create a bootable disk for the other machines? Will it then install XP + all the software on the other machine? Thanks
stig Posted October 7, 2009 Posted October 7, 2009 Personally I would get install your OS and software on a PC, use Microsoft Sysprep on it to create a Mini Setup, use HDClone to create a bootable system image then use that image to install your PCs. To be honest, I usually use either Ghost or Acronis TrueImage but this is a free alternative.
OutToLunch Posted October 7, 2009 Posted October 7, 2009 Clonezilla - works absolutely brilliantly here, use the LiveCD version and backup to either a portable HD or SMB share. Too small a shop here for a FOG server etc to be worthwhile so this works out perfectly - when a batch of 2 or 3 new machines turns up, full clean XP install on one, apply all the patches using Michael/Logistix's brilliant patch collection, install Office, run Clonezilla - copy to other 2 machines, boot them, run NewSID to generate a new SID and rename then join domain with all 3.
themanfromict Posted October 7, 2009 Posted October 7, 2009 I've been using Acronis True Image and SysPrep. Work 95% of the time. Only issue is when trying clone a hdd to a smaller hdd. Eg. 160gb (40gb used) to 80gb (empty). Acronis won't let me do this even though it is supposed to shrink the partitions. Anyone know how to do this? Neil
Admiral208 Posted October 7, 2009 Posted October 7, 2009 Take a look at PING (Partimage Is Not Ghost) Once you have set up on machine the way you want it, if all of the machines are the same, then you can create an image of the original computer on a shared network folder, then send it out to the other computers either using PXE or a bootable CD. I think there is also an option to save the Image onto a DVD and then the other machines dont have to be near a network point. If the machines arent the same then you will have to use Sysprep as Stig says. Just another option. James
button_ripple Posted October 7, 2009 Posted October 7, 2009 I have occasionally downloaded the trial version of symantec ghost, does the job perfectly when I have a few workstations to install.
pritchardavid Posted October 7, 2009 Posted October 7, 2009 Like you said Install updates and drivers and any software you need installed unless you use group policy to deploy software then use sysprep (I can provide you with a template sysprep setup file) and then if you have a server, install Windows Deployment Services (WDS) set this up and then you can bott the computer up from the network boot for it to create the images of your hard drive. Once this is done your be able to deploy this image just ask if you need more help, this is all free if you have a server!
Domino Posted October 7, 2009 Posted October 7, 2009 Wds is a bit ott for 15 boxes no? That said fog was much easier to get going for bigger jobs. I think one of the BartPE disk comes with a ghost client - but any of the above will work for you, just remember to sysprep before taking the image.
SteveBentley Posted October 8, 2009 Posted October 8, 2009 Are these 15 boxes of identical hardware or an assortment? If they are different then sysprep is absolutely vital, although there may be complications if some machines are single processor and some are dual/dual core.
sted Posted October 8, 2009 Posted October 8, 2009 Wds is a bit ott for 15 boxes no? That said fog was much easier to get going for bigger jobs. I think one of the BartPE disk comes with a ghost client - but any of the above will work for you, just remember to sysprep before taking the image. ive also found pulling an image with wds is much slower than from the same pc with ghost
marvin Posted October 8, 2009 Author Posted October 8, 2009 These machines are all the same. What i'm not sure about is that all the machines are blank, no operating system ir nothing... Now i understand that i have to prepare one machine, install XP and all software... But then do i let's say install clonezilla on that machine to create a boot disk and will that install XP and the rest of the stuff on the other machines if i boot it from CD? Thanks
Domino Posted October 8, 2009 Posted October 8, 2009 Yeah thats right. However you must do a sysprep to reset the SID - regardless of the hardware
marvin Posted October 8, 2009 Author Posted October 8, 2009 Is the sysprep quite easy to do? Has anyone got links or instructions on this?
Bezwick Posted October 8, 2009 Posted October 8, 2009 Is the sysprep quite easy to do? Has anyone got links or instructions on this? Yeah it is. copy all the sysprep files into a folder called sysprep in the root of the system drive. Then go to start >> Run and type c:\sysprep\sysprep.exe -reseal -mini -quiet That should do the trick Also if you create a txt file called sysprep.inf and and put it in the sysprep folder you can automate some of the install features like embedding a volume licence key for windows. In tHis format or similar. ************************************************ ;SetupMgrTag [unattended] OemSkipEula=Yes InstallFilesPath=C:\sysprep\i386 [GuiUnattended] AdminPassword="PASSWORD" EncryptedAdminPassword=NO OEMSkipRegional=1 TimeZone=85 OemSkipWelcome=1 [userData] ProductKey=ABCDE-FGHIJ-KLMNO-PQRST-UVWXY FullName="Registered User” OrgName="School Name" [TapiLocation] CountryCode=44 Dialing=Tone [RegionalSettings] LanguageGroup=1 SystemLocale=00000809 UserLocale=00000809 InputLocale=0809:00000809 [setupMgr] DistFolder=C:\sysprep\i386 DistShare=windist [Networking] InstallDefaultComponents=Yes ***************************************************** Good luck 1
marvin Posted October 8, 2009 Author Posted October 8, 2009 Do i only do the Sysprep on the machine that i newly setup before taking the image? Think i might go with clonezilla, anyone with experience in using Clonezilla? Thanks
Bezwick Posted October 8, 2009 Posted October 8, 2009 Do i only do the Sysprep on the machine that i newly setup before taking the image? Think i might go with clonezilla, anyone with experience in using Clonezilla? Thanks Yes you sysprep the machine before you take the image. We mainly use WDS here as its free and does the trick the majority of time. However if i have problems with Network cards i sometimes use Clonezilla, it pretty straight forward.
marvin Posted October 8, 2009 Author Posted October 8, 2009 Bezz Am i alright to connect the machine to the internet to download all the latest updates? Won't affect Sysprep will it?
marvin Posted October 8, 2009 Author Posted October 8, 2009 When cloning the disk, can you save it to an external HDD and boot other machines from it?
Bezwick Posted October 8, 2009 Posted October 8, 2009 Bezz Am i alright to connect the machine to the internet to download all the latest updates? Won't affect Sysprep will it? Yeah thats fine, add the works flash, .net, shockwave, java along with all your applications that you will use on those machines. It even works with software that has been deployed through GPO and MSI's assuming they are all going to be in the same OU.
Bezwick Posted October 8, 2009 Posted October 8, 2009 When cloning the disk, can you save it to an external HDD and boot other machines from it? Never tried that, i usually just boot off the clonezilla cd and save to a usb drive, then wonder round with it. But clonezilla also give you the option to boot to a network share. So you could save to that and restore from there might be easier if you dont have a big enough portable HDD or want to do more than one at a time. However would be suprised if you cant modify clonezilla to boot of a usb drive.
marvin Posted October 8, 2009 Author Posted October 8, 2009 I've downloaded the ISO image of clonezilla and will burn this to CD to make the clone and then save it to an external USB Drive. Do you copy the ISO image from Image to disc or as a Data Disc?
Bezwick Posted October 8, 2009 Posted October 8, 2009 The iso is an image created from a disk so will need to be burned back the opposite way. Select restore image to disk option, on whichever burning program you are using.
SteveBentley Posted October 8, 2009 Posted October 8, 2009 As you want the machines on the domain, you can add this to the sysprep file [identification] JoinDomain=your.domain.name DomainAdmin=username DomainAdminPassword=password MachineObjectOU="ou=roomname,ou=pcs,dc=your,dc=domain,dc=name" And it should add the machine and put it in the right OU during the mini setup. It's a good idea to have a seperate user which has few rights other than the ability to create user accounts for this purpose so you don't have to leave the password of a proper admin account in plain text.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now