How to install ram for Lenovo IdeaPad U400

Purchased a new Lenovo IdeaPad U400, want to install addtional 4GB Ram, but how to install?

hey noir_w_rl,
i'm checking with my colleagues on this and will get back to you as soon as i can.
WW Social Media
Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
Did someone help you today? Press the star on the left to thank them with a Kudo!
If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
Follow @LenovoForums on Twitter!
Have you checked out the Community Knowledgebase yet?!
How to send a private message? --> Check out this article.

Similar Messages

  • How to install extension for all users?

    How to install extensions for all users? I'am using Windows
    Vista sp1 x64 and Adobe Extension Manager 2.0.274. "Run as
    administrator" doens't work.

    Xych wrote:
    > How to install extensions for all users? I'am using
    Windows Vista sp1 x64 and Adobe Extension Manager 2.0.274. "Run as
    administrator" doens't work.
    You may have to log in as the Administrator user rather than
    "run as adminstrator".
    Beyond that, are there really enough users on a system that
    they can't install the extension(s) they need themselves?
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • How to install Workshop for WebLogic and WebLogic Portal?

    Hi All,
    I am new to Weblogic Portal. I would like to start learning Oracle Weblogic Portals..
    Can anyone please guide me, how to install Workshop for WebLogic and WebLogic Portal?
    As per the ""Tutorials – Getting Started with WebLogic Portal"" (http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/tutorials/setup_dev_env.html)
    we need to install the Workshop for WebLogic and WebLogic Portal.
    Please suggest me where should i get the required environments/IDE?
    Thanks,
    Harish.

    Hi Harish
    1. If this is your first time with Weblogic Portal, I would recommend to download the latest Weblogic Portal Software Rel 10.3.2 from this bottom link. Check Accept Radio button, for windows download windows installer. Its about 1 GB file. This software includes Eclipse IDE, Weblogic Server and Weblogic Portal.
    http://www.oracle.com/technology/software/products/wlp/index.html
    2. During the installation process, make sure at one point you select Custom mode (NOT default Typical mode). In next following screens you will see all bundles checked EXCEPT for Samples. So make sure you check Samples Check box both under Weblogic Server and Weblogic Portal. Then proceed. This will install full Weblogic Workshop (Eclipse IDE), Weblogic Server and Weblogic Portal. This is the good installation package. Also it will install samples for Portal and Server. If you select all default typical mode, it will NOT install samples. You can install samples later on also, but its good at installation time itself you select custom and check Samples also.
    3. WLP 10.3.2 uses Eclipse IDE. If you are familiar with Eclipse IDE this should be helpful. Otherwise also, its ok.
    4. For learning WLP, in Eclipse IDE, you need to create Portal EAR Project, then Portal Web Project. Inside portal web project create simple jsp hello world portlets and a simple portal.
    5. For Deploying and Testing Portal application you need to create Portal Domain using config wizard. You can see this from Start -> Programs -> Oracle Weblogic Portal shortcut -> Weblogic Server -> Tools -> Configuration Wizard.
    6. You can start Workshop IDE from Start -> Program Files -> Oracle Weblogic Portal ...-> Eclipse For Weblogic 10.3.2
    Here are the links for quick start guide for portal development. Please do refer them.
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/tutorials/index.html
    http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/quickstart/newproject.html
    HTH
    Ravi Jegga

  • How to install WebGUI for SAP 4.7 EE

    Hi
      How to install WebGui for SAP 4.7 E.E.
    Regards
    Srini

    For this you need install ITS -->
    http://help.sap.com/saphelp_47x200/helpdata/en/34/b20d38df9e9010e10000009b38f8cf/frameset.htm
    and read all topiks like
    SAP GUI for HTML Requirements
    Starting the SAP GUI for HTML
    Internet Transaction Server
    Regards.

  • How to Install GRID for EBS

    Hi
    How to install GRID for EBS applications.Any Docs please let me know
    "E-Business management pack for GRID for monitoring EBS applications"

    Please refer to:
    Note: 394448.1 - Getting Started with the Application Management Pack for Oracle E-Business Suite (Releases 2.0 and 2.0.1)
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=394448.1
    Note: 568069.1 - How to Verify Grid Control Version And Application Management Pack Version Integrated With Oracle Applications EBS?
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=568069.1

  • How to install drivers for ati radeon 3200?and how to config xorg.co ?

    how to install drivers for ati radeon 3200?and how to config xorg.conf?

    mawch wrote:how to install drivers for ati radeon 3200?and how to config xorg.conf?
    Hello
    I am using ati hd 3200 which is integrated with my motherboard. If you are using arch you can download & install through pacman. The package is named like catalyst*. You can install them by issuing as root user
    #pacman -Sy
    #pacman -S -l | grep -i catalyst
    #pacman -S catalyst catalyst-utils
    After installation reboot your machine in runlevel 1. (single mode).  Ensure "fglrx" module is loaded correctly using
    #lsmod | grep -i fglrx
    If the resultant output have "fglrx" part  the module is loaded correctly. The next step is to create a working /etc/X11/xorg.conf. Backup your current xorg.conf if needed.
    #cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bkup
    Then issue
    #aticonfig --initial --input=/etc/X11/xorg.conf
    This will create a new xorg.conf file. Now we can test our confign.
    #telinit 3
    I am using runlevel 3 to avoid graphic messup!!
    issue
    #gdm
    If you graphical login screen works correctly there is nothing to do more except adjust your monitor resoloution as you like.
    To know your ati driver is working correctly issue as root
    #fgl_glxgears
    If gears are rolling happily it seems correct. You can also know more about installed ati driver
    #fglrxinfo
    Now the installed driver version is in the output 
    If there is any problem try following
    ##### Soloutions to solve various display problems using ATI Catalyst Drivers in Linux #####
    yes video playback is choppy until i ran :-
    sudo aticonfig --overlay-type=Xv
    Try adding the following to the 'Device' section in /etc/X11/xorg.conf
    Option "TexturedVideo" "true"
    ### This is a half solution for mythtv problems. Run mythtv in window (no full screen) If You have a screen resolution of 1024x768 try the command;
    mythfrontend --geometry 800x600
    Append the "Device" Section of /etc/X11/xorg.conf file as follows;
    Section "Device"
    Identifier "Videocard0"
    Driver "fglrx"
    Option "OpenGLOverlay" "off"
    Option "VideoOverlay" "on"
    Option "TexturedVideo" "on"
    Option "TexturedVideoSync" "on"
    Option "Capabilities" "0x00000800"
    BusID "PCI:1:0:0"
    EndSection
    Add following in the .bashrc of each user or /etc/bashrc file* Most Effective In My Case!!
    export LIBGL_ALWAYS_INDIRECT=true
    ####### Arch Linux - Add the "nopat" option to the /boot/grub/menu.lst or /boot/grub/grub.conf
    ####### as in the following example
    title  Archlinux Ice Kernel
    root   (hd0,1)
    kernel /boot/vmlinuz26-ice root=/dev/sda2 ro resume=/dev/sda3 quiet splash nopat
    initrd /boot/kernel26-ice.img
    NB: REGULAR DISCLAIMER IS ALSO APPLICABLE TO THE ABOVE MATTER; USE IT AT YOUR OWN RISK !!!  ALL THE ABOVE INFORMATION IS COLLECTED FROM VARIOUS POSTINGS IN THE FORUM AND FROM MY OWN EXPERIENCE
    Wish U good luck
    mvdvarrier

  • How to install safari for mac .... after deleting it

    how to install safari for mac .... after deleting it
    so i had a mallwere saying call the x number so that we can fix ur safari and i didnt call them because its not  a USA number . so i had to delete the safari from my mac ... now i want to install it again ... and am not able to do that can someone help me out with that ? thanks...
    Karam

    You will have to reinstall OS X. In the future ignore such things. Don't click on any links or dial any phone numbers. They are all phishing scams.
    Deleting Safari was not a solution.
    Remove Browser Pop-up Problems
         AdwareMedic
         Adblock Plus 1.8.9
         remove adware that displays pop-up ads and graphics on your Mac

  • How to install license for expired SAP J2EE engine?

    Hi,
    I had used evaluation copy of the SAP J2EE engine. This copy works for few days and now the SAP J2EE engine is stopped. After its expiration, we purchased the permanent license.
    My question is: <b>how to install license for the expired SAP J2EE engine so that the engine can be started without re-installation?</b>
    Waiting for the reply.
    regards,
    Anand

    Dear Anand ,
    To install license of  the J2EE Engine :
    In the Visual Administrator -> Server 0  -> Services -> Licensing Adapter. Then choose tab page Runtime -> Installed Licenses and Install subsequent temporary license.
    check the URL for further details :
    http://help.sap.com/saphelp_nw70/helpdata/en/14/5e533e5ff4d064e10000000a114084/frameset.htm
    Hope this will help you resolve issue .
    Regards ,
    Santosh

  • How to make root for lenovo a3500

    Hey Guys
    I need to know how to make root for lenovo a3500
    I tried Kingo Android Root but it didn't do anything
    Need help guys and thanks

    I haved to try vroot, but unsucess. I haved upgrate android 4.4.2 and try used kingoroot and vroot unsucess. Who do try sucess? Help me?

  • HOW TO INSTALL IME FOR EAST ASIAN LANGUAGE? (I DON HAVE THE WINDOWS XP CD WHEN I BOUGHT IT)

    HOW TO INSTALL INPUT MEDIA EDITOR (IME) FOR EAST ASIAN LANGUAGE? (I DON HAVE THE WINDOWS XP CD WHEN I BOUGHT IT)
    Message Edited by kw5129 on 05-20-2009 04:34 AM
    Solved!
    Go to Solution.

    On the Ideapad netbooks with Windows XP preloaded, the installation files are on the hard drive.
    IME is built into Windows XP and can be enabled following these instructions
    Hans
    Message Edited by hpholm on 21-05-2009 12:03 AM

  • How to install TopLink_CMP_2_0 for Weblogic 10.3.4 (11g Release 1)

    Hi
    I am trying to migrate EJB2.x code from JBoss to Weblogic 10.3.4.
    The entity bean description in my weblogic-ejb.jar looks like below.
    <weblogic-enterprise-bean>
    <ejb-name>UserProfile</ejb-name>
    <entity-descriptor>
    <persistence>
    <persistence-use>
    <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
    <type-version>7.0</type-version>
    <type-storage>META-INF/weblogic-cmp-rdbms-jar.xml</type-storage>
    </persistence-use>
    </persistence>
    </entity-descriptor>
    <local-jndi-name>ejb/LocalUserProfile</local-jndi-name>
    </weblogic-enterprise-bean>
    I get error Error while reading 'META-INF/weblogic-cmp-rdbms-jar.xml' when deploying to server as I posted in another thread at Error in deploying entity beans - migration from JBoss to Weblogic 10.3.4
    The information on the page http://download.oracle.com/docs/cd/B25221_05/web.1013/b13593/depcr008.htm tells that the supported persistent type for EJB2.0 is TopLink_CMP_2_0.
    When I modify above entity description accordingly, the deployment throws exception that "*TopLink_CMP_2_0*" is not installed.
    Can someone suggest me how to install the persistent type? Also please let me know if my approach to migration is correct.

    See if these help:
    http://java2go.blogspot.com/2008/01/jaxb-10-vs-20-in-jdeveloper-10g.html
    http://biemond.blogspot.com/2008/02/jaxb-20-in-jdeveloper-10g-and-11g.html

  • Which LCD cable for Lenovo IdeaPad S12 (Series: 2959)

    Hi!
    I have a Lenovo IdeaPad S12 for three years now... and I am generally really happy with it 
    Since a few weeks, however, my display is not working properly anymore. Depending on the angle, certain colors change their appearance (white colours flicker blue-ish and dark colors show red-ish flickers). I have already stopped by a Laptop repair shop and the guy said that I need a new LCD cable and the hardware should be ok.
    Does anybody know which exact cable I need? I have found three different cables on offer:
    50.4CI11.001
    50.4CI11.002
    50.4CI12.001
    Is it possible to say only with my series number (2959) which of the three I need?

    Dear customer
    Welcome in lenovo forums
    For such inquiries , please contact the below support to get this information 
    Thanks
    Alaa
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Process Flow: how to install OWF for OWB?

    Hi all,
    I installed OWB 10.2 and I don't know how to install OWF, or better:
    - I installed OWF 2.6.4 server from OWF CD
    - I crated the OWF location
    - I registered the OWF location
    - I created a Process Flow but when I deploy it, it appears this error message:
    ORA-01924: role 'OWB_O_OWBRT_OWNER' not granted or does not exist
    ORA-06512: at "SYS.DBMS_SESSION", line 132
    ORA-06512: at line 1
    How can I mange it?
    Is not possible to install OWF from OWB Reposiroty Assistant?
    Or what kind of grants does it need?
    Regards
    Steve

    Steve,
    You have to make the workflow manager schema as an OWB user.For that goto global explorer -->user-->right click on it select your workflow manager schema and click finish ...that should do the trick
    Cheers,
    Raj

  • Need help with installing Ubuntu on Lenovo Ideapad Z500.

    I just bought a new Lenovo Ideapad Z500 yesterday. It came with Windows 8 pre-installed. Now, I also want to install Ubuntu over it. The disk is partitioned as follows:
    Disk C: - 880 GB (approx)
    Disk D: - 30 GB (approx) (I don't remember exact partition, as my laptop is currently at my home).
    Then I thought, I would better re-partition the C drive into 1 or 2 small drives. So, I shrinked the C drive by going into "Disk Management", and then created 3 more partitions - 240 GB * 2, 300 GB * 1, and left the C drive with 100 GB space. I didn't modified the D drive.
    Till then I didn't went through any infomation over internet. But, now when I went through this forum, I found out that my OKR won't work now, that I still have to confirm when I go home. So, now I'm worried. I scanned through so many post here, and no where found a way to install Ubuntu on Ideapad Z500.
    I also read that it will be possible to run OKR, if I can re-store the partition to it's original. I think this can be done, since I just have to remove the volume I created, and allocate the memory back to C drive. And it will be back to original state, as I didn't modify D drive (correct me if am wrong, or if it can't happen).
    So, the major question that I want to ask is, is there no way to partition my disk, and install Ubuntu in one of them. 

    hi rohitjain-rj,
    Welcome to the Lenovo Forums.
    On a Z400 Touch running on Windows 8 preload, shrinking the the C-Drive under Disk Management and creating multiple partitions on the unallocated space and then reverting the partition back to original made the One Key Recovery work as normal - haven't tested this yet on the Z500 as there's no available unit but chances are, it may also work.
    In installing Ubuntu, have you tried to install Ubuntu via Wubi ?
    If Ubuntu doesn't start, boot into the BIOS (press the OKR button > select BIOS Setup Utility) and set the following:
    Boot Tab
    Boot Mode - Legacy Support
    Boot Priority - Legacy First
    Exit Tab
    OS Optimized Defaults - Other OS
    Regards.
    neokenchi
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • How to install sources for infobject from business content

    Hi,
    I have 16 infobjects for which we need to move to prod and there are no connections to it but the infobjects are active and some are i modified state, like no datasources, infosources, transfer rules etc., Can you please tell me the approach to install all the necessary for them. I mean how to find and how to install, please help if any documentation is available.
    Thanks

    Hi daniel,
    Inorder to  install the business object, you will be require to follow the following steps :
    i)Go to RSA1 (Admistrator Workbench) for installing the Business Content. Navigate to object you want to install. Now you want to install the info object then select Info Object.
    ii)Select your Info Object say 0MATL_GROUP (material Group).Click on Transfer selections.
    iii)Now when the info object is selected. It will always be in default selection (Only Necessary object), Now if you want to install the various other things like data source, transformation rule etc as you specify in query
    iv) For that go to grouping select IN DATAFLOW BEFORE AND AFTERWARDS. One more thing If you want to specify the Source system then u can do it by clicking on that Yellow Box (symbol specify the source system) adjacent to BEx (Truck Symbol). This mainly used for the things like transformation, update rule etc  as you want.
    v)Now you want to see if there can be some predictive error then go Install  --> Simulate Installation.
    vi)Now important point to note is MATCH(X) or COPY. Now suppose you already have the Material Group install in your system in Active version. Now here if you didnu2019t select the MATCH check box then your   A-version Material Group will be overwritten by the D-version Material group provided by SAP.
    vii)For ur more understanding lets take the example say  you have  added two customer specific attribute to Material Group now twist is SAP has also just release the enhance material Group with two additional attribute. Now  you are very curious of getting this two attribute in your already active Material Group. For this you will be required to install the material Group from Business content. If you forget to check the Match option then your customer specific attribute will be lost. So to retain them we have to check the MATCH(X) 
    Hope it will help. 
    Thanks,
    Deepak Machal

