Back Screen when Injecting Drivers into Discovery Image

I am using windows server 2012 with ADK 8.1
The discovery wim was created from a windows 7 enterprise boot wim
The  drivers I am using are windows 7 drivers for Optiplex 7010 downloaded from here
http://en.community.dell.com/techcenter/enterprise-client/w/wiki/2065.dell-driver-cab-files-for-enterprise-client-os-deployment.aspx#WinPE
I created two driver folders one dell x32 and one dell x64.
I have tried injecting only the network drivers into 32 and 64 bit discovery images making sure only x64 drivers were used with 64 bit images and the same for 32 image only using 32 bit drivers. 
I retried the above steps however I injected all available drivers available in addition to the network drivers and had the same result.
After the windows 8.1 splash screen appears and then goes away the screen remains black. What may be the cause of this?

Hi,
I wonder which driver did you injected. Boot.wim contain a widows PE image, and windows 7 code based windows PE version is winPE3.0.
So I suppose we need a winPE3.0 driver but not the one for windows 7.

Similar Messages

  • Can't inject drivers into boot images as they don't appear

    Hello,
    I have a problem trying to inject some drivers into the boot image using SCCM 2012.
    I right click on the specific driver, I choose Edit > Boot image and there no boot images show up! The list is empty.
    We do have 2 boot images (x32 and x64) and they are working just fine!
    Does anybody have a clue what is going wrong here?
    Thanks.

    What version of ConfigMgr (RTM, SP1, or R2) are you using and what version are the boot images?
    Each version of ConfigMgr can only directly manage (including driver injection) specific boot image versions.
    RTM -> WinPE 3.1
    SP1 -> WinPE 4.0
    R2 -> WinPE 5.0
    Thus, you are most likely trying to edit downlevel (or maybe uplevel) boot images.
    Jason | http://blog.configmgrftw.com

  • Problem establishing login screen when ethernet plugged into NetComm NB5Plu

    Problem establishing login screen when ethernet plugged into NetComm NB5Plus4
    I get a flashing folder that does not allow the login page to appear.
    If I remove the ethernet connection then boot-up the system establishes the login page and I can plug the ethernet back in and the system logins in.
    Where should I look to identify the problem, I am thinking it is the OS X install.
    Regards
    Si

    Hi hoydj,
    It might be a driver problem. Check out this FAQ from Wacom's Knowledge Base:
    http://www.wacom.com/faqs/knowledge_search.cfm?id=335

  • Why do I have a big Q on the upper left of my screen when i go into a text?

    This is driving me crazy.. Why do I have a big Q on the upper left of my screen when i go into a text message? How do I get it off? Someone sent me a picture and I noticed it was on there also?

    ME TOOO!! omg it's so annoying. I have only had this happen with an iphone 4, and i noticed it started happening after I did a text msg. usually it's just a big Capital "Q", in a similar position as it would be on the keyboard. but it stays on the screen. Now it also stays there even when i go to my home page or any other screen for that matter. I recently had my phone swapped out because my home button had worn out (uh oh....less than 6 mo old too!) but even on the new phone it's doing the "Q" thing too.
    mine only goes away when i reboot. grrrrr. glad im not the only one tho.

  • Can I inject drivers into a .wim file on usb boot media?

    Hi,
    I have been working for days trying to install win7 64 bit on a HP Z620 machine and I keep getting the error “Windows failed to load because of a critical system driver is missing, or corrupt.” 0xc0000359
    iastore.sys. I am fairly new to SCCM and I don't want to mess with the productive boot image so I was wondering can I inject the iastore.sys drivers into the boot wim file on a thumb drive? All I have found is examples only using config manager and modifying
    the productive boot wim. Is this possible? Thank you

    The Boot .wim file has nothing to do with loading Windows and the drivers needed there. That error is typically because Windows did not have the driver needed to load the Storage controller.
    Are you using Auto Apply Drivers or Apply Driver Package to install the drivers into Windows for the Z620 in your task sequence?
    Review below for information about loading drivers into SCCM:
    http://hayesjupe.wordpress.com/sccm-osd-driver-best-practices/
    http://gerryhampsoncm.blogspot.com/2013/02/sccm-2012-sp1-step-by-step-guide-part-9.html
    http://www.deploymentresearch.com/Research/tabid/62/EntryId/69/The-Drivers-Saga-continues-How-to-Master-Drivers-in-ConfigMgr-2012.aspx
    Daniel Ratliff | http://www.PotentEngineer.com

  • Want to add one more link in the first screen when user gets into EBP

    Hi All,
    I want to add one more link to the template <b>WELCOME</b> in Internet Service <b>BBPGLOBAL</b>. This is the first screen that the user gets when he logs into EBP.
    The issue is the same screen is different in DEV and TEST environment.
    I verified the code in the template in both systems but they are exactly the same.
    Also, checked the Parameters in the Templates and they too match.
    While going through the code, I found out that MENU_NODE_TAB is used in a repeat loop to verify user has access to the further links.
    But the surprising thing is the code is same in both the systems, but Test evnironment is reflecting the link I want to add in DEV environment.
    Am I missing something??
    Pls let me know.
    Thanks in advance.
    <b>I will reward full points for helpful answers!!</b>
    Regards,
    Sanaa

    Hi,
    In welcome.html there is a ITS code to initialize array with information about transaction (line 87).
    This code is in the loop:
    repeat with idx from 1 to MENU_NODE_TAB-TEXT.dim;
      if( (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC01" && A_GEN_URL<i> == "") ||
          (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC03" && A_GEN_URL<i> == "") || 
          (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC02")                       );
        A_S_IDENT<i>      = MENU_NODE_TAB-S_IDENT[idx];
        A_GEN_URL<i>      = MENU_NODE_TAB-GEN_URL[idx];
        A_OBJECT_ID<i>    = "parent.launchpad.menu.M" & MENU_NODE_TAB-OBJECT_ID[idx] & ".root.name + parent.launchpad.menu.M" & MENU_NODE_TAB-OBJECT_ID[idx] & ".path";
        A_TEXT<i>         = quotFilter(MENU_NODE_TAB-TEXT[idx]);
        A_INTRODUCTION<i> = #WELCOME_SENTENCE6;
        found = 1;
      end;
    end;
    If You want to add this 4 links on begining - extend this array (in line 87):
    <!-- initialize array with information about transaction on startpage -->
    A_S_IDENT[1] = "custom_link1"; A_GEN_URL[1] = "www.google.com"; A_OBJECT_ID[1] = ""; A_TEXT[1] = "google"; A_INTRODUCTION[1] = "google link";
    A_S_IDENT[2] = "custom_link2"; A_GEN_URL[2] = "www.rediffmail.com"; A_OBJECT_ID[2] = ""; A_TEXT[2] = "rediffmail"; A_INTRODUCTION[2] = "redi link";
    A_S_IDENT[3] = "custom_link3"; A_GEN_URL[3] = "www.yahoo.com"; A_OBJECT_ID[3] = ""; A_TEXT[3] = "yahoo"; A_INTRODUCTION[3] = "yahoo link";
    A_S_IDENT[4] = "custom_link4"; A_GEN_URL[4] = "www.greetings.com"; A_OBJECT_ID[4] = ""; A_TEXT[4] = "greets"; A_INTRODUCTION[4] = "greeting link";
    A_S_IDENT[5] = ""; A_GEN_URL[5] = ""; A_OBJECT_ID[5] = ""; A_TEXT[5] = ""; A_INTRODUCTION[5] = "";
    A_S_IDENT[6] = ""; A_GEN_URL[6] = ""; A_OBJECT_ID[6] = ""; A_TEXT[6] = ""; A_INTRODUCTION[6] = "";
    etc.
    <!-- Search for shopping transaction in launchpad -->
    repeat with idx from 5 to MENU_NODE_TAB-TEXT.dim;
    Regards,
    Marcin

  • I am getting a black screen when I go into my credit card web pages under safari when I ask to see or view my statements. A black screen comes up.

    I am getting a black screen when under safar I go into my credit cards web pages and want to view or see my
    statements. This only happens in these web pages no others.

    ''Zenos [[#answer-671962|said]]''
    <blockquote>
    I think we need a screenshot.
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem
    How does typing in caps relate to being deaf? Or was that a joke?
    I'LL SAY IT AGAIN, LOUDER:
    I THINK WE NEED A SCREENSHOT.
    HTTPS://SUPPORT.MOZILLA.ORG/EN-US/KB/HOW-DO-I-CREATE-SCREENSHOT-MY-PROBLEM
    </blockquote>

  • Unable to restore screen when laptop goes into power saving mode

    Toshiba Satellite M45 running MS Windows XP, When laptop goes into powersaving mode and screen goes black, if i do not move the mouse in a nanosecond I am unable to restore the screen. Try my ususal fix of pressing the now amber mechanical start button, but I only hear the computer start to whir, but the black screen continues.  I have to do a hard close and consequently loose all unsaved data. Then do a mechanical start and return to the desk top with a message that the computer programs where not closed properly.
    I have been told I need to change the power saving mode options. Is this correct? How do I do this?  Thanks,  Blooming

    I tired to do a system restore for two different dates and got a message that MS was unable to restore to that/those dates. - no explanation.
    Linda, sometimes the restore points get corrupted. The fix is to turn System Restore off and then on again. Unfortunately, that removes all the previous restore points.
       How to turn off and turn on System Restore in Windows XP
    You might try running the System File Checker.
       Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)
    -Jerry

  • TS3276 my email has stopped showing on my screen when I go into 'my mail'. I have to go via the internet to get my mail. How do I get back to 'my mail'?     to get my mail I have to

    My email has stopped showing up on my screen through 'my mail'. To get my mail I have to go via the internet. How can I restor,  receiving mail in 'my mail'?

    Did you recently make any changes? Change your ISP or upgrade the OS?
    Have you set up the Mail app with the settings from your ISP? And then configured it to fetch whatever online web email you have?

  • Asus computer blue screen when injected with HP2515 printer

    When the hp2515 inject into my asus computer for printing, it will appear blue screen after i am printed for few paper by injected with USB 2.0 port~~can anybody solve my problem?? I am suffered for that problem~

    Hi @yiyi,
    Welcome to the HP Forums!
    I see that you are getting a blue screen whenever your plugin your HP Deskjet Ink Advantage 2515. I am happy to look into this for you!
    I am not sure what your Operating System is, but if you are using Windows 7, I think this guide will help, Windows 7: A Windows Stop Error (Blue-Screen Error) Occurs When Plugging an HP Printer into the Comp....
    Otherwise, please respond with the Operating System you are using. If you do not know the Operating System you are using, please visit this website. Whatsmyos, and if you have tried other ports on the computer.
    Hope this solves your problem, and have a great day!  
    RnRMusicMan
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to say “Thanks” for helping!

  • Black screen when installs drivers AMD r7850

    Hi Guys!
    I had installed bioshock Infinite when it started and ran fine, but I Alt -Tab to the desktop and the screen went black , was not blinking like when you turn your PC off , it looked like black image , then I rebooted and stills in black , reinstall the windows 8.1 and until I upgraded the driver had pictured but in a lower resolution, updated the driver and again black screen , I tried to install Windows 7 and the error is the same.
    It is card failure ? is a Power Edition MSI r7850 OC 2GB, I tried several drivers but all goes black screen. while leaving the generic Microsoft driver 's image, but if I try to increase the native resolution is black again.
    I appreciate any light you can give me I'm already desperate XD and I don´t have another PC available for testing :(
    Additional Information:
    S / N 602- V273 - 030B1207075996
    operating System: Windows 8.1 Pro 64 -bit
    CPU: AMD FX- 8120 26 ° C Zambezi 32nm Technology
    RAM: 8.00 GB Dual-Channel DDR3 @ 803MHz ( 9-9-9-27 )
    Motherboard: Gigabyte Technology Co. , Ltd. 970A -D3 ( CPU 1) 30 ° C
    graph: SyncMaster (1280x960 @ 64Hz ) ATI display adapter basic Microsoft (MSI )
    storage: DT01ACA100 TOSHIBA 931GB (SATA ) 32 ° C
    audio: High Definition Audio Device
    PSU Thermaltake TR2 600W
    The PC is 1 year old 
    This is BIOS: db.tt/5MEVdefK

    Quote from: Svet on 15-February-14, 09:58:18
    this could be normal, not all games/applications react well on alt+tab
    Thanks for your reply!
    But isn't the game because I format the PC and installed windows 7, and 8 and the problem persist when I update driver, not when I play 

  • HT201412 Ipod touch is frozen on waiting screen. when I plug into itunes to reset I cannot and get error OXE8000065 what doae that mean?

    My sons ipod touch has frozen on a black screen with a waiting symbol rotating on it. We cant get it to turn on or off. When I tried to attach it to his itunes page we got the message "Cannot connect ipod error code OXE8000065". When I try to dio a search for the problem I keep getting told to resynch it but I cant!! Is this a common problem or do I need to send ipod back he has only had it 10 months

    Did yu try here:
    iPhone, iPad, iPod touch: Unknown error containing '0xE' when connecting

  • I have a mac book pro 13 inch screen, when I go into Itunes, it only shows up on 1/2 the screen, how do i make itunes show up wider

    When I open Itunes it displays only on 1/2 of my computer screen, is there away that I can make it display on my full screen, check the full screen window function does not do anything, all my other's display fine it's just I tunes " Help"

    Did you try dragging the corner to stretch the screen? Or the green traffic light?
    If so, try pressing the green traffic light while holding the option key... or delete the .plist for iTunes or edit it manually.

  • I have lines going on my screen, when i went into the apple store the guy at the genius bar was clueless as to the problem. i havent dropped it. help?

    hello, i have a line growing on my screen that is getting worse. it looks like a centipede. i have been to the apple store and the guy i spoke to had no idea what was causing it. the phone still works but i am concerned that it is getting bigger. any help?

    OK. so it's not dead pixels.  How old is the phone? (some carriers will allow an upgrade more frequently than once a year... if it's less than a year old, the genius should have just replaced it for you, so I'm guessing it's not under warranty any more. I know the out of warranty price for an iPhone 4 is $199. Don't know if that applies to the 3Gs as well off hand.
    A quick google search looks like you can get the parts and replace the display assembly or have it repaired for you (which I would think would be the smarter option) for between $50 and $100.
    I know NOTHING about the company this link leads to, but the price seems reasonable... Do your homework first. If it gets to the point where it's unacceptable to you, I'd check into it. http://www.iphone3gscreenrepair.com/product_info.php?products_id=108

  • Why does FF4 start to download an image once more which is already on screen when trying to save this image?

    I look at a picture from a photo-site - size 11 MB. I decide to save this picture > right click > save image as.. The download window opens and FF downloads the picture once more which is already somewhere in FF's cache or memory.. I can see that data comes from the internet and not from a local place on my computer and the process can be rather slow, when the remote server is slow.. I find this as a waste of bandwidth.. Is it possible to avoid this behaviour?

    You can look at this extension:
    *Save Images: https://addons.mozilla.org/firefox/addon/3404

Maybe you are looking for

  • Upgraded from 10.3.9 to 10.4.8 and now Logic wont open at all!

    Upgraded from 10.3.9 to 10.4.8 and now Logic wont open at all! Im using Logic 7.1 Everything was fine till I upgraded.... Now when I click to open Logic it never gets past the startupscreen, and then I get a message saying "Logic has unuexpectedly qu

  • Photo Printing

    I have a new computer and an older printer (Photosmart C7180).  Now photos I print are too dark, even though they look fine on my notebook monitor.  Print quality was very good before I ungraded the driver to work with Windows 7..  Is there some way

  • Error in SP while inserting to Linked Server

    Hi all         I am trying to execute a SP in  transaction notification to insert values from OHEM(Employee Master Data) table to a table at Linked server. while doing so it works when executed at SQL Sever but it triggers the following error inside

  • Negative Sign displaying as '/' in alv

    HI, I am using ALV Display, the field has a negative value in internal table but while displaying the negative sign is converted to '/' sign. Can you plz tell me how to correct the same? Regards, Ashu Arora

  • Problems writing a structured binary file...

    Hi Folks, I've been working with one of my students to convert this matlab routine into a VI to no avail: fwrite(fout,version,'char'); fwrite(fout,nchar_text,'short'); % convert wave_text into array of ascii integers fwrite(fout,wave_text,'char'); %