**CAN ANYONE PLS HELP** RECOVERY (X131e)

Hi everyone, i am a newby on this forum & hope that someone may be able to help me out. I purchased a 3 week old Thinkpad Lenovo X131e on ebay, excellent condition. The prolem i have is that it comes with Windows7 Home Premium 64bit as standard, but the previous owner had loaded windows 8 and lost all partitions including recovery, i now only have one partition. Ive reinstalled 64bit win7 home premium via usb, but would like the original image and structure partition (factory image) back on. Is there a simple way to do this, can someone please pijnt me in the right direction, otherwise if this is not possible could someone please help out with how i can get it back to standard is there a specific driver order installation procedure, and where can i get all the necessary lenovo applications from and which ones? I hope that there is someone in this community that can give me the best and less complicated option, any recommendations, feedback or guidance would be absolutely appreciated. Thank you in advance
Spoiler (Highlight to read)
Solved!
Go to Solution.

Your best course of action is to call Service and discuss obtaining the Recovery set.
Country or Region
Product
Language
Telephone number
Hours of operation
Australia
THINK-branded products
English
1800 041 267
24 hours/day
7 days/week
With your model and serial numbers, they should be able to determine exactly which set you need.
Regards.
English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
PM requests for individual support are not answered. If a post solves your issue, please mark it so.
X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
I am not a Lenovo employee.

