Start-up problems with no video

I have an HP Pavillion DV9000 and it is constantly powering on and off before an image even appears. I cannot get a screen to even appear with the F11 key interupt. I;m wandering if I have a video card issue or a boot up problem.  I have no recovery disk either.

According to the message you have recently posted I would like to confirm that this could be a hardware issue and I strongly recommend you to immediately Contact HP Technical Support over the Phone for further assistance without any delay to get your Notebook diagnosed and serviced by an authorized HP Certified Engineer
You can also Check your warranty Here to verify the warranty status
Hope this helps, for any further queries reply to the post and feel free to join us again
**Click the KUDOS star on left to say Thanks**
Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
Thank You,
K N R K
I work on behalf of HP

Similar Messages

  • I'm having problem with exporting video from premiere pro cc 2014

    I'm using Adobe Premiere Pro CC 2014 and I'm having problem with exporting video.
    When I click Export and media, the window for exporting appears and it starts exporting video.
    But after a few minutes, it looks like it has completed exporting video and says there's a bug in exporting.
    It literally says it has a problem with compiling, but I don't know what the real problem is.
    I tried many things like restarting computer and Premire Pro but it's no use.
    But it works when I use Adobe Media Encoder CC 2014 for exporting video.
    If anyone knows any possibilities about why this problem happens, please let me know.

    I'm having a similar issue.  When I go to export my project, I add it to the render queue, set it up with the h.264 settings that I've used with countless past versions of the program, and then hit render.  Randomly, at some point in the process, the render just stops and the ETA just keeps climbing.  I actually had to save an XMF file of the CC 2014 project and bring it into the previous CC version of Premiere just to finish it.  Even a clean re-install of CC 2014 doesn't work.

  • Hi! I´m having problems with showing video files in Qlab on my Macbook Air. A sound/video technician told me to "blow out" my Mac. Was told to use  cmd+ r  when restarting. Is this the right way?

    Hi! I´m having problems with showing video files in Qlab on my Macbook Air. It started suddenly. Consulted a sound/video technician who told me to "blow out" my Mac. Was told to use cmd+r  when restarting. Is this the right way to clean up my Mac? And is it likely that some kind of bug is causing problems for Qlab to show video files? I´ve already tried with a bunch of different video files and sometimes Qlab plays them and sometimes not. I need the Qlab playlist for a theatre show and only have a week until showtime so starting to really worry. Is there anyone out there who can help?

    Your Mac runs maintenance in the background for you.
    Command + R gives you access to restore, repair, or reformat the drive using OS X Recovery
    No idea why that was suggested.
    You may have a third party video player installed that's causing an incompatibility issue.
    Check these folders:
    /Library/Internet Plug-Ins/
    /Library/Input Methods/
    /Library/InputManagers/
    /Library/ScriptingAdditions
    ~/Library/Internet Plug-Ins/
    ~/Library/Input Methods/
    ~/Library/InputManagers/
    ~/Library/ScriptingAdditions
    The first four locations listed are in the root-level Library on your hard disk, not the user-level Library in your Home folder.The tilde (~) represents your Home folder.
    To access the Home folder in OS X Lion or Mountain Lion, open the Finder, hold the Option key, and chooseGo > Library.

  • Itunes 7.0.1 still has major problems with jerky video

    I thought the newest update to Itunes 7 would fix my problems with jerky video that have begun since this Itunes 7 came out. At first I thought maybe my computer was too old (powerbook 12" 1.5 Ghz, with maxed out RAM) to play the new resolution, but then I realized that even my old TV shows had jerky playback. It doesn't seem to matter what size. The audio works fine, but the video freezes every few seconds. This is not really acceptable and I'm thinking about uninstalling Itunes 7 until apple issues a fix that address this video playback issue. Anyone have any suggestions or heard anything? Thanks!
    - Tpetdoctor

    I located the problem of the jerky (1 to 2 frames per second) video that started after updating to iTunes7 and 7.0.1!
    Dragging (copying) the file "ATIRadeon9700GLDriver.bundle" from system/library/extensions/ to the desktop and deleting it from the extensions folder (or else simply deleting it and then dragging it from the trash to the desktop) returns normal smooth video to non-H.264 mpeg video on my second generation iMac (ATI Radeon 9600). Unfortunately, this also makes Coverflow stop working with the message "iTunes is unable to browse album covers on this computer". I'm not sure what else will be disabled by moving this file.
    Obviously, this is not a solution, or even a feasible workaround. Where can I get a "good" ATI driver? I went to the ATI site "https://support.ati.com/ics/support/default.asp?deptID=894&task=knowledge&fold erID=27" and tried installing "macosx-ati-displays-4-5-7.dmg", but to no avail.

  • Memory leak problems with loading videos over and over.

    I'm having memory leak problems with loading videos into a VideoPlayer aswell as FLVPlayback.
    What the flash should do:
    - Should be running for 7 days without having to restart the projector.
    - Interface that shows people around a 360 3D model with 5 different parts and at the stops it makes during the rotation you can click to zoom in on a location which plays a movie for that aswell.
    - Shows a video out of 5 parts for a 360 rotation in 3D in mp4 video (added each time and cleaned up, see code below).
    - Still images are used when the video clips are done playing (MovieClip in stage).
    - Should run automatically when there is no user interaction for X minutes.
    What the problem is:
    - The flash (as a exe and swf i guess) starts to consume memory over time (say 10 hours) until the projector crashes. This usually at around 1.75 GB of memory.
    I cannot see why the Flash cannot garbage collect this and free up the memory. Mabye there is something I don't understand about the garbage collection in flash?
    Here is some code from the video loading and playing:
    var fVideo:VideoPlayer;
    VideoCreate();
    function VideoReady(pEvent:VideoEvent):void
    trace("VideoReady()");
         // start playing video
    fVideo.play();
    function VideoLoad(pUrl:String):void
         trace("VideoLoad(" + pUrl +
         VideoCreate();
         if (pUrl != "")
              if (fVideoFolder + pUrl == fVideo.source)
                   fVideo.seek(0);
    VideoReady(null);
              } else {
    trace(fVideo.state);
                   if (fVideo.state !=
    VideoState.DISCONNECTED) fVideo.stop();
    fVideo.close();                                
    fVideo.load(fVideoFolder + pUrl);
         } else {
    // error no url
    function VideoCreate():void
         trace("VideoCreate()");
         // remove old one
         if (getChildAt(0) == fVideo)
              removeChildAt(0);
         fVideo = new
    VideoPlayer(1024, 768);
         addChildAt(fVideo, 0);
         fVideo.autoRewind = false;
    fVideo.addEventListener(VideoEvent.COMPLETE, VideoDonePlaying);
    fVideo.addEventListener(VideoEvent.READY, VideoReady);

    Hmm. It's in connection with Dropbox. Så apparantly you can only use one of the two at the same time if you want the programs integrated in Finder.

  • Having Problem with stuttering video. Please help!

    I haven't had a problem with viewing video online with my laptop until a few days ago. Now, all it will do is start to play, then freeze, play for a few seconds, then freeze, etc. etc. If I am on Hulu and pause the video to allow it to buffer, it will go good for a few minutes then start the same thing over again. I have done the same thing on CBS.com, but the results haven't been as good as on Hulu. I have noticed that it is considerably worse when the commercials start. I tried uninstalling my Flashplayer several times to no avail, and I even uninstalled my Antivirus and reinstalled that thinking that might be the problem. Tried right clicking on the player when it's in use and disableing the hardware accelerator in the settings, but that didn't help. I am about ready to pull my hair out!
    OS is Windows Vista Home Premium Service Pack 2
    Using Mozilla FireFox version3.6.8 and Internet Explorer 8 version 8.0.6001.18928
    Have Adobe Flashplayer version 10.1.53.64
    antivirus is Avast! Free version 5.0.594
    If there is any other info needed, let me know!

    is a video card problem for acne

  • Start-up problem with hp pavilion dv6t-7000‏: "Boot Device Not Found. Hard Disk (3F0)" error

    I started getting start-up problems with my hp pavilion dv6t-7000‏.  It happens intermittently. 
    The boot error is:
       Boot Device Not Found
       Please install an operating system on your hard disk.
       Hard Disk (3F0)
       F2 System Diagnostics
       For more information, please visit: www.hp.com/go/techcenter/startup
    Could a faulty BIOS update cause this problem?
    Anyone else who may have experienced a similar problem?
    I'd appreciate any help about this problem.  Thanks.

    Hi
    Please find the link given below might help you to fix your issue.
    Resolve Boot Device not Found Error Message
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Start-up problem with the Z10

    Can you assist us in a Start-up problem with the Z10's.
    I have read a lot of complains with the Z10 starting-up and then got stuck at 98% completion. No further response after that!
    For any further information please check the "BlackBerry Support Forum" on this same site.
    Please respond or tel me who i can contact in this regard?
    Thank you
    Kobus69
    Subject Title and beginning of post edited to reflect new topic.

    Hi
    Please find the link given below might help you to fix your issue.
    Resolve Boot Device not Found Error Message
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • Problems with Flash Video

    OK - I have had intermittent problems with Flash video, basically it gets choppy, usually after about 20 minutes - half an hour of watching - recently this problem has gotten worse - coinciding with a recent system update perhaps? - it's more or less anytime I stream something, and it happens on all browsers, even when the movie has clearly downloaded and is buffered way in advance of the playhead.
    On 2 occasions recently leaving the movie to play just to see what happens has led to a kernel panic.
    I've heard alot about Flash video generally being a resource hog and not playing ball sometimes - is there a way to solve this issue? Things I have tried - reset sound to 16 bit 44.1 khz in audio/midi manager; fixed permissions; run Tech Tool - everything seems to be fine hardware wise - I think there are some incompatible driver issues that are meesing up RAM usage but have no idea what or how to solve this... Any ideas anybody?
    Thanks.

    If, as you show, you are running 10.5.2, that is out of date. You need to install the 10.5.8 combo updater.
    It is also possible that your FlashPlayer is out of date.
    The latest version of Adobe FlashPlayer can be obtained from here:
    http://www.adobe.com/shockwave/download/download.cgi?P1ProdVersion=ShockwaveFlash
    (You can check here: http://www.adobe.com/products/flash/about/ to see which version you should install for your Mac and OS.
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14157
    and also that you follow the instructions closely, such as closing ALL applications first before installing. You must also carry out a permission repair after installing anything from Adobe.

  • Is it somebody Except for me Who has problems With waching videos on ipad after the 5.0.1 update

    Is it somebody Except for me Who has problems With waching videos on ipad after the 5.0.1 update

    Hi,
    yes I have big problems as soon as I open the video app i get a total black screen, even the upper bar with the time disappears. I already tried to:
    1. closing the app and reopen it
    2. restart the iPad
    3. restore the iPad via iTunes
    4. Begging the app to work again.

  • Hi everyone. I have just started having problems with iCal.  Events that I thought I had deleted are appearing on Print Preview and on print outs. Likewise Events which I have not deleted have disappeared from my calenders, but appear in print preview.

    Hi everybody. I have recently started having problems with iCal (Version 2.05 (1069). Events that I thought I had deleted appear in Print Preview and Print Outs. Likewise Events that I have not deleted have disappeared from my calender (Month View) but appear in Print Preview and Print Outs. I see that there have been similar problems with Events disappearing especially in Month View. I wondered how print preview seemrd to be picking everything up deleted or not, and what the solution may be?. First time of Posting. I hope I haven't embarassed myself.

    Hmmmm.
    At the very least there must be a "com.apple.ical.plist"...iCal would not function without it.
    Click on the Finder icon in the dock
    Click on Go > Home
    Double-click Library
    Double-click Preferences
    Look for a file called "com.apple.ical.plist" and remove it to the trash.

  • Problem with Nokia Video Manager - No video, only ...

    Hi all,
    I have a problem with nokia video manager. I have been converting movies to mp4 and watching with my cell phone for a while now. But all the videos I have converted were less than 30 min. long.
    When I tried to watch a video longer than 36 minutes, the picture froze some time around 36th minute and only the sound continued to play. I have tried several other videos with similar lenghts and all seem to freeze at the same exact point. The player continues to play the sound after picture freezes.
    Could someone please help ???
    Regards
    /Cenk

    Hi davidf
    Thanks for the information,I must confess that I always use:
    http://www.slysoft.com/en/clonedvd-mobile.html
    when transferring movies to the N95, but that is just a personal choice!
    Happy to have helped forum in a small way with a Support Ratio = 37.0

  • Having PROBLEM with playing videos on my 5800

    Hi all,
    I bought my nokia 5800 2 days ago, and i am havig a problem with my videos.
    When i try to play a video (MP4) SOMETIMES it plays it without a problem, but SOMETIMES it plays a black screen with sound. And the most strange thing is it can play a video and in few hours it will just play sound on the same video!!
    Please try to help..

    pavilion_alex wrote:
    phones like 5800 and other similar must be updated because a new update solves the existing problems on the device.
    download and install this http://www.nokia.co.uk/get-support-and-software/download-software/device-software-update/download and carefully read the instructions it gives you before the update.
     ...Or return the phone and replace it with something from another manufacturer that either A) works out of the box, or B) doesn't require such an awkward and painful update procedure. Nokia seem incapable of either.
    Message Edited by garnett on 26-Oct-2009 12:49 PM

  • I'm having problems with Flash Videos (Youtube and ESPN)

    I have been having this problem for the last couple of days now and it is really annoying. Whenever I watch a flash video like on youtube or espn my computer freezes up and the audio will make a loud buzzing sound. I have attached a video with the post so you can see what happens. I don't have problems with anything else except this. I also get this error no matter what browser I use. I have system restored my PC as far as I can go, and I've ran a ton of scans and driver update checks and nothing seems to work.

    merci a tous pour les nombreuses réponse. j'ai dû mal a les lire vue que je ne lit que le français. je vous remercié encore une fois amicalement. Blanchette 2.
    Date: Mon, 25 Jul 2011 19:50:19 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: I'm having problems with Flash Videos (Youtube and ESPN)
    What I meant is Hardware Acceleration off (disabled).
    >

  • I'm Having problems with the video freezing and the sound carrying on since I up graded my iPad to ios8  BBC IPLAYER

    I Am having problems with the video freezing and the sound carrying on whilst watching BBC IPLAYER ITV PLAYER until I reboot video and the problem acures again

    Your Mac runs maintenance in the background for you.
    Command + R gives you access to restore, repair, or reformat the drive using OS X Recovery
    No idea why that was suggested.
    You may have a third party video player installed that's causing an incompatibility issue.
    Check these folders:
    /Library/Internet Plug-Ins/
    /Library/Input Methods/
    /Library/InputManagers/
    /Library/ScriptingAdditions
    ~/Library/Internet Plug-Ins/
    ~/Library/Input Methods/
    ~/Library/InputManagers/
    ~/Library/ScriptingAdditions
    The first four locations listed are in the root-level Library on your hard disk, not the user-level Library in your Home folder.The tilde (~) represents your Home folder.
    To access the Home folder in OS X Lion or Mountain Lion, open the Finder, hold the Option key, and chooseGo > Library.

Maybe you are looking for

  • Could not complete the new 3D extrusion from selected layer command because the path is too complex.

    I was trying to do a photo of mine like in this video but its not working help needed. thanks. http://www.youtube.com/watch?v=egyLY78H7nE When I tried the 3D I got an error message that said (could not complete the new 3D extrusion from selected laye

  • HP Officejet Pro 8500A A910a can't automatica​lly connect to wireless network

        Product Name and Number      HP Officejet Pro 8500A A910a      Netgear DGN2200 Wireless Router Operating System     Windows 7 32-bit  I experience frequent power outs and whenever power is restored I have to reconnect the printer through WPS. I h

  • Using Apple TV (3rd gen) as a remote speaker from original Apple TV (1st gen)

    Just got my new Apple TV (3rd gen) - discovered I can't AirPlay to multiple speakers from it like my old Apple TV (1st gen). As a workaround, can I use the old Apple TV just for music, using the new Apple TV as one of its airplay speakers? Can't seem

  • Clicks at beginning and end of Clip

    I have a Clip that I am using as a click sound on components, and a class with static methods to play them. When you play the .wav files in an editor (Sound Forge, in this case), everything sounds and looks fine. But when I play them as a clip, I get

  • Worker patch fail

    Hi I am running RUP6 patch on R12 apps on Unix platform. After running patch R12.AD.A.delta.6 successfully, i ran 6728000 an in the middle of that, a worker failed giving ATTENTION: All workers either have failed or are waiting: FAILED: file gcsxdrun