Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

Notices

Windows

Windows forum sponsored by

For all of your Windows problems

Go Back   EduGeek.net Forums > Technical > Windows
Reply
 
LinkBack Thread Tools Search Thread Language
Old 20-03-2007, 08:30 PM   #16
 
Ric_'s Avatar
 
Join Date: Jun 2005
Location: Lancashire
Posts: 5,502
uk uk lancashire
Thanks: 27
Thanked 141 Times in 124 Posts
Rep Power: 42 Ric_ is a splendid one to beholdRic_ is a splendid one to beholdRic_ is a splendid one to beholdRic_ is a splendid one to beholdRic_ is a splendid one to beholdRic_ is a splendid one to beholdRic_ is a splendid one to behold
Send a message via MSN to Ric_ Send a message via Skype™ to Ric_
Default Re: WDS - Tips for beginners

RIPREP is the technology you need to research... the RIPREP images can be converted to WIM images for WDS AFAIK. I would assume WDS has an equivalent tool to RIPREP.
  Reply With Quote
Old 20-03-2007, 08:50 PM   #17
 
Geoff's Avatar
 
Join Date: Jun 2005
Location: Fylde, Lancs, UK.
Posts: 9,887
uk uk lancashire
Thanks: 42
Thanked 223 Times in 203 Posts
Blog Entries: 1
Rep Power: 66 Geoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud of
Send a message via ICQ to Geoff Send a message via AIM to Geoff Send a message via MSN to Geoff Send a message via Yahoo to Geoff Send a message via Skype™ to Geoff
Default Re: WDS - Tips for beginners

If you look at this page here:

http://technet2.microsoft.com/Window....mspx?mfr=true

And scroll down to 'Creating Images'. The section that deals with the equivelent of RIPREP is the 'Install images' section.
  Reply With Quote
Old 20-03-2007, 09:09 PM   #18
 
Uraken's Avatar
 
Join Date: Oct 2006
Location: gainsborough
Posts: 435
Thanks: 5
Thanked 0 Times in 0 Posts
Rep Power: 0 Uraken is an unknown quantity at this point
Default Re: WDS - Tips for beginners

marvelous cheers chaps.this one is a good one as well http://articles.techrepublic.com.com...1-5192174.html
  Reply With Quote
Old 27-03-2007, 10:05 PM   #19
 
ptuttle's Avatar
 
Join Date: Mar 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 ptuttle is an unknown quantity at this point
Default Re: WDS - Tips for beginners

Help me out here...So I created a capture image and successfully uploaded a WINXP SP2 up to my WDS server. When attempting to add the newly created WIM file as a boot image, it gives me an error "The file does not contain a valid boot image". Any ideas? I used setupmgr to create a sysprep.inf file and I placed it into c:\sysprep. I'd really love to be able to deploy WinXP using WDS Native.

Thanks in advance.
  Reply With Quote
Old 28-03-2007, 12:03 AM   #20
 
jaybot's Avatar
 
Join Date: Mar 2007
Location: Australia
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 jaybot is an unknown quantity at this point
Send a message via MSN to jaybot
Default Re: WDS - Tips for beginners

Hey, we have been setting up WDS at my work for only Windows XP as Vista isn't suitable for our network yet.
Just thought I'd put a few things in that I have learnt:

You can run wds in mixed mode or native mode - Mixed mode lets you use RIPREP images while migrating to wds. I dont know much about RIS as we have previously been using ghost with a sysprep image - moving on since the ghost license is expensive.

A boot Image is a winpe image -
You need the boot.wim from the Vista DVD to be able to access a menu of all suitable install images as it contains Setup.exe.

Install Images are images that have been sysprepped and captured using wdscapture.exe or imagex.exe from a winpe image.

wdscapture is like a gui for imagex that will let you capture and also upload a sysprepped image.