Similar Messages

  • I can't get the scanner samsung SCK-4521F in spite of installing driver, can anyone pls help?

    i can't get the scanner samsung SCK-4521F in spite of installing driver, can anyone pls help?

    also see
    https://igppwiki.ucsd.edu/groups/publichelpwiki/wiki/a96db/Scanning_Within_Mac_O SX.html
    seems an awful long time for samsung not to have prodeced scanner software .

  • HT4623 I update my iPad mini retina with iOS 7.1 resulting in not being to down load NOR OPEN  PPT, WORD files using iWork, page, can anyone pls help?

    I update my iPad mini retina with iOS 7.1 resulting in not being to down load NOR OPEN  PPT, WORD files using iWork, page, can anyone pls help?

    You want to just use Dropbox until the dust settles.  To use it from iWork for iOS (assuming you have the Dropbox app installed on your device), open the document in Keynote (for example), tap the share icon (box with upward pointing arrow), choose Open in Another App, choose Keynote as your format, then choose Open in Dropbox and you will get an option to save it to your Dropbox account.  To open it from Dropbox in iWork for iOS, open the document in the Dropbox app, tap the share icon, tap Open in Keynote (for example).  It's a bit clunky, but works. 

  • I purchased an iPod touch few months back. And i am very upset with the volume output it produces. iPod being an music player, has poor volume quality then my iPhone 3gs. Can anyone pls help. How do i rectify it?

    i purchased an iPod touch few months back. And i am very upset with the volume output it produces. iPod being an music player, has poor volume quality then my iPhone 3gs. Can anyone pls help. How do i rectify it?

    Problem with both the speaker and earphones?
    Have you tried another pair of headphones?
    Yu can try the standard fixes to rule out a software problem:
    - Reset. nothing is lost.
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPod.

  • Can anyone pls. help me : facing problem while fetching the data from BAPI

    Hi all,
        we have installed xMII in a new server. In this new server I am trying to fetch data from a BAPI & write it into a file thru a transaction, but i cant see the data in the tracer, & neither is the file created. But with the same configuration & connection am able to get the data in the old server. Can anyone pls. tell me wat could be the problem?? or is there anything else that we might have forgotten while installing xMII in the new server.
    ur help would be greatly appreciated.
    Thanks,
    Sushma.

    Hi Ravi,
           no am not able to see the table structure also. This is what it is showing in the tracer :
       [INFO ]: Execution Started At: 17:24:17
    [DEBUG]: 00000.03100 Begin Transaction 'TMP99A51958-5BAE-CDE0-0DB5-A3A8C72BC297'
    [DEBUG]: 00000.03100 Begin Sequence Sequence : ()
    [DEBUG]: 00000.03100 Begin Action SAPJCOInterface_0 : (SAP JCO Interface)
    [DEBUG]: 00006.43700 Connection Took 6406 mS
    [DEBUG]: 00009.82800 Function Creation Took 3391 mS
    [DEBUG]: 00010.25000 Execution Took 422 mS
    [DEBUG]: 00010.25000 End Action SAPJCOInterface_0 : (SAP JCO Interface)
    [DEBUG]: 00010.25000 Begin Sequence Sequence_0 : ()
    [DEBUG]: 00010.25000 Begin Action Repeater_0 : (Repeater)
    [DEBUG]: 00010.26600 End Action Repeater_0 : (Repeater)
    [DEBUG]: 00010.26600 End Sequence Sequence_0 : ()
    [DEBUG]: 00010.26600 End Sequence Sequence : ()
    [DEBUG]: 00010.26600 End Transaction 'TMP99A51958-5BAE-CDE0-0DB5-A3A8C72BC297'
    [INFO ]: Execution Completed At: 17:24:28 Elapsed Time was 10235 mS
    I doubt the repeater is not working, becoz i checked the JCO connection & thats fine..
    Thanks,
    Sushma.

  • Cannot find the servlet--can anyone pls help

    Hi,
    I am trying to run an example servlet the code is as follows:
    Example.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
    <HEAD>
    <Title>Example</Title>
    </HEAD>
    <BODY>
    <form action="\example\classes.ShowParameters" method="post">
    Name: <input type="textbox" size="10">
    Number:<input type="textbox" size="10">
    <input type="submit" value="submit">
    </form>
    </BODY>
    </HTML>
    ShowParameters.java
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.util.*;
    public class ShowParameters extends HttpServlet {
    public void doGet(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    response.setContentType("text/html");
    PrintWriter out = response.getWriter();
    out.println( "<BODY BGCOLOR=\"#FDF5E6\">\n" +
    "<H1 ALIGN=CENTER>" + "</H1>\n" +
    "<TABLE BORDER=1 ALIGN=CENTER>\n" +
    "<TR BGCOLOR=\"#FFAD00\">\n" +
    "<TH>Parameter Name<TH>Parameter Value(s)");
    Enumeration paramNames = request.getParameterNames();
    while(paramNames.hasMoreElements()) {
    String paramName = (String)paramNames.nextElement();
    out.println("<TR><TD>" + paramName + "\n<TD>");
    String[] paramValues = request.getParameterValues(paramName);
    if (paramValues.length == 1) {
    String paramValue = paramValues[0];
    if (paramValue.length() == 0)
    out.print("<I>No Value</I>");
    else
    out.print(paramValue);
    } else {
    out.println("<UL>");
    for(int i=0; i<paramValues.length; i++) {
    out.println("><LI>" + paramValues);
    out.println("</UL>");
    out.println("</TABLE>\n</BODY></HTML>");
    public void doPost(HttpServletRequest request,
    HttpServletResponse response)
    throws ServletException, IOException {
    doGet(request, response);
    example.xml
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
    "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <display-name>Welcome </display-name>
    <description>
    Welcome to Pc Tune Up
    </description>
    <servlet>
    <servlet-name>example.ShowParameters</servlet-name>
    <servlet-class>example.ShowParameters</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>example.ShowParameters</servlet-name>
    <url-pattern>/Example.html</url-pattern>
    </servlet-mapping>
    </web-app>
    and the servlet is sucessfully compiled..
    and i put the classes in the ROOT directory..
    The structure is as follows:
    C:\Program Files\Apache Software Foundation\Tomcat 5.0\webapps\ROOT\WEB-INF\classes\example\ShowParameters.class
    and also the java files in the same folder
    and i created the jar file and placed it in the lib folder of ROOT.
    but when i am trying to run the html file and submit the form it says HTTP:404 FILE NOT FOUND ERROR..
    Can anyone please help me where i am going wrong....
    Thanks & Regards
    Lavanya

    [<form action="\example\classes.ShowParameters" method="post">[
    this is wrong
    change it to
    <form action="/Example.html" method="post">
    beacause you have specified
    <url-pattern>/Example.html</url-pattern>
    this is how you map a request to a servlet
    its better if you chage it like this
    <form action="/Example." method="post">
    In web.xml
    <url-pattern>/Example</url-pattern>

  • HT5934 I keep getting an error message when trying to instal is7 in my iPad 2 .  Can anyone pls help . I lost wifi for a white during the installation ...

    Hello
    Can anyone assist me with installing ios7 on my ipad2 please ?

    laleh08 wrote:
    Hello
    Error message is "unable to install update " "an error occurred during installing IOS7 "'
    Can you assst ?
    Ooof...  I hate those super-generic messages.  If I were in your shoes, I'd start all over again with a new download.  My WAG is that your first download was corrupted.

  • I am creating an apple account on my phone but it says i need to pay, can anyone pls help

    I am creating an apple account on my phone but it says i need to pay before i can get an account. i really need help on this

    if you mean it is asking for credit card information when setting up an apple id and you do not have one or do not want to provide it, read this: http://support.apple.com/kb/HT2534

  • Unable to Intialize HDV deck - can anyone pls help me with this FCE Issue?

    I have recently moved from a MacBook Pro (circa 2 yrs old) to a new MacBook Pro with the NEW firewire 800 port. I have bought a new firewire cable and my camera does not want to be capture from my Sony A1E.
    I have a MacBook Pro 2.8ghz running on OS X 10.6.2 and have all the updates installed for FCE.
    Every time i try to capture the message comes up "Unable to Intialize HDV deck. Please make sure a deck is connected and try again".
    The System is set up to receive the correct frame rate footage and type of footage (which is: HDV-Apple Intermediate Codec 1080i50. Formats: All formats). I am running on PAL, so 25fps.
    Is there any advice / direction that you could give me at all as I am struggling!
    Any help support would be appreciated!
    Thanks, Martin

    Hi,
    Would you confirm that you are using a 9-pin to 4-pin FW cable to connect to your camcorder and that your camcorder is the only FW device connected to your Mac.
    When you start up FCE with the camera connected to your Mac and already powered on in VTR mode, does FCE 'see' the camera, or do you get a warning message that FCE is "Unable to locate the following external devices ..." ?

  • Hi, I am from Maldives can anyone pls help me this sms problem.. I restored many times but sms not delivered.. pls help me????

    about one month this problem but I can't solve...

    Are you using a supported carrier? SMS is a carrier feature. Talk to them about it.

  • HT201263 When my ipod touch is in recovery mode, when i try to restore it, the itunes page says the website has timed out so it won't recover. Can anyone please help me?

    When my ipod touch is in recovery mode (when I try to re-store it) the itunes page sayes the website has been timed out and so it won't re-store. There is a limited time, whilst restoring the ipod, it lasts for approx 5 mins, then asks to start again all over again. Can anyone please help me?

    This device is not eligible for the requested build (Also sometimes displayed as an "error 3194")
    Update to the latest version of iTunes. Mac OS X 10.5.8 (Leopard) users may need to download iTunes 10.6.3.
    Third-party security software or router security settings can also cause this issue. To resolve this, followTroubleshooting security software issues.
    Downgrading to a previous version of iOS is not supported. If you have installed software to performunauthorized modifications to your iOS device, that software may have redirected connections to the update server (gs.apple.com) within the Hosts file. Uninstall the unauthorized modification software from the computer.
    Edit out the "gs.apple.com" redirect from your hosts file, and then restart the computer for the host file changes to take affect. For steps to edit the Hosts file and allow iTunes to communicate with the update server, see iTunes: Troubleshooting iTunes Store on your computer, iPhone, iPad, or iPod—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > The hosts file may also be blocking the iTunes Store. If you do not uninstall the unauthorized modification software prior to editing the hosts file, that software may automatically modify the hosts file again on restart.
    Avoid using an older or modified .ipsw file. Try moving the current .ipsw file (see Advanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations), or try restoring in a new user to ensure that iTunes downloads a new .ipsw.

  • Hi can anyone please help me! My I phone is in recovery mode i lost it and it was returned to me fully working. I ran an update and it shut down. I have loads of pics and vids of my little girls including my youngest counting to ten for the first time.

    Hi can anyone please help. My I Phone is in recovery mode. I have loads of pics and vids including my little girl counting to ten for the first time.
    Can I recover these files or have I lost them? I lost the phone last week and it was returned working but with an update to install I did this and it shut down.
    If anyone can please help I would be eternally in your debt I have loads of sentimental pctures in here but cant get to them.

    Sorry, but if it's in recovery mode, anything on the phone is already gone. If you had PhotoStream turned on, hopefully the photos will still be out there.
    You have no choice at this point but to restore from your last backup.

  • My iphone 4 regularly gets stuck on the apple logo screen and stays there until it runs out of battery, and even during charging. what can i do? I have restored it, still it gets stuck on apple logo, anyone pls help.

    my iphone 4 regularly gets stuck on the apple logo screen and stays there until it runs out of battery, and even during charging. what can i do? I have restored it, still it gets stuck on apple logo, anyone pls help.

    Jai141 wrote:
    ... and im not sure as i brought the phone of someone else..  i will have to ask them
    Good Luck.
    Jai141 wrote:
    Thanks
    You're Welcome.

  • Hello, I wonder is there any additional charges applied after I removed my credit card info? I was being charged but i can't login to itunes couldn't check what items was being charged in this case. Anyone pls help, thanks.

    Hello, I wonder is there any additional charges applied after I removed my credit card info? I was being charged but i can't login to itunes couldn't check what items was being charged in this case. Anyone pls help, thanks.

    When the regular customer service reps fail, try one of these:Send an email to the team at "[email protected]". Include:
        Account number
        Full name
        Service address
        Best contact phone number and best time to call
        A description of the problem
    One of their problem resolution specialists should contact you to follow up, usually by phone. They seem to be quite a bit sharper than the regular customer service reps.-OR-Use the feedback form at http://customer.xfinity.com/help-and-support/vp-contact-form.You might also try Twitter (https://twitter.com/ComcastCares/) and Facebook (https://www.facebook.com/Xfinity).
    Comcast sometimes responds to questions here in the forums, and sometimes they do not. When they do the typical response time is somewhere between a few hours and a few days.

  • Anyone, pls help - my ipad is not opening, only apple logo is flashing on and off... :( pls help

    anyone, pls help - my ipad is not opening, only apple logo is flashing on and off... pls help

    Have you tried rebooting your iPad?
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    If that does not work, you can try restoring your iPad iOS Software.
    iTunes: Restoring iOS software - Support - Apple
    Make sure that you read the article all the way through and pay attention to the last part that talks about using recovery mode.

Maybe you are looking for