Jump to content

serverguy78

Member
  • Posts

    20
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by serverguy78

  1. Hello, When I boot into pxe boot i receive a pxeboot error about \boot\bcd error. File \Boot\BCD. 0xc00000f. It was working for awhile and now its stop. When wdsnbp.com loads at pxe it say no response from the server. This is my setup: My WDS server lives on a VM server on a different subnet then my DHCP server. I have the PXE options 66 and 67 setup on the DHCP server at my site. How do I fix this problem?

  2. Hello can someone tell me the best way to make a XP master image using WDS? I'm using and an optiplex 760 for the base image. Should I add the drivers for all our models into the sysprep file before the capture or can I use depolyment workbench to inject drivers into the .wim image?

  3. Hello, I captured a couple of xp riprep images and converted them to .wims. I imported them into WDS and I have MDT installed. My question is how do I make startup customization to these captured xp .wims. I want the captured .wms to prompt to enter computer name before joining the network and maybe run some software during post install? I've checked out Windows System Image Manager but its kind of confusing. Can you use task sequence to make these customization or do I need to edit the settings with Windows System Image Manager?

  4. Hello, I just setup WDS on our Windows 2008 server. We have a setup where the DHCP lives on another server. I am a OUadmin and not a domain admin in our company. Whenever I try to set the following location in WDS properties I receive "access denied" error. I also can't configure DHCP option 60. How do I get past these errors so I can get PXE server working.

  5. I've already have Riprep an image. The problem with Riprep is that it only works for the same model machine. We have several models,so we need a base image for multiple machines. Unfortunately I can't switch to WDS right now. Do you have a link to a WDS guide if we decide to upgrade? I appreciate your assistance.

    Riprep images work with RIS, as well as simply using pre-sysprep'ed OSes. I'd sugest riprep if you are stuck with RIS, or migrating to WDS and creating WIM images there if you aren't stuck on the older RIS technology for any specific reason.

  6. I thought it gets joined through sif instructions here is what I have. Is this is wrong please tell me how to properly join a new RIS image to the domain

    [GuiUnattended]

    OemSkipWelcome = 1

    OemSkipRegional = 1

    AdminPassword="password"

    TimeZone = %TIMEZONE%

    EncryptedAdminPassword=NO

    OEMSkipRegional=1

    OEMDuplicatorstring="Windows XP-SP2"

    TimeZone=35

    [identification]

    JoinDomain = XXXXXX

    DomainAdmin= "XXXXX"

    DomainAdminPassword= "XXXXX"

    DoOldStyleDomainJoin = Yes

  7. Hello I created an post install script to add some groups to the workstation. For some reason this is failing on an image I just created. Can someone help me? Here is my code:

    net localgroup Administrators XXXX-Admins /add>>c:\postinstall\PostInstallReport.txt error message "System error 1789: The trust relationship between this workstation and the primary domain failed."

    net localgroup "Remote Desktop Users" XXXX-Admins /add>>c:\postinstall\PostInstallReport.txt error message "System error 1789: The trust relationship between this workstation and the primary domain failed."

    net localgroup Administrators XXXX-XXXX /add>>c:\postinstall\PostInstallReport.txt error message "System error 1789: The trust relationship between this workstation and the primary domain failed."

×
×
  • Create New...