After updating bios laptop does not starts. it starts for 5 sec and goes off repeatedly

today morning i upodated bios from hp website, mp laptop model is hp pavilion dv4 5009tx, bt after updating it is not starting. it starts for 5 seconds and goes off, and this go on happening...
please suggest me what shall i do now. 
MY LAPTOP IS IN WARRANTY PERIOD. i bought it this month 
This question was solved.
View Solution.

You're very welcome.Happy to hear you are back up and running.
******Clicking the Thumbs-Up button is a way to say -Thanks!.******
**Click Accept as Solution on a Reply that solves your issue to help others**

Similar Messages

  • After updating apps list does not clear

    after updating apps list does not clear

    Easiest way to clear list is; go to settings>general>date and time and set date manually to a point at least one month in the future (I set mine to two months ahead) and then open App Store and check for updates. The list should now be clear. This is just an update history list. When finished just turn on auto date/time or set it back manually if you like and list should still be clear. If you do nothing the updated apps should start to drop off the list in about two to three weeks.

  • C# compiling error: 'System.Array' does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type 'System.Array' could be found (are you missing a using directive or an assembly reference?)

    Hello experts,
    I'm totally new to C#. I'm trying to modify existing code to automatically rename a file if exists. I found a solution online as follows:
    string[] allFiles = Directory.GetFiles(folderPath).Select(filename => Path.GetFileNameWithoutExtension(filename)).ToArray();
            string tempFileName = fileName;
            int count = 1;
            while (allFiles.Contains(tempFileName ))
                tempFileName = String.Format("{0} ({1})", fileName, count++); 
            output = Path.Combine(folderPath, tempFileName );
            string fullPath=output + ".xml";
    However, it gives the following compilation errors
    for the Select and Contain methods respectively.:
    'System.Array' does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type 'System.Array' could be found
    (are you missing a using directive or an assembly reference?)
    'System.Array' does not contain a definition for 'Contains' and no extension method 'Contains' accepting a first argument of type 'System.Array' could be
    found (are you missing a using directive or an assembly reference?)
    I googled on these errors, and people suggested to add using System.Linq;
    I did, but the errors persist. 
    Any help and information is greatly appreciated.
    P. S. Here are the using clauses I have:
    using System;
    using System.Data;
    using System.Windows.Forms;
    using System.IO;
    using System.Collections.Generic;
    using System.Text;
    using System.Linq;

    Besides your issue with System.Core, you also have a problem with the logic of our code, particularly your variables. It is confusing what your variables represent. You have an infinite loop, so the last section of code is never reached. Take a look 
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.IO;
    namespace consAppFileManipulation
    class Program
    static void Main(string[] args)
    string fullPath = @"c:\temp\trace.log";
    string folderPath = @"c:\temp\";
    string fileName = "trace.log";
    string output = "";
    string fileNameOnly = Path.GetFileNameWithoutExtension(fullPath);
    string extension = Path.GetExtension(fullPath);
    string path = Path.GetDirectoryName(fullPath);
    string newFullPath = fullPath;
    string[] allFiles = Directory.GetFiles(folderPath).Select(filename => Path.GetFileNameWithoutExtension(filename)).ToArray();
    string tempFileName = fileName;
    int count = 1;
    //THIS IS AN INFINITE LOOP
    while (allFiles.Contains(fileNameOnly))
    tempFileName = String.Format("{0} ({1})", fileName, count++);
    //THIS CODE IS NEVER REACHED
    output = Path.Combine(folderPath, tempFileName);
    fullPath = output + ".xml";
    //string fullPath = output + ".xml";
    UML, then code

  • I have been told my macbook does not have enough gb for Lion. and that i can not keep my mobile me mail without lion. so does this mean I have to drop mobile me and get another email address?

    I have been told my macbook does not have enough gb for Lion. and that i can not keep my mobile me mail without lion. so does this mean I have to drop mobile me and get another email address?

    You probably know that mobilme goes away in June this year. There are two ways to access your mail account on iCloud, either through Lion or via the web. Web access won't get you to all the benefits of iCloud but will allow you to get to Mail, Contacts, Calendar, and Find My iPhone.  See this FAQ: http://www.apple.com/mobileme/transition.html
    If you decide to go with Lion, the maximum memory you can install is 4GB, however the system will only use 3GB, which is enough to run Lion. Lion requires 2GB, however, some have not been satisfied with it's performance in 2GB. One source for memory is OWC at http://eshop.macsales.com/shop/memory/MacBook/DDR2/

  • TS3116 After updating, apple TV does not work. A picture is one TV screen which ask to use mini USB.

    Hi... I am not sure what generation I have
    After updating, I does not start at all, no light signal.
    Just picture show to me to use mini USB for Song logo.
    How can I do?

    Welcome to the Apple Community.
    If your problem persists get yourself a micro USB cable (sold separately), you can restore your Apple TV from iTunes:
        1.    Remove ALL cables from Apple TV. (if you don't you will not see Apple TV in the iTunes Source list)
        2.    Connect the micro USB cable to the Apple TV and to your computer.
        3.    Reconnect the power cable (only for Apple TV 3)
        4.    Open iTunes.
        5.    Select your Apple TV in the Devices list, and then click Restore.
    (You may already have a micro USB cable if you have a camera or other digital device)

  • Error after update : "Method 'Upgrade' does not have an implementation"

    Hello,
    After installing the last Updates for my SharePoint Farm 2013, I ran into an issue. When I try to connect to the site, I get this error :
    Method 'Upgrade' in type 'Microsoft.SharePoint.WorkflowServices.WorkflowServiceApplicationProxy'
    from assembly 'Microsoft.SharePoint.WorkflowServices, Version=15.0.0.0, Culture=neutral,
    PublicKeyToken=71e9bce111e9429c' does not have an implementation.
    And there is a lot of strange behaviours within my farm. I cannot run a psconfig, the services FIMService
    and FIMSynchronizationService cannot start, I can see the category "Office 365" in Central Administration but I have a SharePoint Server 2013, not online or any 365 thing... And I cannot uninstall previous SharePoint Updates...
    Any idea ?
    Thanks in advance for your answer.
    Mike

    Hi Mike,
    If you are using SharePoint 2013 Server edition, please re-download the
    SharePoint Server 2013 SP1(KB2880552) instead of SharePoint Foundation version, then install it on the server and check results again, here is another post with similar
    issue you can take a look.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/ee5c9cee-2b8c-473a-adc6-05d74aac9511/error-after-update-installation-method-method-upgrade-in-type-?forum=sharepointadmin
    http://blogs.technet.com/b/stefan_gossner/archive/2014/04/22/sp1-for-sharepoint-2013-has-been-rereleased.aspx
    http://thesharepointfarm.com/2014/05/ms14-022-known-issues/
    Thanks
    Daniel Yang
    TechNet Community Support

  • After update menu button does not work

    tried a restore that does not work.. tried the five r's nothing has helped
    worked fine then updated now doesnt not work.. flicking hold from on to off now does what menu used to do and goes a page back..

    lol i update with the newest software for my mini then the software makes my menu key no function.. i GET ZERO HELP and they want me to pay 229 for repairs thats just to priceless

  • My phone does not show contact names for country and area code while having in coming calls. Although, I have endorsed the name with numbers. How do I the problem. My one is a iphone 3s device with updated os. Please text to help

    My iphone does not recognize saved contact number while having incoming calls due to country and area code as auto prefix. How do i fix the problem. How do i ensure that the phone recognize calls with and without the country and area code. Please text to help.

    1) Open the Phone and dial *228. This is a Verizon over-the-air programming number.
    2) When the system answer press 1 for "Program or activate your phone"
    3) Wait for the call to disconnect. You should get a prompt stating something like, "Settings updated."
    4) Open the Task Manager and kill the Phone, Message, and Contacts Applications
    5) Wait a few minutes (I waited 3 just to be extra safe)
    6) Open the Message App to verify the fix

  • Hp 15-r033tx laptop does not show the Nvidia chipset information and only uses Intel HD graphics

    My Hp 15 r033tx laptop has windows 8 64 bit installed in it and as it comes with NVidia Ge Force 820 M 2GB graphics card  , I have also installed Nvidia and Intel HD Graphic Drivers but in the dxdiag selection it does not list the Nvidia Chipset and information but only lists Intel HD Graphics with 1786 MB.
    Also it does not show any Dedicated Video Ram that is normally showing in my other friends desktop with Nvidia Graphics properly installed
    Any solutions?

    Hi @Suraj2410 ,
    Thank you for your inquiry, I will do my best to help.
    I see that you have Windows 8 installed and are not seeing your switchable graphics.
    When I checked the specification page I see it came with Free Dos.  When I checked for support drivers they are listed for Windows 7 and Windows 8.1.
    HP 15-r033tx Notebook PC specifications
    HP 15-r033tx Notebook PC Drivers
    Here are three document to assist you with overcoming this difficulty.
    Resolving Video and Graphics Issues
    Overview of Switchable Graphics or Dual GPUs
    Switchable Graphics on Notebooks Configured with Intel and ATI GPUs
    If you are still having difficulties, with it being a recent purchase, I suggest contacting HP support for assistance.
    Please call our technical support at 800-474-6836. If you live outside of the US/Canada Region, please click the link below to get the support number for your region. Phone Assist Worldwide
    Sparkles1
    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" on the bottom right to say “Thanks” for helping!

  • After updating the system does not boot anymore!

    I made an usual update with 'pacman -Syu' and since I saw a kernel update I rebooted...
    After reboot the lilo menu appears, it autoselects arch after 2 seconds, it appears
    boot:
    loading arch........................... .................................
    nothing more. No errors, no messages at all!
    It is the same also using the fallback.
    What happened? Can I do something or I have to reinstall arch from zero?
    edit: typo
    edit2: it can be related to the fact the I have /boot partition and lilo in different disks?
    Last edited by ezzetabi (2007-06-03 18:31:34)

    I see, so now I have to start the machine with the arch CD. Mount the drives, chroot the directory where I mounted and starting lilo should solve.
    Thanks everyone.
    edit: it worked! Thanks everyone.
    Last edited by ezzetabi (2007-06-04 06:38:09)

  • Update: 8330 Curve does not want to start

    I have had my curve for about two weeks now and all of the sudden, it wont start. It goes to a white screen like it is going to start and then it goes black. The little light in the top right corner stays red the whole time when it has a black screen. What does this mean and is there something wrong with the phone?
    Edit: This goes on like this in an infinate loop until I remove the battery. When I install the battery again, it will keep this loop up.
    Message Edited by noboruryu on 07-29-2008 06:31 AM

    Your phone needs a software reload.
    Get the latest version of software from your carrier website.
    once downloaded to computer, connect the device via usb and upgrade firmware.
    Use BlackBerry Application Loader to install BlackBerry Device Software
    note: The phone doesn't need to be turned on to do a firmware upgrade.
    once you get to the device recognition stage in the application order, it should auto pre-populate the device pin. if it doesn't, try connecting it without the battery until it does. then click next and pop the battery back in the finish the reload.
    If your issue is resolved, put a checkmark in the green box that contains the resolution.
    OR
    If it was just/or also really helpful - Give it a Kudos.. Go on Mate.. Help the rest of the clueless blackberry user world find their answer too..
    ~Gday from Down Under~

  • HT204053 Since upgrade to the latest version of the iPad system, my iPad does not recognise the password for iCloud and won't let me access it to change it

    Since the last upgrade on the iPad system, I have not been able to log in with my password to iCloud.  I have changed my Apple ID and password to see if this would help but no it hasn't made any difference and every time I go into my emails the log in screen keeps popping up with the old username and the sign in it won't recognise.  Please could someone tell me in easy steps how to alter this?

    Hi Susie. If you don't remember the password to the apple id with which you have logged into icloud then you need to reset the password at iforgot.apple.com. Put in that old apple id and if you have access to that email you can have a link sent to it to reset your password. If you don't have access to it then you can choose to answer security questions. If you can't answer the security questions properly then you need to go to expresslane.apple.com and tollow the prompts for apple id issues/can't answer security questions and if you put in your contact information Apple will call you immediately and you can talk to someone who can help you reset that password.

  • New laptop does not have cd capability, how do I install acrobat 7.0

    My new laptop does not have cd capability for me to insert install disc, how do I install acrobat 7 with just a serial number ?

    The "activation server" at Adobe, which let you install and use it, was turned off years ago. You cannot use your CD in any case. (Though in fact external plug-in CDs are cheap, easy to use, and pretty much essential).
    There is a special download of Acrobat 7 for licensed users (with new serial)... but it won't work on current systems. Unless you have Windows Vista, 32-bit, or older you probably need to buy Acrobat again. (No upgrades any more, sad to say).

  • Help Solving: Does not contain a definition for 'Select'.....

    Hi,
    Need help solving a Task that returns a Task<IEnumerable<Writing>> so I can fill ObservableCollection<ViewModels.IWritingItemViewModel> Writings for my
    Design Time Data Page:
    <d:Page.DataContext>
    <designTimeData:MainPageViewModel />
    </d:Page.DataContext>
    My constructor does this:
    public MainPageViewModel()
    var writings = this.GetGroupsAsync();
    this.Writings = new ObservableCollection<ViewModels.IWritingItemViewModel>();
    var viewmodels = writings.Select((x, i) => new WritingItemViewModel
    Writing = x,
    VariableItemSize = (i == 0) ? Common.VariableItemSizes.Writings : Common.VariableItemSizes.Normal,
    My var writings = this.GetGroupsAsync(); is:
    public async Task<IEnumerable<Writing>> GetGroupsAsync()
    await this.GetMenuDataAsync();
    return this.Groups;
    which in turn gets data from:
    private async Task GetMenuDataAsync()
    Uri dataUri = new Uri("ms-appx:///DesignTimeData/MenuData.json");
    StorageFile file = await StorageFile.GetFileFromApplicationUriAsync(dataUri);
    string jsonText = await FileIO.ReadTextAsync(file);
    JsonObject jsonObject = JsonObject.Parse(jsonText);
    JsonArray jsonArray = jsonObject["Groups"].GetArray();
    foreach (JsonValue groupValue in jsonArray)
    JsonObject groupObject = groupValue.GetObject();
    Writing group = new Writing(
    groupObject["UniqueId"].GetString(),
    groupObject["IsHeaderInteractive"].GetBoolean(),
    groupObject["ViewType"].GetString(),
    groupObject["ModelType"].GetString(),
    groupObject["Page"].GetString(),
    groupObject["Title"].GetString(),
    groupObject["Subtitle"].GetString(),
    groupObject["ImagePath"].GetString(),
    groupObject["Description"].GetString(),
    groupObject["GroupId"].GetString()
    foreach (JsonValue itemValue in groupObject["WritingMenus"].GetArray())
    JsonObject itemObject = itemValue.GetObject();
    group.WritingMenus.Add(new WritingMenu(
    itemObject["UniqueId"].GetString(),
    itemObject["Page"].GetString(),
    itemObject["Title"].GetString(),
    itemObject["Subtitle"].GetString(),
    itemObject["ImagePath"].GetString(),
    itemObject["Description"].GetString(),
    itemObject["Content"].GetString(),
    itemObject["WritingsId"].GetString(),
    itemObject["GroupId"].GetString(),
    Convert.ToInt32(itemObject["Item"].ValueType)
    this.Groups.Add(group);
    and I get this Error:
    Error 5 'System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<App1.DesignTimeData.Writing>>'
    does not contain a definition for 'Select' and no extension method 'Select' accepting a first argument of type
    'System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<App1.DesignTimeData.Writing>>'
    could be found (are you missing a using directive or an assembly reference?)
    I'm creating collections of:
    public interface IWritingItemViewModel : Common.IVariableSizedItem
    Models.Writing Writing { get; set; }
    and my class for creating data is:
    public class Writing
    public Writing(
    string uniqueId,
    bool isHeaderInteractive,
    string templateType,
    string viewModelType,
    string page,
    string title,
    string subtitle,
    string imagePath,
    string description,
    string groupId
    this.UniqueId = uniqueId;
    this.IsHeaderInteractive = isHeaderInteractive;
    this.TemplateType = templateType;
    this.ViewModelType = viewModelType;
    this.Page = page;
    this.Title = title;
    this.Subtitle = subtitle;
    this.ImagePath = imagePath;
    this.Description = description;
    this.GroupId = groupId;
    this.WritingMenus = new ObservableCollection<WritingMenu>();
    public string UniqueId { get; private set; }
    public bool IsHeaderInteractive { get; private set; }
    public string TemplateType { get; private set; }
    public string ViewModelType { get; private set; }
    public string Page { get; private set; }
    public string Title { get; private set; }
    public string Subtitle { get; private set; }
    public string ImagePath { get; private set; }
    public string Description { get; private set; }
    public string GroupId { get; private set; }
    public virtual ObservableCollection<WritingMenu> WritingMenus { get; private set; }
    How can I solve or successfully complete this code?
    Thanks!...
    Code is like a box of chocolates!...

    I looked into your error message again, I found something interesting:
    Error 5
    'System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<App1.DesignTimeData.Writing>>'
      does not contain a definition
    for 'Select'
    and no extension method
    'Select' accepting a first argument of type
      'System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<App1.DesignTimeData.Writing>>'
      could be found (are you missing a
    using directive or an assembly reference?)
    That means: Task does not contain the definition for Select. This was reasonable, Task does not inherit IEnumerable interface.
    var viewmodels = writings.Select((x, i) => new WritingItemViewModel
    Writing = x,
    VariableItemSize = (i == 0) ? Common.VariableItemSizes.Writings : Common.VariableItemSizes.Normal,
    public async Task<IEnumerable<Writing>> GetGroupsAsync()
    You need get the IEnumerable<Writing> for Select use. See this for more information:
    How to: Return a Value from a Task
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • PropertyInfo does not contain a definition for 'GetCustomAttribute' ?

    Hello,
    I inherited a .Net 4 Asp.net web application . I did a build and got the error below. According to MSDN, PropertyInfo doesn't have a GetCustomAttribute method. (It does have a
    GetCustomAttributes method). Am I missing a extension method? Or using wrong version of .net framework? Thanks, Peter
    xxx= property.GetCustomAttribute<JsonPropertyAttribute>();
    Error 1 'System.Reflection.PropertyInfo' does not contain a definition for 'GetCustomAttribute' and no extension method 'GetCustomAttribute' accepting a first argument of type 'System.Reflection.PropertyInfo' could be found (are you missing a using
    directive or an assembly reference?) C:\projects\DotNetDemo\WebSite\CreateIncident.aspx.cs 357 

    I think that you need a “using System.Reflection” and the .NET 4.5:
    http://msdn.microsoft.com/en-us/library/hh194315(v=vs.110).aspx.

Maybe you are looking for

  • [solved] How to source a specific commit in a Git package?

    Hi there, I wonder whether it is possible to use a certain Git commit in the source array of a package. Example: freshplayerplugin-git For debugging purposes I would like to use the commit 8ff0bd0282205802c482c7d47f216feb0d3394a9 I tried the followin

  • Error administrating ohs1 in EM Fusion Middleaware Control

    Using WebLogic Server Version: 10.3.5.0 with Enterprise Manager 11g Fusion MIddleware Control 11.1.1.5.0 on Oracle Linux 5.8 64-bit. I have three OHS instances in the cluster and for jut one of them (ohs1 on the admin server) I cannot do any type of

  • Place a Tab Canvas within a Tab Canvas (there is more Stack Canvas)

    I Use Forms [32 Bit] Version 10.1.2.0.2. Hi All.. I have the same problem with this case ( Place a Tab Canvas within a Tab Canvas ). but I need help with my case, what if there is more stack canvas, like this : - I created Tab Canvas first, then - in

  • Reverting to a previous save on icloud

    hi, how do i revert to a previous saved version of a table in numbers on icloud? its only giving me the option to revert to previous versions saved to my mac hard drive.

  • Web Services Timeout

    I have a problem to specify the timeout of a service web. I have a client who accedes with Axis to a service web. I have the following code but it does not work: locator= new Locator(); servicio= locator.getPort(); ((org.apache.axis.client.Stub)(serv