New Lenovo E540 stuck on Boot Menu?

My new Lenovo arrived today and I can't even start it. 
I press the power button and it goes straight to Boot Menu and App Menu. 
I don't want to mess around with the settings because I don't know much about computers. 
How do I get to Windows?
Please help!!

Hi Ktkt2289,
Welcome to Lenovo Community!
As per the query we understood that you are facing the issue with not Booting to Windows on your ThinkPad E540.
Please check if the system is shipped with pre-loaded Windows OS.
Keep tapping F2 key after switching ON the system this will take you to BIOS option and there go to Boot option and check if you are able to see HDD there.
Check and confirm if there is any Windows COA sticker at the bottom of the laptop.
Please provide the system MTM (Machine Type Model) number which will be at the back of the system written on the white sticker.
Hope to hear back soon!
Best regards,
Hemanth Kumar
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!

Similar Messages

  • Lenovo B590 stuck on Boot Menu

    Hi,
    I am having an issue with a Lenovo B590 which is stuck on the boot menu:-
    I have checked the HDD with a couple of utilities and it looks fine. Has any one come across this?
    Thanks 
    Mark

    Hi Spen, 
      my first question would be, 
    Are you running the latest BIOS version ?
    Lets make 2015 the year of the #DO
    Did I or someone help you today? Press the star on the left to thank them with a Kudo!

  • Stuck at boot menu - Lenovo W530 Watch

    I have a Lenovo W530 (i7 3720QM, 16GB, NVIDIA Quadro K2000M + Intel HD4000 – auto switching with Optimus, running Win8). I left it on overnight and when I opened it in the morning the display was flickering and going crazy. Turned it off and restarted and it said it was updating but it hung so I rebooted again and got a black screen with a blinking white dash at top left. Subsequent restarts just leave me at the boot menu where it recognises drives/usb but wont read from them.
    I can access bios and I've tried booting from recovery usb, booting from Win8 DVD, booting from DVD with a different HDD and Win 7/8 in the DVD bay, disabling Optimus and flicking through the other graphics options, removing RAM etc. No luck.
    Any ideas on what else I can try?
    Solved!
    Go to Solution.

    Just to update - got it sorted. According to Lenovo technicians it was a failed SSD. They replaced it under warranty and so far it all seems ok. Hats off to them for very fast turnaround and service,

  • Lenovo A850+ Stuck on BOOT

    Hello,
    I accidently removed something of the Lenovo's Launcher and then the phone UI was removed, Nothing worked. I did a restart (getting battery out and then in). but then the phone started and stuck on the Lenovo's logo. I tried getting into the boot menu but it's in Chinese :x. Please guys help me

    Hi
    To enter recovery mode you have to simultaneously press and hold POWER BUTTON,VOLUME+ and VOLUME - (YES,BOTH VOLUME BUTTONS).
    From there you can factory reset the phone.
    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 ''ACCEPT AS SOLUTION"! 
    Unsolicited PM's will not be answered! ....Please post your question/s in the appropriate forum board.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • TPT2 will not load Windows 8, stuck on boot menu

    Hello all,
    It's my first post on this forum, and I'm having issues with a Thinkpad Tablet 2.  I can power on the device but then it goes to the boot menu, which is empty.  From here I don't know what else to do, as I cannot find any way to access Windows 8.  I took it to a shop here in Toronto and they said that the boot menu being empty means that it isn't detecting any of the hardware that is connected to it and that it is most likely a hardware issue.  They told me to go to Lenovo for assistance, but I wanted to check here first to see if you folks have got any advice for me.  I've attached photographs of the empty boot menu anfd main screen of the Thinkpad setup, not sure if there is any relevant information in there.  What should be my next step?  Thanks in advance.

    Hi there !!! I have exactly the same problem with my Thinkpad Tablet 2 (64MB). The only difference is that in my BIOS option UEFI safe boot is OFF. I tried to use recovery tool, Lenovo Diagnostic tool and even WindowsPE, but tablet simply cannot see any USB or any other devices. in startup/boot section is ONLY ONE POSITION: ! 1. Windows Boot Manager and I cannot boot from USB... I will be very grateful for any kind of suggestion (well, perhaps except suggestion to throw it out through a window). With kind regards Marco Polo

  • (problem, emergency) Lenovo S650 Stuck at boot animation/image after system reset.

    Hello as the title says I made a full system erase/reset from the recovery mode (power + volume up + volume down) and now the phone stuck at the boot animation/image. Please somebody help me I am in hurry and this is an emergency! model: Lenovo S650firware: 4.2.2 stock Thank you!

    pls help me   https://forums.lenovo.com/t5/S-and-Vibe-X-Series-Smartphones/hello-im-have-proplem-in-my-lenovo-s650-pls-fix-it/m-p/2133943

  • New to Flash, stuck in a menu/pre-loader tutorial that uses Flash 8 code :-/

    I'm slowly working my way into Flash, with my only previous computer language experience being with html. I found and spent the better part of today working through the following tutorial:
    http://flashexplained.com/menus-interfaces/how-to-make-a-complete-flash-website-navigation -system-with-a-built-in-preloader-for-external-content/
    Unfortunately, when I got to the section where one actually pastes in the Actionscript (step 86), I got a laundry list of errors. Some of them were based on classes that had been changed/removed/renamed for CS4, others for more nebulous (to me) reasons.
    I lack the experience to adjust the code to get my tutorial file to work, and at this point I am extremely frustrated that the hours I spent carefully working through this have largely been wasted because CS4 lacks legacy Flash support? Or at least I'm too stupid to find it.
    Here's the actual code, if anyone out there is willing to & capable of "modernizing" it...
    menu_mc.stop();
    var section:String = new String();
    var menu:MovieClip = menu_mc;
    var startSection:MovieClip = content_mc.homecontent_mc;
    var externalSections:MovieClip = content_mc.placeholder_mc;
    var percentageDisplay:MovieClip = menu_mc.loadinfo_mc;
    percentageDisplay._visible = false;
    var loader:MovieClipLoader = new MovieClipLoader();
    loader.addListener(this);
    function onLoadInit(externalSections:MovieClip) {
    menu.stop();
    percentageDisplay._visible = false;
    function onLoadProgress(externalSections:MovieClip, loaded:Number, total:Number) {
    if (section != "home") {
    externalSections._visible = true;
    startSection._visible = false;
    percentageDisplay._visible = true;
    menu.play();
    var percent:Number = Math.floor(loaded/total*100);
    percentageDisplay.infodisplay_txt.text = "LOADING: "+percent+"%";
    menu.home_btn.onPress = function() {
    menu.stop();
    percentageDisplay._visible = false;
    section = "home";
    startSection._visible = true;
    externalSections._visible = false;
    menu.services_btn.onPress = function() {
    section = "services.swf";
    loader.loadClip(section, externalSections);
    menu.products_btn.onPress = function() {
    section = "products.swf";
    loader.loadClip(section, externalSections);
    menu.quality_btn.onPress = function() {
    section = "quality.swf";
    loader.loadClip(section, externalSections);
    menu.aboutus_btn.onPress = function() {
    section = "aboutus.swf";
    loader.loadClip(section, externalSections);
    Thank you to any and everyone.

    This is the wrong forum for the code you are working with, you should be posting in the AS2 forum.  Flash CS4 is capable of working with all previous versions of Flash files.  What you need to do is to change your Publish Settings so that you are utilizing the AS2 compiler, and not the AS3 compiler, which is the likely reason for the layndry list.  To change the settings...
    Select File -> Publish Settings -> Flash (tab) -> Actionscript 2 (drop list)

  • New E540 won't boot from optical drive

    Hello!
    I just bought a Lenovo ThinkPad Edge E540 and I have no interest in Windows 8 nor the HDD the laptop came with. I replaced the original HDD with a Samsung 250 gb SSD and now I want to install it with a fresh Windows 7 which I already had laying around.
    My issue is that I can't get the DVD-reader to boot into the disc. I get to a Boot Menu where I can choose between a few alternatives, one being the CD0. When I select it and hit Enter the screen goes black for a few seconds and then returns me back to the Boot Menu. I have tried this with 2 different Windows 7 discs, which I have also tested in my desktop pc to ensure they work correctly. The same thing also happens when I choose "Windows Boot Manager" or the empty new SSD.
    I tried setting the optical drive to the first boot order in the BIOS but with no result.
    What am I doing wrong? halp.

    Is the Leopard disk you're trying to boot from a full retail install disk or a gray install disk? If it's a gray install disk from another Mac that would cause the problems that you're describing. It has to be for the exact same model as yours to have the correct drivers on it. A full retail install disk has the drivers for every Mac on it.

  • Lenovo G580 boot menu is not working when pressing F2 and F12 key

    QuestionI bought a new Lenovo G580 series laptop. After installation of Windows 7 Ultimate x64 bit edition, a problem revealed when Lenovo driver get installed.
    When I installed Intel HD 3000 graphics driver and restarted laptop, the Window was unable to start normally. It displayed an error, so a recovery program started which was recommended. But this program failed to resolve the problem. Later, I tried again to load Windows normally but the blue screen fatal error showed up.
    I attempted to reinstall Windows again, but after restarting window, the boot menu was not showing up after pressing F12 key. F2 key was also not working either.
    I spoke to a Lenovo techincal assistance expert and they suggested me to remove battery and charger and press start key for 30 seconds. 
    My problem still remains the same, and I am unable to access boot menu. 
    The bios version is  62cn34ww. ls there a way I can get this running again?
    AnswerPlease take note that the suggestion below is just a troubleshooting guide. If the steps could not fix the issue, you need to send you machine in for service for further assistance.
    Try removing the hard disk , then press F2 button to enter BIOS
    If you are successful in entering the bios, pleaes load set up defaults
    Save setting by pressing F10 and shut the machine down
    Connect the hard drive back and check if can enter BIOS via F2 and F12 to see boot menu

    "OK, I will retain my sanity.... changed & of course forgot windows 7 password on my Lenovo H430 desktop. (about a month ago) came accross my windows disc & was going to see if I could boot from it (wouldn't from the pasword unlocker i downloaded) Anyhow, i evidently have a password to enter bois setup which i attempted to "guess"  baaad idea.  i am now looking at Fatal Error.....System halted on my Lenovo H430 desktop.   how do i proceed without doing any damage???    HELP...  

  • BRAND NEW LENOVO K300 5316 1BU (WON'T BOOT FROM DVD SUPERJULTI DRIVE/CD-W​RITER

    Would appreciate info from the Lenovo Community as to what might be the problem and a fix.
    I just received my new Lenovo K300 5316 1BU. As one of the first tasks I made a Lenovo Repair Disc.
    To test my disc I rebooted my computer with disc in drive. During reboot I pressed F12 to get to the proper menu.
    I chose the cd/dvd drive as the first boot option. It showed that the drive was recognized stating Boot Priority but then went directly into my Windows 7 deskop.
    I called Tech Support and tried everything with them with the same results.
    They instructed me to do a complete System Restore to see if that corrects the problem.
    I have not done this yet since I will do a backup of my present setup, not to loose all my hard work and time setting up all my programs and settings.
    Before I do a complete system restore I would appreciate any comments or suggestions from the community regarding this situation.
    Do you also believe that doing a full system restore will help or should I send this computer back? 
    I do find it hard to believe that a computer less than a week old would have this problem with the DVD Supermulti Drive /CD writer.
    If I still have no success after a full restore or a resolve from the Lenovo IdeaCentre Community then I will return this computer back to TigerDirect.
    To conclude I would like to mention the following regarding this brand new Lenovo K300 5316 1BU top of the line desktop computer.
    One of the reasons I purchased this particular desktop was because of the Lenovo Windows 7 ENHANCED operating system that Lenovo has been advertising so much.
    To my surprise and disappointment, this BRAND NEW Lenovo Windows 7 Home Premium 64bit does not have the Enhance version, it is Windows 7 Home Premium 64bit only.
    Apparently, Lenovo is making some with Enhanced and some without.
    Finally, another reason I purchased the 1BU version is because it has a TV Tuner.
    To my surprise again, the TV Tuner card in this model does not have an FM Tuner, which almost all TV Tuner Cards have. So, as a result, no FM Radio with Windows 7 Media Center.
    Thank you for taking the time to read this long post, but thought it was important to share with the community.
    Comments and Help will be most appreciated.
    MateusMan
    Moderator note; e-mail address removed to stop the spambots getting it

    What brand DVD drive did you install? Some third-party drives won't boot by holding down the C key at startup, because they lack the Apple/OEM drive's ROM programming. I recently installed a Memorex (manufactured by LG) DVD burner in a B&W G3, which is recognized by Toast and (with PatchBurn) the iApps. The compatibility problem occurs when selecting a CD/DVD as the startup disk using the Startup Disk Preferences/control panel or by holding down the C key during the restart. In either case, the drive ejects the disk during the POST, so that I have to immediately close the tray and hold down the C key again, to persuade it to boot from the disk. Is this similar to what you're experiencing?

  • Lenovo Ideapad S410p Touch automatica​lly switches to Boot Menu after being idle

    Hi Everyone,
    I would just like to share this little issue I have with this new laptop I bought - I got this Lenovo Ideapad S410p touch from the Lenovo branch in SM Cubao, Philippines. This issue seems to repeat when I let my laptop stay idle, it would automatically go to the boot menu. After choosing the option to boot from disk drive, or pressing ESC it just goes back to boot menu and not boot the OS. Then I would need to long press and hold the power button so I could turn it off then turn it back on. Have you guys ever had this issue? I keep getting this one and have been searching the internet/forums without fruition.
    Hope devs from Lenovo take a look at this one. Laptop is about a month old and is already acting up.

    here are some of the pics of what it goes to when it's on idle
    image removed due to serial number shown

  • CD rom does not appear in boot menu in lenovo G500 windows 8

    Hello
    I want to format my lenovo G500 windows 8 and install windows 7 but I can't because the CD rom does not appear in the boot menu
    Solved!
    Go to Solution.

    Hi obaid, welcome to the forums,
    you will need to change some settings in the BIOS, these changes are explained in the following linked to thread;
    http://forums.lenovo.com/t5/Lenovo-3000-and-Essent​ial/Downgrading-from-windows-8-to-windows-7-on-Len​...
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • Stuck on loading boot menu - 008D

    MOBO   :   MSI NF750–G55      -    Bios 1.20
    CPU   :    AMD Phenom II x4 965 3.4GHz
    GFX   :   XFX 9800 GX2
    RAM   :   4GB kit (2GBx2), Ballistix Tracer 240-pin DIMM (with LEDs), DDR3 PC3-12800 memory module
    PSU   :   AOpen AO800-12ALN 880W Power Supply Unit - 4 x 12v 20A rails
    I'll start of with saying Hi, as this is my first post 
    I seem to be having some trouble with my Mobo/GFX card combo. If I use any other gfx card (tested 9800GTX) or the onboard I can boot fine, and my gfx card has been tested in another computer using a Lanparty mobo Phenom x2 with no problems. I have also tried their psu in my setup, just because of the non mainstream brand, although it does boast power to supply a quad SLi setup (not that I have got that far yet).
    When I do have my NF750-G55 and 9800GX2 together, no-matter what is plugged in (hdd, DVD, etc.) and whatever Bios settings I have set, I get through the system specs screen, to the bottom, and it stops on the option "press F11 to load boot menu". If I do this about 5 seconds later it come up with "loading boot menu" and goes no where. I can only Ctrl + Alt + Del to reboot after this... On the lower right corner it shows the code 008D, this does flick through quickly a number of different codes when it does boot without the card so I assumed this was a code for the action its getting stuck on.
    Now I have done some extensive research on this with no results of the same, also very little for this code 008D. I have also consulted 2 likewise IT minded people for assistance, both have gone through the same process I did of checking all the cables, trying different combinations, so I don't think there is much more that I can try without some more specific knowledge.

    Quote from: Bas on 07-December-09, 22:08:23
    http://www.crucial.com/support/ballistix/published_specs.aspx
    That memory is only validated to work on Intel chipset systems.
    Try some AMD validated memory and see if it solves your problem.
    I'm not sure how that is relevent? My motherboard isn't on there. Also I used the specific memory recommended for my motherboard by crucial.

  • Lenovo U310 cannot access bios or boot menu

    OK so I'm not dumb, and consider myself pretty tech-savvy.
    I've got Windows 8.1 I've installed myself on the SSD.
    I've tried using novo key, f2, f12, b, also windows reboot-to-bios feature, nothing works.
    When using novo key, and selecting setup or boot menu, it just boots to win 8.1 anyway.
    Now, I can't reflash the bios, because I'm on the newest version, and the flasher throws error 182 (bios already equal or higher version).
    What do I do now to reflash the BIOS, and thus allow me to access the setup/boot menu?

    Other folks have had similar problems with the U310 and SSD  Here is the link to that discussion in case you had missed it.....
    http://forums.lenovo.com/t5/Lenovo-U-and-S-Series-Notebooks/U310-can-no-longer-access-bios/m-p/89622...
    Owner & Operator of the following:
    ● Lenovo Ideapad Z570 w/ Win 7 & Win 8.1 Dual Boot ● Lenovo Yoga 3 Pro w/ Windows 8.1 ● Toshiba A75-S206 w/ Win 7
    ● IBM Thinkpad T-23 w/ Win XP ● IBM Thinkpad T-22 w/ Win XP • As well as multiple desktops dual/triple booting XP, Vista and Win 7.
    ★ Find a post helpful? Thank that member by clicking on the ☆Star☆ to the left awarding them a Kudo.
    ★ Posting a problem and a reply is helpful and it answers your question, please mark it as an "Accepted Solution"
    ★ I'm not a Lenovo employee, just a volunteer geek who likes to help folks. Enjoy your time here, pay it forward by helping others !
    ★ Sorry, I don't answer questions via Private Messages. Posting in the appropriate forum is the best way to get assistance.

  • Stuck at boot after game crashed

    Hello new here
    I have Lenovo Tablet A3500-fl
    Problem is After a game crashed i cant boot it just stuck at boot
    "lenovo for those who do..."
    How do I fix this
    And Never update the tablet
    Not sure what android version maybe jelly bean
    thanks

    Piita,
    Welcome to Lenovo Forums!
    Thank you for taking time to post your inquiry. The issue that you have is more on the android OS already, what you can do is to do a factory reset the Tablet :
    Here are the steps and I hope that they will work for you. 
    How to Hard Reset LENOVO IDEATAB A3500 with Hardware Button key:
    - Confirm and make sure that LENOVO IDEATAB A3500 Battery is fully charge or not empty
    - Turn off LENOVO IDEATAB A3500
    - Press together : POWER + VOLUME UP about several second, that the warning will appear at the LENOVO IDEATAB A3500
     - At LCD will appear Select Boot Mode]
     - Choose Recovery Mode (using VOLUME DOWN button)
     - Wait several second until Android logo appear
     - Continue to press POWER BUTTON to display the Menu
     - Choose: Reset Device or Wipe data or Clear eMMC
     - Make sure we already sure than we know that our application and data will be loose or clear while Resetting LENOVO IDEATAB A3500
    Please Let me know if the above provided step will work 
    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.

Maybe you are looking for

  • XL Reporter

    Hi Guys I have created a 1 purchase and  1 sales analysis report, they have been put into a package, then into a job. I require a parameter prompt to pop up when the job or package is started. I know the job can be scheduled so maybe it is best for m

  • Srpy menu bar will not display

    Was working away on modifying a spry menu bar when all of a sudden the menu bar will not display. Tried creating a new page and inserting the menu bar and still will not display. Won't even display in previous pages created. Anybody have any ideas? T

  • Blank entry removed from af:selectOneChoice drop down on valueChangeListene

    I am using af:selectOneChoice component which is getting populated with values from DB. when the page is loaded first time, I can see one blank entry in this component. I have valueChangeListener set on this. when i change the value, the blank entry

  • Slow performance during Apply Request Values Phase of JSF lifecycle

    Dear all, I found that my application is sucked at the Apply Request Values Phase of JSF lifecycle when I submit the page. (Totally spend 1 min to pass this phase) In the application, there is around 300 input fields in the page. Who know how can I e

  • Brush options missing

    Hi, since CS6 there are no options for pressure anymore. I use a wacom tablet intuous4. Does anyone have the same problem?