FYI: VMWare + W2k3 + RIS - NIC Issue

Discussion in 'Virtual and Cloud Computing' started by Jock_McTartan, Nov 3, 2007.

  1. Jock_McTartan

    Jock_McTartan Bit Poster

    15
    1
    8
    Thought I'd post this here as info for anyone using VMWare player/server etc that is setting up a lab with 2k3 and RIS.

    When you try and deploy a RIS image to another VM it's boots from the network ok but at the text part of the OS install you get the error "The Operating System Image You Selected Does Not Contain the Necessary Drivers for Your Network Adapter. Try Selecting a Different Operating System Image. If the Problem Persists, Contact Your System Administrator"

    After some faffing about I sussed it out - you need to add the NIC drivers to the image - these are included in the VMTools - mount and browse the ISO and extract the drivers from \program files\VMWare\VMWare Tools\Drivers\vmxnet\win2k

    Copy the inf and sys files to RemoteInstall\Setup\Language\Images\Dir_name\i386

    Create '\$oem$\$1\Drivers\Nic' under i386 - change Nic to something more descriptive for your card if you like but keep it under 8 chars

    Copy all the conents of the VMWare tools folder from before to your new directory (\$oem$\$1\Drivers\Nic)

    Add the following to the file ristndrd.sif - found under i386 and i386 \templates

    DriverSigningPolicy = Ignore
    OemPreinstall = yes
    OemPnpDriversPath = Drivers\Nic

    The 'OemPreinstall = yes' line will probably already be there, don't duplicate it, just change it to yes

    Now stop and restart the RIs service

    Code:
    net Stop binlsvc
    net Start binlsvc
    You sholuld now be able to roll out your image :)

    Further details in the MS KB HERE
     
    WIP: 70-270, Linux+
  2. Bluerinse
    Honorary Member

    Bluerinse Exabyte Poster

    8,878
    181
    256
    Interesting Jock, thanks for posting.
     
    Certifications: C&G Electronics - MCSA (W2K) MCSE (W2K)
  3. Modey

    Modey Terabyte Poster

    2,397
    99
    154
    Useful info if you have a problem with this, but I didn't when I tried it a while back. I was using a Physical Win2K3 server with a RIS server installed on it, and installing to a VMWare Workstation 5 client and had no issues when trying to boot from the NIC in the virtual machine. Could it be you were using an older version of XP? (I assume that's what you were trying to deploy via RIS).
     
    Certifications: A+, N+, MCP, MCDST, MCSA 2K3, MCTS, MOS, MTA, MCT, MCITP:EDST7, MCSA W7, Citrix CCA, ITIL Foundation
    WIP: Nada
  4. Jock_McTartan

    Jock_McTartan Bit Poster

    15
    1
    8
    Was using Xp with no SPs so could be that :)
     
    WIP: 70-270, Linux+
  5. Modey

    Modey Terabyte Poster

    2,397
    99
    154
    Ahh yes, it probably was. I think when I was testing it I was using the version with SP2 integrated.
     
    Certifications: A+, N+, MCP, MCDST, MCSA 2K3, MCTS, MOS, MTA, MCT, MCITP:EDST7, MCSA W7, Citrix CCA, ITIL Foundation
    WIP: Nada
  6. nugget
    Honorary Member

    nugget Junior toady

    7,796
    71
    224
    Thanks for the info. :D
     
    Certifications: A+ | Network+ | Security+ | MCP (270,271,272,290,620) | MCDST | MCTS:Vista
    WIP: MCSA, 70-622,680,685

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.