WDS Install Image missing HAL details

I have a Win2008 R2 WDS server that has been up and running for quite some time. I have a Windows 7 x86 image that is hosted on that server.
I recently updated the Win7 image, syspreped, and uploaded to my WDS server as a new (v2) image. In the past this has always been quite simple, but for some reason i cannot get the new v2 image to display at the WDS client image selection screen.
The WDS server allowed me to add the new v2 image to my install image group, and says its online and working properly.
The WDS Client will only display the old v1 image and not the newly updated v2 image.
Both images were created on the SAME computer, x86, acpi multiprocessor. I am using the SAME computer to test/deploy the image.
The source of the problem seems to be from the install image missing the HAL details
If i use the WDS console and drill down to my old and new install images, right click and look at the properties this is what i get:
v1 Image: HAL Type ACPIAPIC
v2 Image: HAL Type (ITS F"N BLANK!!!!)
I get the same results looking at the <HAL>  </HAL> parmeters using ImageX /info blah.wim
SO, Why the HELL does WDS/Sysprep not recognize my HAL type of my new v2 image???? I have tried 3 different computers to generate/capture the install image and ALL are missing the HAL type.
Anyone have a clue why the WDS/SYSPREP process does not identify the HAL type and leaves me with a blank string - and hence a useless image?
I have previously tried this KB with no change:
"An ACPI APIC UP HAL operating system image cannot be deployed if a Windows 7 boot image or a Windows Server 2008 R2 boot image is used in the deployment process
http://support.microsoft.com/kb/980711"
me

I cant post that online. Its from a secure network. So this is hand typed...
v1 Image that works:
<WIM>
<TOTALBYTES>3465086</TOTALBYTES>
<IMAGE INDEX=1>
<NAME> WINDOWS 7 V1 </NAME>
<DESCRIPTION> THIS IS MY DESCRIPTION </DESCRIPTION>
<WINDOWS>
<ARCH>0</ARCH>
<PRODUCTNAME> Microsoft Windows Operating System </PRODUCTNAME>
<EDITIONID>PROFESSIONAL</EDITIONID>
<INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
<HAL>acpiapic</HAL>
<PRODUCTTYPE>WinNT</PRODUCTTYPE>
<PRODUCTSUITE>Terminal server</PRODUCTSUITE>
<LANGUAGES>
<LANGUAGE>en-US</LANGUAGE>
<DEFAULT>en-US</DEFAULT>
</LANGUAGES>
<VERSION>
<MAJOR>6</MAJOR>
<MINOR>1</MINOR>
<BUILD>7601</BUILD>
<SPBUILD>18229</SPBUILD>
<SPLEVEL>0</SPLEVEL>
</VERSION>
<SYSTEMROOT>WINDOWS</SYSTEMROOT>
</WINDOWS>
v2 Image that does NOT work:
<WIM>
<TOTALBYTES>3510306</TOTALBYTES>
<IMAGE INDEX=1>
<NAME> WINDOWS 7 V2 </NAME>
<DESCRIPTION> THIS IS MY DESCRIPTION </DESCRIPTION>
<WINDOWS>
<ARCH>0</ARCH>
<PRODUCTNAME> Microsoft Windows Operating System </PRODUCTNAME>
<EDITIONID>PROFESSIONAL</EDITIONID>
<INSTALLATIONTYPE>Client</INSTALLATIONTYPE>
<VERSION>
<MAJOR>6</MAJOR>
<MINOR>1</MINOR>
<BUILD>7601</BUILD>
<SPBUILD>18229</SPBUILD>
<SPLEVEL>0</SPLEVEL>
</VERSION>
<SYSTEMROOT>WINDOWS</SYSTEMROOT>
</WINDOWS>
Notice that the v2 image is missing the following from the xml:
<HAL>acpiapic</HAL>
<PRODUCTTYPE>WinNT</PRODUCTTYPE>
<PRODUCTSUITE>Terminal server</PRODUCTSUITE>
<LANGUAGES>
<LANGUAGE>en-US</LANGUAGE>
<DEFAULT>en-US</DEFAULT>
</LANGUAGES>
Im lost as what to try next. Anyone have any ideas why my new v2 image is missing information from the .wim file?
me

Similar Messages

  • Captured Image missing HAl details

    Hi,
    One of our Windows 7 images has been captured using imagex and then added to WDS. When we go to deploy it, it doesnt show up on the list. After looking at the properites of time .wim it has no hal type, is this why its not showing up?
    If i do an imagex /info this is what I get
    WIM Information:
    Path:        d:\scse8.wim
    GUID:        {1b037610-3245-4ec3-802e-624bc359071a}
    Image Count: 1
    Compression: XPRESS
    Part Number: 1/1
    Attributes:  0x8
                 Relative path junction
    Available Image Choices:
    <WIM>
      <TOTALBYTES>34954737009</TOTALBYTES>
      <IMAGE INDEX="1">
        <DIRCOUNT>78206</DIRCOUNT>
        <FILECOUNT>920217</FILECOUNT>
        <TOTALBYTES>80333226987</TOTALBYTES>
        <HARDLINKBYTES>3534890930</HARDLINKBYTES>
        <CREATIONTIME>
          <HIGHPART>0x01CC78B1</HIGHPART>
          <LOWPART>0x18BBC96A</LOWPART>
        </CREATIONTIME>
        <LASTMODIFICATIONTIME>
          <HIGHPART>0x01CC78B1</HIGHPART>
          <LOWPART>0x18D3A0EE</LOWPART>
        </LASTMODIFICATIONTIME>
        <WINDOWS>
          <ARCH>0</ARCH>
          <PRODUCTNAME>Microsoft® Windows® Operating System</PRODUCTNAME>
          <VERSION>
            <MAJOR>6</MAJOR>
            <MINOR>1</MINOR>
            <BUILD>7601</BUILD>
            <SPBUILD>17651</SPBUILD>
            <SPLEVEL>0</SPLEVEL>
          </VERSION>
          <SYSTEMROOT>WINDOWS</SYSTEMROOT>
        </WINDOWS>
        <NAME>scse8</NAME>
      </IMAGE>
    </WIM>
    Is there any way of adding the hal info to the image?
    Thanks

    Hi,
    According to my previous experience, HAL does not exist in Windows 7, I think the issue is elsewhere. This issue may be related to the X86 or X64 booting.
    Please refer to the thread below.
    List of images not showing
    http://social.technet.microsoft.com/Forums/en-US/itprovistadeployment/thread/b51a4c54-154f-4388-a9fc-02ebc714d3a8/
    XP-Images captured with WDS are not shown on all computers in WDS -> HAL-Type Check?
    http://social.technet.microsoft.com/Forums/en-US/itprovistadeployment/thread/093a4052-23b3-4f79-9e02-baa101c586d1/
    You can also refer to the following blog, it’s detail for capturing Windows 7 Image and deployment.
    Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part I
    http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/
    Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part II
    http://blog.augustoalvarez.com.ar/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/

  • Install Image Missing from List

    I am trying to deploy Windows Embedded Standard 7 from our WDS server, built on Windows Server 2008 R2.  I've added the install.wim file from the WES7 DVD, and I can see it listed under Install Images in the WDS control panel, but it doesn't appear
    as an option on the client computer when I boot into PXE.  I've also tried restarting the WDS service, as well as the
    WDSUTIL /Update-ServerFiles command, to no avail.
    Searches have given me 3 possible causes, all of which have been ruled out:
    Wrong Architecture - I have tried both x86 and x64 client machines, and other x86 images are showing up and installing fine
    File permissions - I have double-checked that users have write access to the folder holding the WIM files - again, other images in the same folder work fine.
    HAL mismatch - the WES7 image has the same HAL type (acpiapic) as other images that are working.
    Is there something I'm missing here?  I'm using the boot.wim from the standard Windows 7 install DVD - does this make a difference?

    Hi,
    About the Embedded question please post to the Embedded support forum.
    https://social.msdn.microsoft.com/Forums/en-US/home?forum=quebecservicingdeployment
    Thanks for your understanding and support
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Images Missing in Detail Layout? Please Help!

    So for some reason the details section of my web apps will not show images, and I cannot figure out why.
    Images were showing up before, but when I imported the items from a spreadsheet, the images went missing! The image files (.jpg) are still in the images folder, and they display correctly on my list layout. Ive tried using my {tag_photo} tag without any HTML,  and even deleted the web app and started over, but the problem still persists.
    This is the code I used for the details layout:
    <table>
        <tbody>
            <tr style="width:1280px;height:442px;">
                <td valign="top">
                    <img src="{tag_photo_value}?Action=thumbnail&amp;Width=700&amp;Height=432&amp;algorithm=fill_p roportional">
                </td>
                <td style="font-family:bebas neue;color:#0C3551;font-size:50px;text-align:left;padding:0px 0px 0px 25px;"
                valign="center">
                    <p>Product:</p>
                    <br>
                    <br>
                    <p>Product #:</p>
                    <br>
                    <br>
                    <p>Model #:</p>
                    <br>
                    <br>
                    <p>Make:</p>
                    <br>
                    <br>
                    <p>Horsepower:</p>
                    <br>
                    <br>
                    <p>Voltage:</p>
                </td>
                <td style="font-family:bebas neue;color:#0C3551;font-size:50px;text-align:left;padding:0px 0px 0px 25px;"
                valign="center">
                    <p>{tag_name}</p>
                    <br>
                    <br>
                    <p>{tag_product #}</p>
                    <br>
                    <br>
                    <p>{tag_model #}</p>
                    <br>
                    <br>
                    <p>{tag_make}</p>
                    <br>
                    <br>
                    <p>{tag_horsepower}HP</p>
                    <br>
                    <br>
                    <p>{tag_voltage} Volts</p>
                </td>
            </tr>
        </tbody>
    </table>
    <br>
    <table>
        <tbody>
            <tr>
                <td rowspan="2" style="font-family:neuton;color:#0C3551;font-size:24px;text-align:left;line-height:150%;" >Details:
                    <br>{tag_description}</td>
            </tr>
        </tbody>
    </table>

    Just for anyone that wants to know the issue:
    On import through spreadsheet Arielr190 missed the required / before the image folder for the custom image field. This is needed to tell BC to read from the root.
    What was happening was the image path thought it was inside the web app folder, which it was not.
    This is now fixed.

  • WDS "The file does not contain a valid install image"

    I have WDS installed on a Windows Server 2008 R2 SP1 machine.  I can quite happily import Windows 7 Install images from the Windows 7 installation DVD, but if I try to import from the Windows Server 2008 R2 SP1 installation DVD, at sources\install.wim, I
    get:
    "The file does not contain a valid install image"
    If I run WDSUTIL from the command line I get:
    "An install image could not be found in the image file".
    I believe that the DVD is fine as I can install machines from it and mount the sources\install.wim file using DISM.
    Anyone any idea what's wrong?
    Note that the problem is not with my own images, it's with the image as supplied on media direct from Microsoft.

    Which download link did you use to get your SP1 media? From this link:
    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=5842 ?

  • So how to specify different answer file for different install images in WDS snap-in?

    hello
    in WDS snap-in, in properties on server name, on client tab, we can define an answer file for unattended windows installation on WDS clients.
    my question is, maybe we have added multiple images in WDS snap-in (win xp image, win 7 , win 2008,...)
    now this one answer file applies to all of them ?
    so how to specify different answer file for different install images in WDS snap-in?
    thanks in advanced 

    Under the "Client" tab of WDS, you should only use an answer-file with settings relevant for the installation. This would be credentials for the WDS deployment share, international settings used during the setup and possibly also destination drive
    details (if you want the installation to take care of partitioning the disk etc). The settings relevant for unattend-files used under "Client" would only be of those in phase 1 (WinPE).
    However, if you would like to have specific unattend file for every installation, e.g. Win7, Server 2008, Win 8 etc, you can browse to the image under "Install Images" under the image Groups. There you can select properties for every image and
    have a personal unattend-file.
    hi Joel
    very cool. thanks a lot, that really helped me.
    best regards

  • WDS capture image on a Windows 2012 R2 server fails with a winload error

    Hello,
    I have been fighting with this problem for days now. I have to install
    30 Win8.1 Pro PC's with  WDS. The WDS service is running on a Win2012 R2
    server. I added the Win 8.1 Pro boot and install images and created a capture image.
    Now when I boot the reference computer I get  a Boot Manager message saying that winload.exe is missing or corrupt. The original boot wim works
    correctly.I removed and added the WDS role a couple of times, I tried the procedure with a 32 bit Win7 boot image, and that worked, But when I added the capture image created from the original Win8.1 boot.wim, that spoiled both capture images.  I tried
    the same thing with a Win2012 R2 Standard server after removing and adding the WDS role again, but the capture image generated the same error as above. .I see that since about mid-April many people has the same problem.Different solutions are suggested, but
    none of them   worked for me.  One of them is to mount and unmount the capture image, that didn't help for me.
    Any help is appreciated.
    Thanks
    Gabor

    Do I understand correctly that if you deploy original wim file to your testPC1 it works all right, but if you deploy an image that you captured on buildPC to testPC1 then you get the winload.exe error ?
     Are you formatting (deleting all the partitions) on testPC1 during the
    deployment of captured image ? Can you check and confirm if the HDD seting for AHCI or IDE (yes, its still around) is the same option on both stations?

  • I missing tool details in Lightroom 5.5

    i can't sharpening my pictures

    Details section is visible now.
    Thank you.
    Piet.
    Verstuurd vanaf mijn iPad
    Op 6 jul. 2014 om 20:47 heeft ssprengel <[email protected]> het volgende geschreven:
    I missing tool details in Lightroom 5.5
    created by ssprengel in Photoshop Lightroom - View the full discussion
    If you mean that the Details section is no longer visible, then right-click on one of the other section titles like Basic or Tone Curve, etc, and put a checkmark next to Details.
    If you mean that the Details section title is visible but you can’t see the sliders, then just click on the little triangle next to Details to expand the Details section to see the various sliders for Sharpening and Noise Reduction.
    If neither of these is what you’re taking about, then please show us a screenshot of the righthand panel in Develop.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6526814#6526814
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Lightroom by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How to install images on zones without servers?

    We had succesfully deployed OS images on areas with WDS, PXE and all technologies related to WAIK and other related technologies.
    But we have 85 workgroup client machines, spreaded arround the country in sites with no server and only a single LAN with 3 to 10 Windows clients PCs
    How can we create a standard and make sure we can install the exact same image we use in WDS Sites in theses remote and difficult-t-manage Sites?
    It will be usefull/possible to export the store image to a stand-alone .WIM image and deploy it using a boot image in DVD or USB Flash drive and use ImageX to apply the image from a shared folder? (ttp://technet.microsoft.com/en-us/library/cc732729(v=ws.10).aspx#Boot)

    Hi,
    You can use sysprep tool create a reference image. Then you can deploy it with standard installation method, such as USB boot or WDS.
    Generally, create capture image in WDS, run sysprep on client to remove computer specified information. Reboot your computer from capture boot image and capture
    your reference image.
    For more information you can refer to:
    Creating Custom Install Images
    http://technet.microsoft.com/en-us/library/dd637993(v=ws.10).aspx
    Hope this helps.

  • How the bootable Arch install images are created?

    I'm just wondering how to create the bootable Arch install images, including ISO and IMG files which are in the Arch download mirrors.
    Can anyone explain the detailed procedures about it? I just cannot find it in the Wiki.
    Thanks a lot.
    P.S.:
    Is it true that the IMG file was created from the ISO file, as far as Arch install image is concerned?  And how to convert between the IMG and ISO files?
    Thanks.
    Last edited by cwjiof (2008-09-25 07:44:45)

    Using the archiso tool:
    http://projects.archlinux.org/?p=archiso.git;a=summary
    Readme has some more info:
    http://projects.archlinux.org/?p=archis … ME;hb=HEAD
    Archiso is a small set of bash scripts that is capable of building fully
    functional ArchLinux-based liveCDs. It is a very generic tool, so it
    could potentially be used to generate anything from rescue systems,
    to install disks, to special interest liveCD systems, and who knows what
    else. Simply put, if it involves Arch on a shiny coaster, it can do it.
    James
    Last edited by iphitus (2008-09-25 07:58:11)

  • Missing most detailed table for dimension tables

    Hi ,
    I am getting this following error
    Business Model Core:
    [nQSError: 15003] Missing most detailed table for dimension tables: [Dim - Customer,Dim - Account Hierarchy,Dim - Account Region Hierarchy,Fact - Fins - Period Days Count].
    [nQSError: 15001] Could not load navigation space for subject area Core.
    I got this error when I tried to configure # of Elapsed Days and # of Cumulative Elapsed Days by following way-
    1. Using the Administration Tool, open OracleBIAnalyticsApps.rpd.
    Configuration Steps for Controlling Your Data Set
    Configuring Oracle Financial Analytics 5-51
    The OracleBIAnalyticsApps.rpd file is located at:
    ORACLE_INSTANCE\bifoundation\OracleBIServerComponent\coreapplication_
    obisn\repository
    2. In the Business Model and Mapping layer, go the logical table Fact - Fins - Period
    Days Count.
    3. Under Sources, select the Fact_W_DAY_D_PSFT logical table source.
    4. Clear the Disabled option in the General tab and click OK.
    5. Open the other two logical table sources, Fact_W_DAY_D_ORA and Fact_W_
    DAY_D_PSFT, and select the Disabled option.
    6. Add the "Fact - Fins - Period Days Count" and "Dim - Company" logical tables to
    the Business Model Diagram. To do so, right-click the objects and select Business
    Model Diagram, Selected Tables Only.
    7. In the Business Model Diagram, create a new logical join from "Dim - Company"
    to "Fact - Fins - Period Days Count." The direction of the foreign key should be
    from the "Dim - Company" logical table to the "Fact - Fins - Period Days Count"
    table. For example, on a (0,1):N cardinality join, "Dim - Company" will be on the
    (0/1) side and "Fact - Fins - Period Days Count" will be on the N side.
    8. Under the Fact - Fins - Period Days Count logical table, open the "# of Elapsed
    Days" and "# of Cumulative Elapsed Days" metrics, one at a time.
    9. Go to the Levels tab. For the Company dimension, the Logical Level is set to All.
    Click the X button to remove it. Repeat until the Company dimension does not
    have a Logical Level setting.
    10. Make sure to check Global Consistency to ensure there are no errors, and then
    save the RPD file.
    Please help me to resolve.
    Thanks,
    Soumitro

    Could you let me know how you resolved this. I am facing the same.

  • "Missing most detailed table for dimension tables" eror when I run the Global Consistency check

    ERRORS:
    Business Model DAC Measures:
    [nQSError: 15003] Missing most detailed table for dimension tables: [D_DETAILS,D_EXECUTION_PLAN,D_TASK].
    [nQSError: 15001] Could not load navigation space for subject area DAC Measures.
    I am also attaching my Business Model layer for easy understanding. I have a fact table and several Dimension table. I got this error only after creating the following hierarchies:
    Execution Plan -> Tasks -> Details
    Start Date Time Hierarchy
    End Date Time Hierarchy
    Is there a solution for this problem? Thanks in advance!

    Yes ! My Task Hierarchy has 3 dimension tables that form a hierarchy :Execution Plan -> Tasks -> Detail
    All the 3 levels in the hierarchy are 3 different dimension tables.

  • [nQSError: 15003] Missing most detailed table for dimension tables:

    Hi,
    I am new to BI. I created fresh respository from the scratch.
    When run the consistency check I get the following messages.
    [nQSError: 15001] Could not load navigation space for subject area SALES.
    [nQSError: 15003] Missing most detailed table for dimension tables: [Products,Customers].
    Can anyone help me on this.
    Thank you
    subra.

    Got rid of the problem by deleting and recreating the dimension tables.
    Subra.

  • Reinserting Preview/Images missing from  Library and Project

    After ingesting my images from CF reader into a project, I started working on them. For some reason after working on them for awhile, I started noticing that previews were missing from the project. I looked in the Library and they were not there either. However, when I looked in to the project folder (via the Aperture "folder" in Finder), the images and associated Aperture information files were all there in their respective folders.
    I'm not sure how I lost/deleted so many images from my folder and Library (I may have accidently deleted a stack, but when I searched the number of images missing I know I could not have accidently deleted that many that way if I did). But since the files are still on my hard drive in their respective folders, in the right location, is there a way to bring them back into Aperture?
    Thanks,
    Ed

    bump...if anyone can tell me that would be great. I know it sounds like a dumb question, but for the life of me I cannot do any command - import, etc. - that can get these files that reside in the actual folder to show up in Aperture's Library or its original project.
    Thx,
    Ed

  • VM template image missing from OVM Server 2.2.0

    Hi,
    We have configured couple of linux OVM images on OVM server 2.20. These images were running successfully from 1 month , suddenly we found 1 of the VM image missing from the /OVS/running_pool directory. Can you let me know if there is any bug in OVM 2.20 as we are running 100 of VM's and VM's image missing could be big issue in future.

    Welcome to the forums !
    The scripts should be available in the companion directory of the CD
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14198/installation.htm#I4367
    HTH
    Srini

Maybe you are looking for