Qosmio F50-125 starts with black screen after an BIOS update

Hi
after instalation if new bios (v 2.0), computer sometimes starts with the black screen .
Even the first page that show press f2 to enter the bios is not shown.
Do you have somebody old version of the bios?
So I could try if it is the fault of it.

Hi
I think the old BIOS will not help you because the notebook would known that you are trying to update the BIOS to the older version and it would break up the procedure.
Furthermore the older BIOS is no available on the Toshiba European driver page.
I think just only a Toshiba ASP has got an older BIOS version.
Anyway, you said this happens sometimes.
This would mean that this issue doesnt persist always
Hmm. in such case I recommend settings the BIOS to the default settings and to update the display driver.
Check it out!

Similar Messages

  • T60p - Black screen after success bios update

    Hello!
    I have a big problem:
    Today I update my T60p bios to the latest, downloaded from the support site, via the windows based factory utility as usual (I do it more than 4 times before). Everything seems OK, but after restart the notebbok won't start. The sysfan is spinning, the leds are lights, but the screen is black, and no reaction for any keypress.
    How can I fix this problem?
    Thank's for help,
    Peter

    Hello,
    first you could take out your battery and press powerbutton 10 times.
    Insert your battery again and try to start.
    If your cd drive is running, I would suggest to download bios as an iso-file and burn it to disk.
    Then try to boot with this cd and flash bios again.
    If these methods don´t work, than you´ll have to send it to service.
    Good luck!
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

  • Toshiba Satellite L755-S5216 Black Screen after failed bios update

    There was a Toshiba BIOS update that went awry and now the computer won't turn on. I can hear the fans and see the lights, but all there is is a blank screen.

    I'm not a tech support agent, but there are a couple things I would suggest doing.
    While the laptop is off and unplugged, remove the battery, hold the power button for 10 seconds, restore the battery, and try the laptop again. If that doesn't work, try booting on only AC power without a battery.
    If you still don't have any luck, give support a call at (800) 457-7777.
    Good luck!
    - Peter
    - Peter

  • Satellite m505 problems with booting up programs after started with black screen

    I went to start my laptop and after login to my profile, i was getting only a black screen. after restarting many times in both safe mode and regular, miracles i got it to long in correctly...
    now the problem is my main program and a few others would not open up, again restarted computer several times and nothing is helping... so i uninstalled the program and attempted to re-install... new problem now it wont reinstall every time i try it opens windows installer and just sits there doing nothing....
    help i just want to get my work done!!!!!

    Try using clean boot.
    How can I perform a clean startup of Windows 7 without my startup items to troubleshoot a problem?
    - Peter

  • Black screen after windows auto update

    New laptop in use for 3 weeks.  After Windows auto update restart I get to splash screen and am able to enter Windows password to log onto desktop.  After successfully entering password I am not able to view my desktop; I get the black screen with cursor function; cursor disappears when moved within an inch of left or right of screen (seems to go behind something).  I believe I am at the desktop but just not able to view it, because I receive app popups on the black screen (need to update McAfee, etc).
    In safe mode I restored to pre auto update date; manually installed all Windows updates;  worked fine until NEXT auto update, same problem.
    Graphics Card:  Stock Intel HD Graphics
    Monitor:  Generic PnP
    Why would it be fine with the manual update and not after auto update?
    I do not have an external monitor to attach this laptop for diagnosis.  I have run windows partition checks and hard drive partition checks with no issues to resolve.
    I did get an error message once when running a diagnosis (can't remember which) : Windows Update Error 0x80070490
    No real luck finding anyway for me (the average Joe) to resolve this issue.
    If this is a harddrive issue I don't want to keep pussyfooting around while my warranty window shrinks. 
    I have downloaded driver updates from HP, but cannot get the Synaptics Touchpad driver to download.  I don't think this is my issue though.
    I am going to manually update all my drivers then manually update Windows.  We will see what happens on the next auto update.
    Please advise if this is an issue I need to just give up on and return this laptop for replacement.  It seems like this is not a completely unheard of issue, but I'm shocked at what we are asked to do to attempt to resolve it.  Out of my depth.

    Hi @Justanothermom 
    Welcome to the HP Support Forums!
    I understand that you are having troubles with a black screen after an update. I am happy to help you with this.
    Firstly, there is nothing wrong with modifiying your update settings. I was going to suggest it myself as I read through your post, and then saw you ask the question. Sometimes updates can have unintended results by the creator. With all the different combinations of  hardware, and the fact that updates come from different sources, it is one of those things that is hard to completely control.
    Please see the following for how to make adjustments to your update settings.
    Turn automatic updating on or off - windows.microsoft.com 
    Or if you know which update seems to be causing the issue you can take a look at this page:
    win 8.1 August 12 updates - black screen after 2nd reboot - answers.microsoft.com
    Let me know if this helps at all.
    Malygris1
    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 Kudos Thumbs Up on the right to say “Thanks” for helping!

  • IOS app starts with black screen when compiled via ADT (Flex 4.6, AIR3.7)

    I was using Flex 4.6 with AIR 3.1 in Flash Builder 4.6 on Windows 7. I used two build methods: 1) "Export Release Build" in Flash Builder during development and 2) the ADT toolchain on my build server.
    For the ADT method I would create AIR intermediate files using:
    "C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\FlashBuilderC.exe" --launcher.suppressErrors -noSplash -application org.eclipse.ant.core.antRunner -data [PATH_TO_SOURCE] -file [PATH_TO_BUILD_XML] [PROJECT_NAME]
    Where my build.xml looks like:
    <?xml version="1.0"?>
    <project default="main">
        <target name="main">
            <fb.exportReleaseBuild project="[PROJECT_NAME]" basefilename="[BASE_FILE_NAME]" verbose="true" destdir="bin-release" />
        </target>
    </project>
    From these intermediate AIR files I would create my APK and IPA files using ADT like so (shown for iOS):
    echo [CERTIFICATE_PASSWORD]|"C:\Program Files (x86)\Adobe\Adobe Flash Builder 4.6\sdks\4.6.0\bin\adt" -package -target ipa-test -provisioning-profile [PATH_TO_MOBILE_PROVISIONING_FILE] -storetype PKCS12 -keystore [PATH_TO_DEV_CERTIFICATE] [OUTPUT_PATH] [PATH_TO_IOS_AIRI]
    This procedure produced working iOS and Android apps as well.
    I decided to upgrade AIR to version 3.7. I used the overlay proceedure described here (http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html). I also updated the namespace in my project to reflect the new AIR version. Using "Export Release Build" in Flash Builder produces working copies of both the iOS and Android apps. Furthermore, the secondary method (used on my build server), produces both APK and IPA files without error. The APK works just fine but the IPA does not. When running the app on an Apple device, it starts up with a black screen and stays this way.
    To summarize:
    Flex 4.6, AIR 3.1: "Export Release Build" and ADT tool chain produce working APK and IPA files.
    Flex 4.6, AIR 3.7 using overlay procedure: "Export Release Build" produces working APK and IPA files, ADT tool chain produces working APK file but IPA file loads black screen on Apple devices.
    More notes:
    I had made a back up of the "4.6.0" directory that holds the Flex and AIR SDK files. If I replace the overlayed Flex 4.6.0 SDK directory with the original (which contains AIR 3.1) and revert the namespace back to 3.1 in my project, everything goes back to normal and I get working apps via both methods described above.
    Edit: I also should note that I've tried many other combinations of Flex and AIR (Flex 4.9.1 from Apache and AIR 3.5/3.6), which all produce the same issue. It seems that the overlay procedure breaks something for ADT with iOS specifically...
    Edit 2: I also noticed that the IPA files output by methods 1 and 2 are slightly different. Opening these with 7-Zip I see that most of the files are the same, but some differ slightly in size (this was due to 'ipa-test' vs 'ipa-ad-hoc'). The odd thing is that in the IPA file that does not work (produced via the ADT method), the SWF file is named "swf3465180827438224920.tmp" while the SWF in the IPA that was created using "Export Release Build is named "[PROJECT_NAME].swf". It almost appears as though ADT fails to rename the temporary SWF file. I also realized that the "Export Release Build" method likely used '-target ipa-ad-hoc', so I tried this in the ADT method with the same result.
    Any thoughts?

    Hello Nimit,
    Thank you for your response. I have tried AIR 3.8 Beta and this did not correct the problem. I downloaded the AIR 3.7 SDK from http://airdownload.adobe.com/air/win/download/latest/AdobeAIRSDK.zip . I have also tried with the new compiler as well, with the same result.
    To keep things simple, I've created a very lightweight example with which I see the issue. I've also been able to remove the Flash Builder step and reproduce the problem with mxmlc and adt only. Since the files are simple, I will just post them here.
    TestApp-app.xml
    <?xml version="1.0" encoding="utf-8" standalone="no"?>
    <application xmlns="http://ns.adobe.com/air/application/3.7">
        <id>com.company.testapp</id>
        <filename>TestApp</filename>
        <versionNumber>1.0.0</versionNumber>
        <initialWindow>
            <content>TestApp.swf</content>
            <autoOrients>false</autoOrients>
            <fullScreen>true</fullScreen>
            <visible>true</visible>
            <softKeyboardBehavior>none</softKeyboardBehavior>
        </initialWindow>
        <android>
            <colorDepth>16bit</colorDepth>
            <manifestAdditions><![CDATA[
                <manifest android:installLocation="auto">
                    <uses-permission android:name="android.permission.INTERNET"/>
                </manifest>
            ]]></manifestAdditions>
        </android>
        <iPhone>
            <InfoAdditions><![CDATA[
                <key>UIDeviceFamily</key>
                <array>
                    <string>1</string>
                    <string>2</string>
                </array>
            ]]></InfoAdditions>
            <requestedDisplayResolution>high</requestedDisplayResolution>
        </iPhone>
    </application>
    TestApp.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" firstView="TestView" applicationDPI="160">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
    </s:ViewNavigatorApplication>
    TestView.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" title="Test App" >
        <s:VGroup width="100%" height="100%" verticalAlign="middle" horizontalAlign="center" >
            <s:Label text="Hello World!" />
        </s:VGroup>
    </s:View>
    Create the above files in a single directory. Run the following to get a working IPA (method 1):
    > mxmlc +configname=airmobile TestApp.mxml
    > adt -package -target ipa-test -provisioning-profile [PROVISIONING_FILE] -storetype pkcs12 -keystore [CERTIFICATE] TestApp.ipa TestApp-app.xml TestApp.swf
    To reproduce the problem, run the following (method 2):
    > mxmlc +configname=airmobile TestApp.mxml
    > adt -prepare TestApp.airi TestApp-app.xml TestApp.swf
    > adt -package -target ipa-test -provisioning-profile [PROVISIONING_FILE] -storetype pkcs12 -keystore [CERTIFICATE] TestApp.ipa TestApp.airi
    If you unpack the working IPA (from method 1) you will see the file "TestApp.ipa\Payload\TestApp.app\TestApp.swf". However, if you likewise inspect the IPA created via the AIR intermediate method (method 2), you will see the file "TestApp.ipa\Payload\TestApp.app\swf1970057761096800694.tmp" and there will be no "TestApp.swf". In both IPA files, if we inspect "TestApp.ipa\Payload\TestApp.app\Info.plist", we see the snippet:
            <key>CTInitialWindowTitle</key>
            <string>TestApp</string>
            <key>CTInitialWindowContent</key>
            <string>TestApp.swf</string>
            <key>CTMaxSWFMajorVersion</key>
            <string>20</string>
            <key>CFBundleSupportedPlatforms</key>
    So I suspect "TestApp.ipa\Payload\TestApp.app\swf1970057761096800694.tmp" is incorrectly named, cannot be found at runtime and thus displays a black screen.
    This problem is observed when using AIR 3.7. It is not observed when using AIR 3.1.

  • Adobe AIR apps start with black screen on iOS 8

    AIR apps that worked fine on iOS 7 now just show a black screen and are unresponsive after updating to iOS 8.
    Is this a known issue? Has anyone found a solution yet?

    Found a resolution- the apps were published with the AIR 3.4 SDK. Republished with the newest AIR 15 SDK and they work properly in iOS 8.

  • Any known reason why bootcamp would start with black screen ?

    I just got bootcamp installed on a brand new mac pro with two Apple displays.
    I was able to start up my machine successfully with bootcamp (windows XP) and with mac OS.
    I am able to run the bootcamp partition from VMware. However, recently, I have not beel able to boot into windows.
    All I get is a black screen once the windows logo disappears.
    Any idea why bootcamp suddenly refuses to boot with windows but has no problem doing so with CMware Fusion ?

    You probably want to look through VMware Fusion about what is happening.
    http://communities.vmware.com/community/vmtn/desktop/fusion
    BootCamp is just a way to help format drive partitions. Beyond that, it adds HAL and Apple Services.
    With Mac Pro, the ideal is to use Disk Utility and 2nd drive, partitioned as Master Boot Record.
    Fusion and a BootCamp partition do make it more complicated. Fusion over writes graphic drivers - or did.
    Windows Recovery Environment and Safe Mode would be first step.

  • Simulator launches with black screen after deleting files.

    Hi,
    I am building an iPhone app on xcode 5 and everything have been going on very well. I deleted a view controller and it's files a couple of days ago and ever since whenever I run the app the simulator shows a black screen.
    Could this problem be caused because I deleted those files?
    How can I fix this?
    Thank you.

    This is obvious.
    App runs fine.
    You make a change.
    App no longer runs fine.
    Undo the change.

  • Hp Pvillion G6 2005ax with AMD Quad Core is showing blank Screen after latest BIOS Update

    Hi
    I have strange issue after the Hp Software Update. Recently i have connected to High Speed internet and Hp Asistant shown a Bios update for my System and i chose download. after that my Hp Pvillion G6 2005ax with AMD Quad Core is showing blank Screen and Caps Lock button Blinks Randomly and F12 Button also on. Kindly Suggest a Solution for this. I have been irritated by Hp Customer Care support.
    My Mobile No. [Personal Information Removed]
    Email ID is [Personal Information Removed]
    for any help you can send or i am availbale on above contact address.

     Hello , Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel. I read your post about the BIOS, and wanted to assist you! The blank screen and blinking of your Caps Lock, is the system trying to give you the error code for the issue your notebook is having.  You can review the following document for further assistance, if needed:HP Notebook PCs - Computer Does Not Start and Emits an LED or Beep Code Please note the blinking sequence of your Caps Lock, and follow the instructions in the document above.  From the information that you provided, it is possible that the blink code will be related to a BIOS error.  You can always try performing a System Restore, to set the notebook back to a previous working point. You can also try checking this site for BIOS drivers. Once there, you can select your Operating System and click "Update", you should be able to access and download the  BIOS drivers.  If you downloaded the latest driver from that site, try uninstalling the driver and installing the previous version. Please let me know if this information was helpful by clicking the thumbs up below.
    Have a great weekend!

  • Black screen after windows 7 update?

    Last night i left my Macbook Pro downloading a game on steam overnight, when i got up in the morning it seems like it restarted and went onto the mac login screen. So i restarted it into windows and it had been installing an update, and it said something like "installing clientregistry" with a number/number (it was the last step). It then restarted again and so i booted into windows, except after the screen where the colours fly around, i can see my cursor for a tiny bit then the screen goes black. You can tell it's still on as the fans continue to run and the brightness is a bit higher than what it would be if it was off. When i go onto the mac side, it says something like NTFS 3G force or abort, i chose force but it doesn't change anything. If i boot into safe mode in windows (when it detects it didn't shut down properly), i can get to the login screen and login but it says error cannot load profile, and it restarts after a certain time.
    It's very important that my windows works as the only way i can access a copy of windows 7 disc is from school, and the holidays just started

    Thanks for the reply,
    if i hold fn+f8 it gives me heaps of options, i tried the safe mode and it loads a ton of things but gets stuck on class.pnp at the end. Before safe mode would work and let me in for a couple of seconds before a force restart with a smaller resolution, but now it doesn't go through? Also, i tried to install something called macfuse but it doesn't work properly and now i don't even think i can read the volume through my mac side. When i boot up it comes up with two warnings;
    i) NTFS-3G Mount unsuccessful
    The disk contains an unclean file system (0, 0).
    The file system wasn't safely closed on Windows.
    Fixing.
    /Library/Filesystems/fusefs.fs/Support/fusefs.kext failed to load - (libkern/kext) link error; check the system/kernel logs for errors or try kextutil(8) the MacFUSE file system is unavailible(71)
    ii) A very similar log as the one previously but with NTFS-3G written all over it
    I'll uninstall macfuse as it proved useless. Before i could see the windows hd on the desktop, now it's just gone, maybe it's corrupted somehow? Should i try repairing it as one of the options in the safe-boot selection area?

  • Black screen after 10.51 update, please help!

    Installed Leopard on external F/W drive , although could not repair permissions on drive.I installed 10.51 then, display went black,and would not come on. Forced the machine to turn off. Disconnected external drive, pulled all the A/C cords,etc. Finally got it to start on the old Tiger OS on the internal drive.
    Just got off the phone with Applecare and they gave me the old "We do not support 3rd party hardware". My external drive is a OWC 911 chipset drive with Tiger on the partition so I don't get it.
    Is there perhaps something different about Leopard that precludes you from installing it on an external firewire drive?
    Does Anyone have any ideas?

    If cd boot was okay and attrib bcd was not, then the the bcd is apparently missing. Bad news. Time to restore the hard disk to its original out-of-the-box contents using Toshiba recovery media.
    Are there important files to recover first?
    Even recovery with "0" is impossible, though it did work fine previous to this.
    If the recovery discs were not created,  you can obtain them from Toshiba.
       Order Toshiba Recovery Media
    -Jerry

  • Ipod touch 4G stuck on swirling motion with black screen

    So I jailbroke my ipod with absinthe a few days ago and everything has been working fine but today i used an app i downloaded from cydia (cant remember the name) and it started to respring and went on for a long time so restared my ipod and everything but it still came back to the same screen of a swirling motion with black screen after passing the apple logo. I tried restoring the ipod on itunes but an error keeps occuring and it wont allow me to restore. Itunes wont read my ipod either. My ipod will not allow me to do anything. What should I do?

    Go elsewhere. Jailbreaking voids the Apple warranty. It also means that you will not get any help from Apple, including from this Apple forum.

  • Black screen after login while on battery with graphics switching enabled

    Getting a black screen after entering my password while logging into my account while on battery with graphics switching enabled. Everything is up and running, I just can't see it.
    I can log into the guest account on battery
    I can log into my account while plugged into power
    I can log into my account on battery if graphics switching is disabled
    I believe something that is starting up in my account is causing the system to switch from integrated to discrete graphics on login, and that switch isn't working correctly on battery power.
    As a work around for now, I can run with graphics switching disabled, but I'd like to solve this so I get longer battery life.
    MacBook Pro Retina 15"
    Mountain Lion
    All updates applied

    I had the same issue and managed to reslove it.
    Shut down your machine.
    Power it back on while holding the 'shift' key (left or right, doesn't matter)
    You will see a greay progress bar go across the screen while you boot in to 'safe boot'
    Once booted, login, and go to Energy Saver and turn on 'Automatic Graphics Switching'.
    Reboot back in to normal mode, and you should be able to log back in and see again.
    I did this without being plugged into AC power.
    Hope it helps!
    Cheers!

  • Black Screen after computer boots to Win XP With NX6600 VTD 256

    My son recently purchased a new computer and gave his old one to me to salvage what I wanted.Since he just a few months ago purchased my NX6600 VTD 256 from me I naturally salvaged that first. I tried to install the NX6600 in my other son's computer without success. First the particulars:
    MSI 845 Pro2 Mobo, 512 mb 133 Mhz Ram, 1.7 Ghz Intel CPU, Aopen AO350 12A PNF power supply, 350 watts with 18 amps on the 12 volt rail.
    I did a fresh install of winXP on a freshly formatted HDD. Installed service pack 2, the latest intel drivers, and 5 different versions of the driver packages including ver 77.77 all with the same results.
    After the computer boots I am intermittantly faced with a black screen after the WinXP logo disappears. This sometimes happens 3 times in a row before I get a working screen. After a good boot the NX6600 benchmarks good with very good marks!
    I am at this point strongly suspecting the power supply is not up to the task, even though the specs for the NX6600 recommend a 350 watt power supply.  Before I start removing all the hardware from the computer except for the NX 6600 to see if I have a hardware conflict, I doubt this because with the NX6600 installed without drivers I get a good boot every time.
    I'm open for suggestions. 

    Thanks for the reply boss killer.
    I tried what you suggested with a CRS power supply 300 watts with 15 amps on the 12 volt rail.
    with the exact same results.
    I then put the crs powersupply back into #1 son's old case reinstalled the nx6600 and gave it a go
    Particulars for the old computer ECS K7VTA3 ver. 1 Mobo with 512 Mb DDR, nx6600VTD256 vid card and the CRS Power supply 300 watts with 15 amps on the 12 volt rail , and win XP pro service pack 2.
    Funny the card works great without any problems with this setup! And the powersupply is 50 watts less and only 15 amps as compared to the other with 18!
    I then pulled all the hardware out of #2's computer and tried it with only the memory, cpu, and NX6600 connected.
    I had to boot 5 times before I had a working screen.
    Now I'm thinking that there is somthing amiss with the NX6600 and the MSI 845 Pro2 ???
    I'm thinking that I would be better off installing the K7VTA3 in #2 son's computer with the NX6600, since this works fine. When I did a benchmark with this setup it outperformed the *45 Pro 2 NX6600 combination By 300 points 2600 as compared to 2300 aqua mark points.
    Isn't this fun?

Maybe you are looking for

  • Uncheck non eligible employees by Flag

    Hi All Is there a flag option in SAP to uncheck employees not eligible for company pension plans and the pension box needs to remain unchecked on yearend W-2's. Thanks in advance

  • Issue in JSF1.1 with jdk1.4...

    Hi All, I am facing a very peculiar issue. I am using JSF 1.1 with j2sdk1.4.2_10 and Tomcat 5.5.7. JSF Expression language is giving me some puzzling errors if I say value="#{varList.AInfo.BInfo.someName} mapped in a datatable tag like this, where va

  • Fuzzy Fonts

    When I try to use Borris for text in FCE, when the size gets too small, it gets fuzzy and is not sharp. I need to be able to make graphics for sports videos. Example: Small picture of athlete inside a red box. The picture is on the left side, the fon

  • IPod SDK

    Where can I get the beta SDK??

  • How to fire JComboBox itemStateChanged event manually?

    hello: I want to know how to fire JComboBox itemStateChanged event manually. thank you -Daniel