SQL Agent don't start after a wrong reboot

While creating a SQL Agent job with his scheduling the server was rebooted for updates. The SQL Agent service does not restart with the following error. The job that was being created
there isn't in MSDB. What can you do? 
thanks 
Alessio
See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
Server stack trace: 
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ObjectExplorer.FindObjectExplorerFrame()
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ObjectExplorer.GetObjectExplorer(Boolean activateWindow)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ObjectExplorer.ShowError(Exception e)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.Service.Start()
   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
   at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
   at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ServiceActionHandler.EndInvoke(IAsyncResult result)
   at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ServiceControlProgress.ActionCompletedHandler(IAsyncResult result)

Thank you. With your answer, from services.msc  iI have seen thet the problem was on the account password.
Alessio  
Hi theorangejuice,
I’m writing to follow up with you on this post. According to your description, there is an issue on the SQL Server Agent service account password. Was the problem resolved after modifying the password or selecting Local System Account option? If yes, I’d
like to mark this issue as "Answered". Please also feel free to unmark the issue, with any new findings or concerns you may have.
Thanks,
Sofiya Li
Sofiya Li
TechNet Community Support

Similar Messages

  • Illustrator cc don't start after the new update

    Illustrator CC don‘t start after I update this. I should loading the font Verdana, but Verdana is activ. What can I do now?

    saure sahne,
    Are all the faces of the Verdana and Tahoma fonts installed and enabled/active?
    Did you receive a message about Verdana?
    Is your OS Mac OSX 10.6.8? If so, you will have to upgrade that or roll back the update. You can see instructions for the latter here:
    http://prodesigntools.com/adobe-cc-version-control.html

  • After automated install of Lightroom 6 (CC), Lightroom 6 don't start! I did reboot my computer and Lightroom 6 still don't start.

    After automated install of Lightroom 6 (CC), Lightroom 6 don't start! I did reboot my computer and Lightroom 6 still don't start. The same time I updated Photoshop CC and Bridge > no problems what so ever.
    Is it wise to remove Lightroom 6 and reinstall?
    Robert de Jonge

    Could you try to logout- and in again via the CC-app and start LrD 6.0 afterwards.
    Hope that helps.
    Guido

  • Sql server service wont start after disabling TLS 1.0 and SSL 3.0 on windows

    We have been hardening our servers for some time now and recently we disabled SSL 3.0 because of the poodle attack. When I did this on one of our test servers SQL Server failed to start up after the restart.
    I have been able to reproduce this on Windows Server 2012 and Windows 7 by disabling TLS 1.0 and SSL 3.0 through the registry. I am using SQL Server 2012 on the server machine. On my windows 7 machine sql server 2012 and sql server 2005 will not start with
    those disabled.
    These are the event log errors I get: 
    Application Logs: 
    (28/10/2014 8:38:54 AM) SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems. 
    (28/10/2014 8:38:54 AM) Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log. 
    (28/10/2014 8:38:54 AM) TDSSNIClient initialization failed with error 0x80090331, status code 0x1. 
    (28/10/2014 8:38:54 AM) TDSSNIClient initialization failed with error 0x80090331, status code 0x80. 
    System Logs: 
    (28/10/2014 8:38:54 AM) The SQL Server (MSSQLSERVER) service terminated with service-specific error %%-2146893007. 
    (28/10/2014 8:38:54 AM) A fatal error occurred while creating an SSL server credential. The internal error state is 10013. 
    Done anyone know have we can keep SSL 3.0 and TLS 1.0 disabled and get SQLServer server to start?

    Hi Don,
    I already have TLS 1.0 Disabled to prevent the BEAST exploit. So the values I have for:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 
    1.0\Server
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 
    1.0\Client
    Both have enabled set to ("Enabled"=dword:00000000).
    If change both of these back to ("Enabled"=dword:00000001)
    to enable TLS 1.0, and restart then SQLServer is able to start again. But we are now vulnerable to the BEAST attack once again.
    If I keep server enabled and disable the client or vice versa and restart. Then SQLServer starts but I
    am unable to connect to it. When I check the Event logs I get the same errors as my original past.
    With your last post, do you mean to backup SCHANNEL and delete it so it gets recreated? If that is the case it will probably work because if I re enable SSL 3.0 or TLS 1.0 from here it fix's the issue,  but I then I won't have the exploits patched and
    we need this for some of our customers.
    This is my SCHANNEL Export:
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client]
    "DisabledByDefault"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Client]
    "DisabledByDefault"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Client]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server]
    "Enabled"=dword:00000000

  • Server Intelligence Agent won't start after repair of Business Objects 4.0

    I migrated our company's business objects contents and documents from previous BO 3.1 server to new BI 4.0  server using standard BI tools. (That is, using the export wizard in BO 3.1 to create BIAR file and using upgrade management tool to import this biar file to new BI 4.0 server).
    After that, everything looks fine, I can log in to launch pad and can see all the folders, reports, etc have been moved over.
    But Life Cycle Management stopped working. I guess the reason is, when I created the biar file from source 3.1 server, I basically included everything that may include LCM folder as well, and this folder overwrite the LCM folder in BI 4.0 server. In order to fix this issue, I did "repair" of BI platform. After this, the Server Intelligen Agent won't start.
    Tried to log on to cmc, got error message 
    "Error: Server SERVERTest:6400 not found or server may be down (FWM 01003) null"
    Tried to start the Server Intelligence Agent from "services", got message:"windows could not start the server intelligence agent (servertest) from local computer..." Checked the event log, no much useful information.
    Can anyone please give me some ideas? what might have caused this issue? where should I look to? I hope we don't have to go through uninstall/reinstall.
    thanks.

    Hi,
    check the Task Manager if you have running the processes running "SIA.exe" ans "cms.exe"
    Regards
    -Seb.

  • Ovi Maps 3 don´t start after firmware update (6220...

    Hello!
    a few days ago I installed ovi maps 3 on my nokia 6220c and it works well. Later I updated the firmware from version 03.06 to 05.15.
    After firmware update ovi maps don´t start-> "Cannot open application. Install latest version from nokia.com/maps."
    But Nokia Map Updater says, there are no updates for my maps.
    What´s wrong?
    Can I reinstall Ovi Maps 3? Or is it possible to install Ovi Maps 3 new?
    thanks

    Hello!
    The Map Updater said: "there is no update for your phone" ...because maps 3 is already installed.
    But in the meantime I have found a solution!!
    I downloaded maps 2.0 from the German nokia page and installed it. Later I started Map Updater and could update to Maps 3 and now it works!!!
    I think the problem was: I first updated to Maps 3 and later updated the firmware. There was any older version of fixes included in the firmware update, so Maps 3 was damaged...
     thanks
    sorry for my bad English

  • SQL Agent won't start

    Hi,
    I tried to start the SQL Agent on my SQL 2008 Server but got this error:
    TITLE: Microsoft SQL Server Management Studio
    Unable to start service SQLSERVERAGENT on server ACHSQL12. (mscorlib)
    ADDITIONAL INFORMATION:
    The SQLSERVERAGENT service on ACHSQL12 started and then stopped. (ObjectExplorer)
    BUTTONS:
    OK
    Is there anything I should check?
    Regards
    Paul

    You see the article for getting update :
    Before you can start to use FILESTREAM, you must enable FILESTREAM on the instance of the SQL Server Database Engine. Enabling/configuring FILESTREAM is a bit different from configuring other SQL features because it involves making machine wide changes
    and not only SQL instance changes. Also, FILESTREAM configuration has been changed for the February CTP to properly separate the Windows Built-in administrator and SQL administrator roles. In the November CTP, enabling/disabling FILESTREAM required Built-in
    Admin privilege. Enabling FILESTREAM is now made up of 2 admin layers:
    1-     
    The Windows configuration layer handles Windows related setup changes required for FILESTREAM. This requires built in administrator privilege. FILESTREAM settings in the SQL Configuration Manager (SQL-CM) represent this admin layer.
    2-     
    The SQL configuration layer handles the setup changes required within the boundaries of the SQL instance. The SQL Admin can now use sp_configure/RECONFIGURE to handle this FILESTREAM configuration.
    http://blogs.msdn.com/b/sqlserverstorageengine/archive/2008/03/03/filestream-configuration-and-setup-changes-in-sql-server-2008-february-ctp.aspx
    Ahsan Kabir Please remember to click Mark as Answer and Vote as Helpful on posts that help you. This can be beneficial to other community members reading the thread. http://www.aktechforum.blogspot.com/

  • SQL agent failed to start

    hi All
    I am using SQl 2008, and agent failed to start
    2015-03-16 11:11:31 - ! [000] Unable to connect to server '(local)'; SQLServerAgent cannot start
    2015-03-16 11:11:31 - ! [298] SQLServer Error: 18456, Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. [SQLSTATE 28000]
    2015-03-16 11:11:31 - ! [382] Logon to server '(local)' failed (DisableAgentXPs)
    2015-03-16 11:11:32 - ? [098] SQLServerAgent terminated (normally)
    SQLserver has started~~

    Hello,
    Try changing the SQL Server agent service account to Local System or by the same account you are using to
    start the SQL Server service account.  The following article for changing SQL Server service account may help you, since it is a similar procedure.
    https://msdn.microsoft.com/en-us/library/ms345578.aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • [Solved]E17 startup apps don't start after update.

    [2013-01-23 16:30] Running 'pacman -Syu'
    [2013-01-23 16:30] synchronizing package lists
    [2013-01-23 16:30] starting full system upgrade
    [2013-01-23 16:38] upgraded cairo (1.12.8-2 -> 1.12.10-2)
    [2013-01-23 16:38] upgraded icu (50.1.1-1 -> 50.1.2-1)
    [2013-01-23 16:38] upgraded harfbuzz (0.9.9-2 -> 0.9.9-3)
    [2013-01-23 16:38] upgraded imagemagick (6.8.0.7-1 -> 6.8.1.9-1)
    [2013-01-23 16:38] upgraded inkscape (0.48.4-2 -> 0.48.4-3)
    [2013-01-23 16:38] >>> Updating module dependencies. Please wait ...
    [2013-01-23 16:38] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-01-23 16:38] ==> Building image from preset: 'default'
    [2013-01-23 16:38] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-01-23 16:38] ==> Starting build: 3.7.4-1-ARCH
    [2013-01-23 16:38] -> Running build hook: [base]
    [2013-01-23 16:38] -> Running build hook: [udev]
    [2013-01-23 16:38] -> Running build hook: [autodetect]
    [2013-01-23 16:38] -> Running build hook: [modconf]
    [2013-01-23 16:38] -> Running build hook: [block]
    [2013-01-23 16:38] -> Running build hook: [filesystems]
    [2013-01-23 16:38] -> Running build hook: [usbinput]
    [2013-01-23 16:38] -> Running build hook: [fsck]
    [2013-01-23 16:38] -> Running build hook: [keymap]
    [2013-01-23 16:38] ==> Generating module dependencies
    [2013-01-23 16:38] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-01-23 16:38] ==> Image generation successful
    [2013-01-23 16:38] ==> Building image from preset: 'fallback'
    [2013-01-23 16:38] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-01-23 16:38] ==> Starting build: 3.7.4-1-ARCH
    [2013-01-23 16:38] -> Running build hook: [base]
    [2013-01-23 16:38] -> Running build hook: [udev]
    [2013-01-23 16:38] -> Running build hook: [modconf]
    [2013-01-23 16:38] -> Running build hook: [block]
    [2013-01-23 16:38] -> Running build hook: [filesystems]
    [2013-01-23 16:38] -> Running build hook: [usbinput]
    [2013-01-23 16:38] -> Running build hook: [fsck]
    [2013-01-23 16:38] -> Running build hook: [keymap]
    [2013-01-23 16:38] ==> Generating module dependencies
    [2013-01-23 16:38] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-01-23 16:38] ==> Image generation successful
    [2013-01-23 16:38] upgraded linux (3.7.3-1 -> 3.7.4-1)
    [2013-01-23 16:38] upgraded qt (4.8.4-1 -> 4.8.4-2)
    One of these packages broke it. Disabled and reenabled the startup apps in the settings but no go. Worked fine this morning when i turned on the computer. Any ideas?
    Last edited by 89c51 (2013-01-23 15:07:48)

    Never mind.
    It fixed itself after a couple reboots 

  • How can I set the guests to auto start after the primary reboots?

    For version 1.2 of LDOM software, how do I set the guests to automatically start after I reboot the primary? Right now if I do this:
    ldm stop -f guest1
    reboot primary
    guest1 will be bound and manually started with ldm start
    ldmd is set to start at boot.
    Thanks, Kevin

    Try running ldm set-var auto-boot\?=true guest1This will set the LDOM guest openboot parameter "auto-boot" to true and it should boot automatically when the Primary restarts.
    Steve

  • Windows don't start after System restore

    Hi. I have a Pavilion dv7 6195-US bought 3 years ago. 
    I have 2 HDD x 500GB.
    There was also a partition with the system restore to factory OS, but I don't remember what I've done and didn't recognized by HP Recovery Manager, anyway, the information is safe...I mean "base.wim".
    For some reasons, I had to formatted and reinstall the windows.
    I backup all my information from my laptop. INCLUDING the image factory: base.wim and the I try to reinstall my windows.
    For this point I found 2 ways on the internet: 
    1: there are 6 steps ( http://h30434.www3.hp.com/t5/Notebook-Operating-Systems-and-Software/Another-System-Restore-question... ) but instead of connecting my hard to another PC, I use the second of my HDD to install a random win7 and to do the 6 steps. I do the exact what is there, BUT after the step 6 and restart my laptop... basically it's stop at the point with "starting Windows and Logo"... If I remember for the first time when I opened, it supose to appear a welcome screen after that...but nothing... just freeze image. 
    Anyway, I don't know WHY or WHAT I got wrong... I try another way:
    2: Here is the stept that i follow but even here nothing happend ( http://forums.whirlpool.net.au/archive/2243985 )
    Please help me out how to figure out a way to restore my factory windows on a formatted HDD.
    There is no problem with my base.wim, I restore it ok with image.exe.... but the only problem is after the restart of my laptop and basicaly start windows for the first time... doesn't work.
    Maybe is because of my partition type or what? Can anyone give me some clear ways to do that.
    Thanks a lot !
    Later edit: I don't remember wich of this 2 ways I try, but after restart seems to work until a grey background appear, ans a cmd start with "startnet.cmd"...then a text 2 seconds, but then restart... and that's it... seems like a problem of restoring windows to factory?

    Hi @Starhitect ,
    Welcome to the HP Forums!
    It is a terrific place to find answers and tips!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I grasp you are trying to recover your notebook back to factory.
    Following the steps in the first link at Step 6 it states after reinstalling the drive to boot to a Windows CD and do a repair.  Did you do that step?
    I suggest you contact HP support and inquire about obtaining a recovery kit for your notebook and then do the recovery from them.
    Please call our technical support at 800 474 6836. If you live outside the US/Canada Region, please click the link below to get a support number for your region.
    World Wide Phone Support
    Here is a link to assist you with that process. Performing an HP system recovery (Windows 7)
    Good Luck!
    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!

  • Don´t start after install bios ACPI Flash BIOS version 2.00 for Satellite A215 (PSAFGU/PSAFHU)

    After install this update doesn´t start anymore
    it´s possible to install the previous bios?
    Thank you

    Phoenix BIOS Recovery by PETAR
    Update: Boot-Block Jumper
    http://rapidshare.com/files/14946637...ock_Jumper.pdf
    This is the latest PHLASH16 I could find:
    http://rapidshare.com/files/15674471...6.5.4.rar.html
    Tool provided by @offon7544
    Here is the Archive with all the files needed and How to for Phoenix BIOS Recovery.
    Method 1.
    http://www.box.net/shared/j2u98ci67f
    How To:
    1. Use HP USB Disk Storage Format Tool with MiniDOS files to make your Bootable: Flopy, USB Flopy, USB Flash Drive (Flash Drive works in rear cases).
    When creating the boot Floppy, select from Folder Options to view the hiden and system files and delete or rename the file config.sys if present.
    Couse we need DOS with no additional programs that are loaded, which could interfere with the operation of the BIOS flash application.
    2. Copy all the files from Rescue to your: Flopy, USB Stick, USB Flopy.
    3. Rename your BIOS file to bios.wph and copy it to your: Flopy, USB Stick, USB Flopy.
    4. Remove the battery, unplug the computer from the power.
    5. Hold down: Fn+B or WinKey+B (On some new Acer Laptop's Fn+Esc and on some new Fujitsu Siemens Laptop's Fn+F)and while holding plug the computer in to power (do not plug the battery) and pres the power button.
    6. Now you should hear the flopy drive working, hold the keys for a while and then let go.
    7. Leve the computer for at least 10 min. and if the computer does not restart it self turn the power down.
    8. Plug the battery and the power sorce and if everything went OK the computer shold start normaly.
    Note: This procedure is for Phoenix BIOS`es only and in some cases the USB Stick might not work.
    Method 2.
    http://rapidshare.com/files/105952250/Metod_2.rar
    How To:
    1. Click on the Phoenix_Crisis_Recovery.exe to make: Flopy, USB Flopy.
    When creating the boot Floppy, select from Folder Options to view the hiden and system files and delete or rename the file config.sys if present.
    Couse we need DOS with no additional programs that are loaded, which could interfere with the operation of the BIOS flash application.
    2. Copy all the files from Rescue to your: Flopy, USB Flopy.
    3. Rename your BIOS file to bios.wph and copy it to your: Flopy, USB Flopy.
    4. Remove the battery, unplug the computer from the power.
    5. Hold down: Fn+B or WinKey+B (On some new Acer Laptop's Fn+Esc and on some new Fujitsu Siemens Laptop's Fn+F) and while holding plug the computer in to power (do not plug the battery) and pres the power button.
    6. Now you should hear the flopy drive working, hold the keys for a while and then let go.
    7. Leve the computer for at least 10 min. and if the computer does not restart it self turn the power down.
    8. Plug the battery and the power sorce and if everything went OK the computer shold start normaly.
    Note: This procedure is for Phoenix BIOS`es only and in some cases the USB Stick might not work.
    Method 3.
    http://rapidshare.com/files/105952818/Metod_3.rar
    How To:
    1. Use HP USB Disk Storage Format Tool with MiniDOS files to make your Bootable: Flopy, USB Flopy, USB Flash Drive (Flash Drive works in rear cases).
    When creating the boot Floppy, select from Folder Options to view the hiden and system files and delete or rename the file config.sys if present.
    Couse we need DOS with no additional programs that are loaded, which could interfere with the operation of the BIOS flash application.
    2. Copy all the files from Rescue to your: Flopy, USB Stick, USB Flopy.
    3. Rename your BIOS file to bios.wph and copy it to your: Flopy, USB Stick, USB Flopy.
    4. Remove the battery, unplug the computer from the power.
    5. Hold down: Fn+B or WinKey+B (On some new Acer Laptop's Fn+Esc and on some new Fujitsu Siemens Laptop's Fn+F) and while holding plug the computer in to power (do not plug the battery) and pres the power button.
    6. Now you should hear the flopy drive working, hold the keys for a while and then let go.
    7. Leve the computer for at least 10 min. and if the computer does not restart it self turn the power down.
    8. Plug the battery and the power sorce and if everything went OK the computer shold start normaly.
    Note: This procedure is for Phoenix BIOS`es only and in some cases the USB Stick might not work.
    Method 4.
    http://rapidshare.com/files/105953337/Metod_4.rar
    How To:
    1. Click on the Phoenix_Crisis_Recovery.exe to make: Flopy, USB Flopy.
    When creating the boot Floppy, select from Folder Options to view the hiden and system files and delete or rename the file config.sys if present.
    Couse we need DOS with no additional programs that are loaded, which could interfere with the operation of the BIOS flash application.
    2. Copy all the files from Rescue to your: Flopy, USB Flopy.
    3. Rename your BIOS file to bios.wph and copy it to your: Flopy, USB Flopy.
    4. Remove the battery, unplug the computer from the power.
    5. Hold down: Fn+B or WinKey+B (On some new Acer Laptop's Fn+Esc and on some new Fujitsu Siemens Laptop's Fn+F) and while holding plug the computer in to power (do not plug the battery) and pres the power button.
    6. Now you should hear the flopy drive working, hold the keys for a while and then let go.
    7. Leve the computer for at least 10 min. and if the computer does not restart it self turn the power down.
    8. Plug the battery and the power sorce and if everything went OK the computer shold start normaly.
    Note: This procedure is for Phoenix BIOS`es only and in some cases the USB Stick might not work.
    The HP Tool is located in the archive of the first metod.
    Use the metods in order form 1 to 4, unless you think otherwise...
    Hope you never use this and if you ever have to GOOD LUCK.
    Insyde Recovery
    INSYDE BIOS RECOVERY METHOD added 28/11/2009
    http://forums.mydigitallife.info/showthread.php?t=13095

  • My MacBook pro don't start after installing Lion

    Hi
    I just downloaded Lion from AppStore, then my MacBook pro wan,t start. It is only the apple.
    Br/Anders

    I'm afraid that with hardware problems, such as you dsecribe, are difficult (if not impossible) to diagnose over the Internet. You're just going to have to break down and make the trip to your nearest Apple Store or AASP and have them diagnose your computer. I take it that you didn't purchase the extended AppleCare Protection Plan? Let's just hope it's not a logic board problem...
    Clinton

  • Satellite A300-1AK don't start after update Win Vista

    Hello everyone, hope someone can help me
    I have a toshiba notebook with a view, I got the bright idea to do an update since a long time that was not updated at the end. I restarted the update as required nb. and then nothing!
    The practice turn on the screen toshiba nb out and then the screen stays black, the hard disk does not read it, I tried to put the recovery disk and start it on the drive but nothing, to put the dvd but no operating system, does not read anything...
    What happened?? Possible that an update is this damage? The problem and as I said before that I can not act in any way ...!!!
    -I can not access the computer in Safe Mode
    -always black screen and does not load the hard disk
    -I upgraded because I had just reset the notebook with the recovery DVD, so the reader was working, once the update is complete restart of windows I went out this black screen, where I noticed that does not read the hard disk. ..
    thanks for all the support and suggestions.
    Please send me more 'procedure to execute
    Francesco

    Hmm you mean you cannot see anything? Neither the red Toshiba Splash Screen?
    What to say sounds not good.
    But try this short workaround:
    Disconnect the AC adaptor, remove the battery. Leave the notebook for some time disconnected from both parts I would wait some hours
    Then connect both parts and try to power up
    Good luck

  • Urbanterror in a second X server don't start after X server update

    Before the last update of the X server I  was used to start Ut in a second server with those scripts:
    ~/bin/ut-42
    #!/bin/bash
    DISPLAY=:1.0
    export SDL_AUDIODRIVER=alsa
    #xinit /usr/bin/urbanterror $* -- :1
    xinit urbanterror $* -- :1
    and in my .xinitrc:
    case $1 in
    #other stuff
    urbanterror)
    xrandr --output DVI-I-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-1 --off --output DVI-I-2 --off
    $HOME/bin/games/UrbanTerror42/Quake3-UrT.x86_64 $* -- >$HOME/.ut.log 2>&1
    #/usr/bin/urbanterror $* --
    #other stuff
    Now when I swith to another tty to launch Ut I have this error message:
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.15.5-2-ARCH x86_64
    Current Operating System: Linux izildur 3.15.7-1-ARCH #1 SMP PREEMPT Mon Jul 28 20:06:17 CEST 2014 x86_64
    Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda6 rw initrd=../initramfs-nouveau-load-early.img
    Build Date: 31 July 2014 11:53:19AM
    Current version of pixman: 0.32.6
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/home/cedlemo/.local/share/xorg/Xorg.1.log", Time: Thu Jul 31 19:23:16 2014
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    (EE)
    Fatal server error:
    (EE) xf86OpenConsole: Cannot open virtual console 2 (Permission denied)
    (EE)
    (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    (EE) Please also check the log file at "/home/cedlemo/.local/share/xorg/Xorg.1.log" for additional information.
    (EE)
    (EE) Server terminated with error (1). Closing log file.
    I remember that when I updated the X server I had had an information message about some  modifications (well I know it's my fault I didn't read it).
    Last edited by Phasme (2014-08-01 17:29:34)

    https://www.archlinux.org/news/xorg-ser … available/
    If that is any help!
    (A good tip is either follow the mailing-list, or atleast check the frontpage now and then before updates, just to be sure of any important new considerations.)
    Last edited by PReP (2014-08-01 00:31:27)

Maybe you are looking for

  • Problem with Goods Reciept Posting

    I have posted goods reciept, after that i am trying to post excise part-2. I have mentioned al the details in goods reciept, but in excise part-2, system shows credit avaialbe field blank. pls guide

  • The information on my screen is all mushed up...

    Hi anyone, I've updated the Safari browser, cleared the cookies and repaired the disk permission, yet the displays are mushed up. On facebook, for example, one blue box covers another box and there's no way to move it .... Any suggestions? Thanks! Ch

  • HT4528 WHen i open Itunes on my Iphone there is a blank screen

    WHen i open Itunes on my Iphone there is a blank screen

  • Code Coloring, ASP/VBScript, & CS5

    My IT area has set up the web  server  to process all .HTM files as if they were .ASP. Subsequently, I  cannot  view my HTM files as they would appear if they were "true" ASP  files in  Dreamweaver CS5. I applied the changes described in TechNote  16

  • LR4 Edit in Photoshop

    I just got LR4.1 installed, and I imported some RAW images from my Canon 5D2. I make some color adjustments in LR, then want to close something out. I select to export to photoshop CS5. When I am done making my clone, I save the file. When I return t