T410 stops at initial screen

Hi,
A friend has a T410 and suddenly it can't move past the initial boot screen. I'm not even sure how to get to the BIOS. The message says something about pressing the blue button, which I did, but nothing happens. It just stays there... any thoughts how to move past that?
Thanks

Are there any broken USB ports?
http://forums.lenovo.com/t5/R-L-Series-ThinkPad-Laptops/ThinkPad-T400-T500-R400-R500-hangs-on-boot-a...
Does it get past the ThinkPad screen if you remove the hard drive?
W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

Similar Messages

  • T410 stops at Thinkpad screen

    Have noticed my T410 started this thing where it stops at the Thinkpad screen and goes nowhere.
    Doesn't get to Windows at all.
    Re-booting seems to solve the problem.
    Using wireless connection to the router.
    Everything else about the T410 is stock as delivered.
    No plug-in devices.
    Model: 2516 CTO
    Solved!
    Go to Solution.

    change the boot order in the bios to allow laptop to boot from the hdd first. Also check to make sure nothing is wrong with the usb ports, i.e. bent pin or broken usb port.
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

  • MR11- GR/IR clearing account initial screen

    On MR11 initial screen is there a way to add account assignment catagory e.g. K or A etc so we can get further details into expense items?
    Also, Is there a way to get goods receipt date on the executed report?
    Thanks
    Raj

    Hi Rajendra,
    you cannot set it on the initial (selection) screen. But on the resulting listt, if you go into the 'change layout' screen (Ctrl + F8) you can add the account assignament group to the list of orders. Then you can also sort or filer on the field contents.
    The goods receipt date is not contained. The general case is thet there might be multiple goods receipts for an item, so that it would be difficult to populate such a field in a sensible way.
    But on the selection screen you have
    <i>Last movement before key date
    This field defines a selection criterium.
    Only transactions are selected for which the date of the last goods movement is earlier than the date specified.</i>
    maybe that helps...
        best regards,
                            Udo

  • After Effects not starting at all, stops at "initializing user interface"

    I installed CS5 master collection trial version on W7 64 bit machine.
    After Effects  doesn't load at all (it stops at "initializing user interface") and it's  even impossible to kill the  process in windows (never had this problem with any app). I can shut down all  the other processes, like dynamiclinkmanager.exe  or Adobe QT32  Server.exe, but aftereffects.exe  just won't stop and I need to restart my PC.
    Also  Premier crashes after I click 'new project', or try to open something,  but the application starts and I do see the whole GUI.
    I updated Quicktime, as well as my video card  drivers. All  other apps in the master collection seem to work fine. Uninstalled the  whole thing twice (with the remove preferences option), cleaned the registry with a comodo system clean up utility,  reinstalled also twice- nothing. Tried with the firewall turned off and  quick time completly uninstalled - nothing changed.

    can you rename or delete "C:\Users\xxxxx\AppData\Roaming\Adobe\After Effects\10.0"
    can you rename or delete for max 11
    "C:\Users\xxxxx\AppData\Local\Autodesk\3dsmax\2011 - 64bit\enu"

  • Error when calling a popup window in the initial screen of an application

    Hi,
        I am calling a popup window in the Initial screen to select the variant list.
    I am getting an error reference to Null Object reference.
    Here is the Error.
    Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED_NO
    Exception              CX_SY_REF_IS_INITIAL
    Date and Time          15.06.2007 10:00:16
    Short text
    Access via 'NULL' object reference not possible.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_WDR_MESSAGE_AREA===========CP" had to be
    terminated because it has
    come across a statement that unfortunately cannot be executed.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not
    caught in
    procedure "SUPPLY_VIEW_DATA" "(METHOD)", nor was it propagated by a RAISING
    clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component.
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    How to correct the error
    Probably the only way to eliminate the error is to correct the program.
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "OBJECTS_OBJREF_NOT_ASSIGNED_NO" "CX_SY_REF_IS_INITIAL"
    "CL_WDR_MESSAGE_AREA===========CP" or "CL_WDR_MESSAGE_AREA===========CM00Q"
    "SUPPLY_VIEW_DATA"
    If you cannot solve the problem yourself and want to send an error
    notification to SAP, include the following information:
    1. The description of the current problem (short dump)
    To save the description, choose "System->List->Save->Local File
    (Unconverted)".
    2. Corresponding system log
    Display the system log by calling transaction SM21.
    Restrict the time interval to 10 minutes before and five minutes
    after the short dump. Then choose "System->List->Save->Local File
    (Unconverted)".
    3. If the problem occurs in a problem of your own or a modified SAP
    program: The source code of the program
    In the editor, choose "Utilities->More
    Utilities->Upload/Download->Download".
    4. Details about the conditions under which the error occurred or which
    actions and input led to the error.
    The exception must either be prevented, caught within proedure
    "SUPPLY_VIEW_DATA" "(METHOD)", or its possible occurrence must be declared in
    the
    RAISING clause of the procedure.
    To prevent the exception, note the following:
    Looking for Ur valuable suggestions.
    Cheers,
    Sam

    Hi Sam,
    The correct code for creating a popup window will be:
      data lo_window_manager type ref to if_wd_window_manager.
      data lo_api_component  type ref to if_wd_component.
      data lo_window         type ref to if_wd_window.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      lo_window         = lo_window_manager->create_window(
                         window_name            = 'WINDOW_NAME'
    *                    title                  =
    *                    close_in_any_case      = abap_true
                         message_display_mode   = if_wd_window=>co_msg_display_mode_selected
    *                    close_button           = abap_true
                         button_kind            = if_wd_window=>co_buttons_okcancel
                         message_type           = if_wd_window=>co_msg_type_none
                         default_button         = if_wd_window=>co_button_ok
      lo_window->open( ).
    Hope this helps.
    Regards,
    Ram

  • STOP ERROR - Blue Screen - on Lap Top - Fixed, tear1, support rocks!!!!!!

    New Iphone, and new laptop, installed itunes Noprob,
    Hooked Iphone to usb laptop found Iphone and installed and activated Noprob,All systems go, I am loving it.
    I then ejected my Iphone and hooked up my Ipod to transfer purchesed music and shows transfered Noprob, so I eject my Ipod to hook up my Iphone to put my purchesed music on it.
    THATS when it happened.
    STOP ERROR- Blue screen,cpu restarted on its own.
    I deleted itunes and I deleted camradrives, printer drivers.
    I tried allmost everything and still got the same blue screen.
    To make a long story shorter I called apple talked to the (now this is important) Iphone/Itunes department they are seperate but have a div. that works as one but you have to ask for the department that takes care of both or you will talk to both or 3 or 4 other dept.
    Tear 1 Support had me do a soft reset on my phone it did not work so I backed up my phone # and they showed me how to do a compleate reset and it worked.
    I have been Error and blue screen free for 2 days and I feel very posative about the future with my relationship between my cpu and my phone
    Thank you for your time.
    I hope I help some one I found no relief here with my problem but its a great resource for information
    GOD BLESS TEAR 1 SUPPORT YOUR TEAM ROCK'S
    Pro-Iceman
    Anacotes,Wa

    You don't need to upgrade your software.  But if you're struggling with Spry, IMO you should cut your losses and switch to something better for the longrun.
    If you have a budget to work with, I highly recommend Project Seven's Pop-Menu Magic 3.  It's easy to use in DW CS4, 5, 6 or CC.  More importantly, it's bullet proof and works in all devices. 
    Pop-Menu  Magic3 by PVII (commercial DW extension)
    http://www.projectseven.com/products/menusystems/pmm3/index.htm
    If you don't have a budget to work with, you can roll your own menus with jQuery plugins.  A bit more effort on your part, but they perform better than Spry.
    jQuery Superfish
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery MegaMenu2
    DEMO:
    http://www.geektantra.com/projects/jquery-megamenu-2/
    DOWNLOAD:
    http://code.google.com/p/jquery-megamenu/
    Nancy O.

  • VL01N-Creation of Outbound Delivery, initial screen

    Hi, can anybody teach me how to gray-out or hide the "from item/to item" fields in the VL01N initial screen.

    Hi Ridgy,
    I have tried entire process given below for vl01n to hide from & to fields and giving you the following step wise approach.
    -Go to SHD0
    -Specify Transaction code VL01n and say Create
    System takes you to the Create Delivery screen
    -Give mandatory values and press enter.
    A pop-up with field names and options to mark inactive/required etc. will come.
    -In that check the boxes against From item & to Item under invisible.
    -Give a name to the screen variant and opt "EXIT AND SAVE".
    -Come back to SHD0, specify the screen variant name in the screen variant tab
    -Goto Standard variants tab, under Variant Groups, enter Group name(Zname) and create
    -Enter User name and assign.
    -Goto Transaction variant, change ...enter screen variant and save
    -Activate Standard variant.
    Now for all the users entered in that user group. Hope this is useful. 
    Or else you can ask abapper to check any implicit enhancment is available.

  • How to make all fields mandatory in sales order T- code VA01 initial screen

    Dear all,
    how to make all fields mandatory in sales order T- code VA01 initial screen itself
    The fields are
    Sales Organization
    Distribution Channel
    Division
    Sales Office
    Sales Group
    Regards,
    Amar Reddy

    Hi,
    You can use Transaction Variant to achieve this functionality.Please go through the following link which helps you in creating the same.
    [Link|http://wiki.sdn.sap.com/wiki/display/Snippets/TransactionVariant-AStepbyStepGuidefor+Creation]
    Regards,
    Phani Prasad

  • How to make Sales Office field mandatory in VA01 initial screen?

    Hi,
    How to make Sales Office field mandatory in VA01 initial screen? I mean in the first screen where we enter the document type and the sales area?
    Regards,
    Ajit

    Dear Deepak,
    Thanks for the clarification.
    But, as far, I have understood the query - it is very simple and that is..
    Whenever one creates a Sales Order (T.Code: VA01), Parameter: Sales Office needs to be mandatory (for all Sales Order, irrespective of Customer Account).
    Until-unless, user won't enter the parameter: Sales Office, System will not lead to next page (now, here we need to enter Customer/ material etc...).
    I have answered the query, in this regards, only.
    Best Regards,
    Amit.
    Note: Pls. correct me, if I am wrong. Thanks for everyones guidance.

  • Text Determination at Sales Order Initial Screen

    Dear Gurus,
    I want to have the text from the material master at the Initial Screen of Sales Order rather than at Header/Item Level.
    Plz. let me know the procedure for the same.
    Thanks in advance.
    Hari

    Hi,
    Try as follows, in t-code VOTXN under Text ID's in Text procedure select the option "Y:Text will be displyed during copying"
    OR "Z:Text is obligatory and is displayed when transferring" for ur text procedure.
    Hope this helps..
    Reg,
    JJ

  • Initial screen of a report group?

    Hi gurus,
    There are 14 report painter in the report group. How to improve its performance?
    I am not really familir with this tool.The tutorial doc seems won't help. Could anyone explain to me how to modify the initial screen of a report group? I wanted to limit the parameters defined in the fiscal year that probably makes the program performance slow.
    Points will be given
    Badly needed your advice.
    Thanks!!!

    Thanks for replying.
    There are fiscal years defined. like 2007 to 2008. Can I have your email? I would like to show you the screen shots of the report group. This is quite difficult to understand. I haven't asked about the real flow of this report. So, I really need your advice

  • Initial screen in lower resolution after 10.4.8 update

    hi~
    is it only me?
    after having updated from 10.4.6 to 10.4.8 i noticed that the initial screen (in my Power Book G4) is displayed in a lower resolution, i can tell by the larger sized Apple Gray icon...... and the spinning thing.....
    is it only me????
    of course the screen is reset into normal resolution once the blue screen appears....

    wow it worked~! thanks a lot~!
    BTW, didnt set the clock back....
    ^^

  • How do you edit-in a "stop" into a screen recording and then insert a "button" to link to a document

    Ok, so I am working on my first Captivate project.  So far so good (mostly).  I want to interupt a screen capture recording that I now have.  Currently, it captures a pdf screen and an audio narration.  I want to have a button appear at a certain time within the recording were the user can click it and be taken to another pdf document in which the user will have to read the document and take a quiz on the content.  This action of clicking the button will stop the recorded screen narration and allow unlimited time to read the linked document and complete the quiz.  Upon completing the quiz, the user will click the continue button and be returned to the screen capture recording where they left off.  Sooooooo........How do I do this??????????
    Will I have to split the screen capture recording into two slides in order to make it stop when the button appears?
    Will I have to, or can I, insert a branching slide function at any point in my screen capture recording?
    Is it best to connect the button directly to the pdf file or to a url on my intranet?
    All help will be much appreciated!
    Thanks,
    John

    Too bad, you should know that full motion is mostly not the best choice in Captivate, because not only the filesize is much larger, but editing is a lot more difficult than with the, for CP, more natural capturing mode Automatic (or Custom) where static slides are produced whenever possible and only will be reverted to FMR when necessary.
    Between the editing possibilities for FMR you have splitting, which could help you.
    Or else, try to view the FMR by using Preview slide (F3 or the play icon on the Timeline, or space bar). Pause on the place where you want to have a pausing. The playhead in CP5.5 will remain on that frame, you can see at which second it is placed. Now insert a button, that will be placed with the start of its timeline at the position of the playhead. If this is really the place where you want to pause, you have to change the timing of that button so that the pausing point is exactly at that place. You can move the button timeline with the mouse, or perhaps better by using shortcut keys: arrow keys (left/right) will move 0,1sec in that direction, CTRL-arrow 1 sec. You can check, edit ths Pause at also in the Timing accordion of the Properties panel of the button.
    You will have to insert as action for that button Open URL or File.
    Lilybiri

  • I am loging in SAP. Initial screen come where it display User Menu and Sap

    Dear All,
    When i am loging in SAP. Initial screen come where it display User Menu and Sap Menu, but User menu is in active not showing but T code are executing then what object i have missed.
    can u help me?
    Thanks,
    Regards,
    Sachin

    Hi Sachin,
    It doesn't care if you're using SAP_ALL or any of those profile. That is not relevant. I had that case a few days ago, I'm not using any of those profiles and I made it work with help of one post.
    If you put the transactions in the tab "Menu" of the role in the PFCG, and if you activate parameters I mentioned in a prior post, then you should see the Menu.
    Tables SSM_CUST and USERS_SSM. The first is global and the other is user-especific.
    The link in one of the first post of this thread hace all the info.
    That should work, that worked in my case.
    What values the parameters have on those tables? The more the info the better.
    Updating the parameters on those tables should help. If still doesn't work then you should check another parameter using transaction RZ10 or report RSPARAM.
    If my info solves your problem, points are appreciated, if not, we will try...
    Jose

  • Cannot get ATV to go beyond initial screen

    I have an ATV 2nd generation.  I have been using ATV with no issues other than the typical poor internet connection that causes me to restart or reboot ATV.  I was having problems using ATV, so I performed the latest system update.  However, after performed the update, I am now no longer able to get ATV to go beyond the initial screen displaying the Home Sharing and General icons.  I have successfully connected to the wireless network, which is the same network I am currently using with my laptop and other wireless devices.  I have made several attempts to reboot the router, modem and ATV, but every time I am stuck at the same initial screen after connecting to the network.
    1. Is the ATV only showing this screen because because it is not recognizing the internet signal?
    2. Is there any solution or recommendation that will allow the ATV to connect to my wireless network?
    BTW.  My Roku box is connected to the same wireless network and is working just fine!!! 
    Someone please tell me what I need to do to see all options available with ATV after performing the last system update to 5.0.2!!
    Model: MC572LLA
    ATV Software: 5.0.2
    Signal Strength: 5 bars
    Thanks!

    Hi
    Welcome to Apple Discussions
    Try Safari from another user account. Here is guidance from Apple on how to set up the account. You can ignore step 7 in the article.
    Also, on the system preference>Accounts panel, click on "log-in" options. There, select "fast user switching". This allows you to go back and forth between user accounts via an icon in your Menu Bar at the top of the computer screen.
    Log-on to the new account and start Safari. If Safari operates without problem in the new account, then your problem is specific to your regular user account. Otherwise, similar response means a system-wide problem.
    Post back with results.

Maybe you are looking for

  • None of the fact sources for [column] are compatible with the detail filter

    Hi Experts, I am using obiee 11.1.1.7. Getting below error when i add a filter of non conformed dimension column. Below is the error Error Details Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P  State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSErr

  • B.w analyst job

    Hello Gurus.. i'm new to B.W recently i ve been shortlisted for an interview for B.P as a B.W Analyst..my roles areas shown below..so could anyone guide me as to wht part of b.w i should concentrate n work..and wht should i expect at workplace....thx

  • It takes over an hour for the rental movies from itunes to download. is this normal?

    it takes over an hour to download. is this normal?

  • Family Base in Alaska

    I have 3 lines that I use Verizon Family Base for.  2 lines are here in Alaska. I've only added data restriction. The 2 lines here in Alaska are able to recieve/send text and recieve calls except make outgoing calls which they get an error message th

  • Reg ODI variables

    Hi , Can anyone tell me , how to use odi variables in odi procedures and functions . Thanks Bhoopendra