Maybe you are looking for

  • Syntax error

    Hi abappers I am using the following code in my program. i  m getting a syntax error that i do not understand? can any body help me out with this. Regards Narendiran Rathinavelu *& Report  ZTEST_RECUPLOAD REPORT  ZTEST_RECUPLOAD. *include bdcrecx1. *

  • Bridge will no longer batch process an old watermarking action that i made it says "place" unavailable in Bridge with cs5, does anyone know why?

    I am using cs5 and in Bridge my action that I have used for 2 years all of the sudden says it is unavailable when I try to use the batch process function in Bridge.  I have run updates, reset bridge and photoshop and shut the computer down.  Please h

  • Forms 9i - Compilation on Linux - property class,VA from base form

    Hi all, We have got around 400 forms converted from forms 6i to forms 9i. We have subclassed property classes and visual attributes to most of the forms from the base form (say std.fmb). Now , we need them to be compiled on Unix / Linux for the first

  • Date Format -"2010-08-29 10:00:01+03:00"

    Hi All, Would like to know what the data format for following date: "2010-08-29 10:00:01+03:00" I did try the below, but it does not work. 'YYYY-MM-DD HH24:MI:SS+TZH:MI' Appreciate your response. Thanks, Alex.

  • RV042G port/bandwidth configuration

    Hi, I'm in the process of setting up my new router to help me managing internet connections for various devices, but I'm not sure I fully understand what to configure where. What I want is essentially this: all machines in the household (>10) should