If an image doesn't show up in WDS on the client pc it is because the HAL doesn't match the computer - the setup program has a detection which was bad for us as we use a script to update the sysprep.inf so it changes the hal to the correct version - we overcame this by using an autounattend.xml file to force choosing the image and then running scripts after setup.

Longhorn - Deployment Technet Forum can be a good resource if you run into any problems.

WDS can be a bit confusing at first.

You will want to install WAIK for customising winpe wim files.
  Reply With Quote
Old 28-03-2007, 07:45 AM   #21
 
Gatt's Avatar
 
Join Date: Jan 2006
Location: Moorside High, Swinton / Middleton, Rochdale
Posts: 2,156
uk uk scotland
Thanks: 82
Thanked 38 Times in 28 Posts
Rep Power: 19 Gatt is a jewel in the roughGatt is a jewel in the roughGatt is a jewel in the rough
Send a message via MSN to Gatt
Default Re: WDS - Tips for beginners

We are having a few problems with WDS

1) RIPREP Images not converting to WIM files with following error:
Code:
Error occured while trying to execute command.
Error Code 0x80360051
2) Captured XP Images keep asking for VLK - even though its entered into the sysprep.inf file, also it doesn't pick up a PC Name even though its already in AD with a GUID.

3) Images fail with an error of 0x00000002 when created via BDD

Also, how do you get WDS to auto-format the HDD before deploying Images (Coverted RIPREP Images) as well as prompt for PC name & OU if not in AD (aka RIS Auto/Custom setup options)?
  Reply With Quote
Old 28-03-2007, 10:58 PM   #22
 
jaybot's Avatar
 
Join Date: Mar 2007
Location: Australia
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 jaybot is an unknown quantity at this point
Send a message via MSN to jaybot
Default Re: WDS - Tips for beginners

I'm not sure about the riprep errors/Naming.

For the hard drive formatting this can be setup in an unattend.xml file.
  Reply With Quote
Old 18-04-2007, 08:41 AM   #23
 
contink's Avatar
 
Join Date: Jul 2006
Location: South Yorkshire
Posts: 2,722
uk uk yorkshire
Thanks: 103
Thanked 96 Times in 76 Posts
Rep Power: 29 contink is a name known to allcontink is a name known to allcontink is a name known to allcontink is a name known to allcontink is a name known to allcontink is a name known to all
Default Re: WDS - Tips for beginners

Just a quick nugget of intel for anyone trying to insert drivers into a legacy RIS style install as part of WDS..

You need to put the drivers in the i386 file and restart the WDS service and NOT follow the old procedure re: $OEM$/Drivers/Nic/ as this just doesn't work.

Hope that helps..
  Reply With Quote
Old 03-05-2007, 11:21 PM   #24
 
Grommit's Avatar
 
Join Date: Sep 2006
Location: Weston-super-Mare
Posts: 1,223
Thanks: 11
Thanked 48 Times in 26 Posts
Rep Power: 14 Grommit has a spectacular aura aboutGrommit has a spectacular aura aboutGrommit has a spectacular aura about
Default Re: WDS - Tips for beginners

... mmmmmm... Me thinks Ghost is a little simpler
  Reply With Quote
Old 19-07-2007, 03:06 PM   #25
 
maniac's Avatar
 
Join Date: Feb 2007
Location: Kent
Posts: 1,321
uk uk kent
Thanks: 38
Thanked 71 Times in 61 Posts
Rep Power: 18 maniac is just really nicemaniac is just really nicemaniac is just really nicemaniac is just really nice
Default Re: WDS - Tips for beginners

Sorry to dig up this thread, has anyone got any ideas how to add a network driver to the windows PE environment?

I've sucessfully used WDS to image windows XP on a few types of machine, but I've one type of IBM machine that gives me an error 'can't communicate with the WDS server' whenever I boot it up in the image capturing mode. The only reason I can come up with is that it doesn't have the correct network drivers loaded.

I've trawled the net, but information is sketchy and not very clear when it is there.

Any help apprecicated

Cheers,

Mike.
  Reply With Quote
Old 07-08-2007, 06:44 PM   #26
 
maniac's Avatar
 
Join Date: Feb 2007
Location: Kent
Posts: 1,321
uk uk kent
Thanks: 38
Thanked 71 Times in 61 Posts
Rep Power: 18 maniac is just really nicemaniac is just really nicemaniac is just really nicemaniac is just really nice
Default Re: WDS - Tips for beginners

More info on this problem. Worked out how to add network drivers, but still got the same error, never managed to solve it, so moved on to the next machine type.

Had the same problem with another type of IBM machine today, but one machine of the same type did work ok, very puzzling considering they should be identical machines. Anyway, started looking at this machine to find the differences between it and the others. Same network card, motherboard etc. Same BIOS versions, but I updated the BIOS anyway, no difference.

I Then noticed purely by chance the machine that worked has 512mb RAM, where as all the rest have 256mb. Added 256mb ram from another machine into one, and it worked!

So if you get a communications error while trying to image machines, check the amount of RAM in the machine. This problem only seems to affect IBM machines in my school (8098-72g is one of them)

Cheers,

Mike.
  Reply With Quote
Old 07-08-2007, 07:04 PM   #27
 
ChrisH's Avatar
 
Join Date: Jun 2005
Location: East Lancs
Posts: 3,920
uk uk lancashire
Thanks: 2
Thanked 37 Times in 31 Posts
Rep Power: 21 ChrisH has a spectacular aura aboutChrisH has a spectacular aura about
Default Re: WDS - Tips for beginners

The problem will be realted to the Win PE needing 256 meg and im guessing you have shared graphics which will take you below the minimum.
  Reply With Quote
Old 07-08-2007, 07:40 PM   #28
 
maniac's Avatar
 
Join Date: Feb 2007
Location: Kent
Posts: 1,321
uk uk kent
Thanks: 38
Thanked 71 Times in 61 Posts
Rep Power: 18 maniac is just really nicemaniac is just really nicemaniac is just really nicemaniac is just really nice
Default Re: WDS - Tips for beginners

I didn't realise it needed 256mb minimum! Strange thou, as we have a lot of fujitsu machines with only 256mb ram and shared graphics memory, and they all cope OK.

Why can't it just give me an error that tells me it's the memory that's the problem thou! Damned microsoft!

Mike.
  Reply With Quote
Old 07-08-2007, 09:08 PM   #29
 
ChrisH's Avatar
 
Join Date: Jun 2005
Location: East Lancs
Posts: 3,920
uk uk lancashire
Thanks: 2
Thanked 37 Times in 31 Posts
Rep Power: 21 ChrisH has a spectacular aura aboutChrisH has a spectacular aura about
Default Re: WDS - Tips for beginners

That is the case with PE normally. I am assuming it si the case here although it may not be.
  Reply With Quote
Old 07-08-2007, 11:00 PM   #30
 
PiqueABoo's Avatar
 
Join Date: Jan 2006
Posts: 500
Thanks: 1
Thanked 20 Times in 16 Posts
Rep Power: 10 PiqueABoo will become famous soon enoughPiqueABoo will become famous soon enough
Default Re: WDS - Tips for beginners

Quote:
we have a lot of fujitsu machines with only 256mb ram and shared graphics memory
Perhaps they're set to share less memory. I've encountered 256MB boxes with the BIOS configured to use 64MB for graphics.
  Reply With Quote
Reply

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 

Similar Threads
Thread Thread Starter Forum Replies Last Post
RIS - Tips for beginners tarquel Windows 99 01-07-2008 07:12 PM
sims administrators for beginners thegrassisgreener MIS Systems 17 30-11-2007 05:42 PM
C# Beginners Courses Stese Coding 1 29-06-2007 05:29 AM
Free Linux Course for Beginners CyberNerd Courses and Training 6 29-10-2006 09:00 PM
Beginners Guide to Macs nawbus Mac 7 05-10-2005 10:31 AM



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 08:26 PM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net