How to recover the BIOS after erasing the CMOS RTC RAM?

My HP a6541sc froze during the update of the BIOS (using sp44500.exe found here: http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=pv-82094-1&cc=no&dlc=no&lc=en&...)

After that, I get a black screen and some components running inside the wardrobe.

I erased the RTC of RAM according to this info: http://support.hp.com/us-en/document/c01357175

Now, I would like to know if there is anything I can do to save my computer? I found information on starting a new BIOS from USB, but I need help on what to do. How can I Flash a new BIOS?

System:

HP a6541sc

Vista 64-bit

Thank you!

Thank you. Unfortunately I couldn't interest the BIOS screen and I had to get a new BIOS chip. This solves the problem.

Tags: HP Desktops

Similar Questions

  • How to recover the bios password hp mini 110-1144NR cnu938553m

    Help, please

    Need help how to recover the bios password hp mini 110-1144NR

    Series # cnu938553m

    Hello

    What is the code stopped? Please try (all in small character):

    e9lofuqqf4 (3rd tank is a tiny character of the letter L).

    Kind regards.

  • Compaq mini 110 c - 1020st: how to recover the password of bios compaq mini 110 c.

    How to recover the password of bios compaq mini 110 c.

    S/N: [personal information]

    P/N: NZ794EA #AB8

    Hello

    Enter: e9lo7qxd7a (3rd character is a lowercase L)

    Kind regards

    DP - K

  • How to recover a database after you add a data since the last file backup.

    How to recover a database after you add a data file to a tablspace existing since the last user managed backup.

    PS: I am aware that the user managed backups are not used and RMAN is used these days.

    At the stage of the mount: select name from v$ datafile;
    The last entry indicates a file named /xxx/xxx/.../UNNAMEDXXX.dbf

    Now

    ALTER database create datafile ' / xxx/xxx/.../UNNAMEDXXX.dbf' as 'path_where_you_want_to_add_the_datafile ';

    The name of the data file must match the name that added in production

    This will create a data file to the required location.

    Once the file has been created, you can continue with recovery.

  • Previously, during display of the image (photo) in the tab, it displays the resolution of the image, how to recover the photos (pictures) display resolution?

    Previously, during display of the image (photo) in the tab, it displays the resolution of the image, how to recover the photos (pictures) display resolution?

    You bring up the title bar via the "Title bar" button at the bottom left in the palette to customize window

    See also:

  • How to recover the PSADMIN State of origin user profile?

    People,

    Hello. My user ID to log in the application designer is "PSADMIN". I just created PIA. "http://localhost/psp/ps/?cmd=login" accesses PeopleSoft access code page, and I use "PSADMIN" to connect. I can open all web pages after login. "PSADMIN" is the access profile and user profile.

    But after I create a "newUser" role and assign a list of the permissions for the role, then the role "newUser" a link to the user "PSADMIN" profile, I can't open most web pages after login in PeopleSoft signon page using "PSADMIN". The system get the message: "you do not have access to the collection of Navigation. Please contact your portal administrator.

    Can any people tell me how to recover the profile user "PSADMIN" State of origin so that all web pages open after the connection?


    Thank you.

    go to PIA by using a root as VP1 or PS user and remove what you added to the PSADMIN.

    If you have locked your root user by chance... unlocked by using backend.

    PSOPRDEFN TABLE, unlock root user using the acctlock update.

    then sign in using that and make changes to the PSADMIN. or just the background, you can delete the additional role of PSADMIN profile using the same table.

  • How to recover the database when archive some of the log file are deleted.

    I am facing a problem with the Oracle database, which is linked to archivelogs.
    Our development database is running in archivelog mode, but we don't have safeguards and have no recovery catalog.
    When the database was in running, disk got full, so some archivelogs were deleted manually.
    After that they have restarted the DB, and DB now not come. The errors are as follows:

    -------------------------------------------------------------------------------------------------------------


    SQL > startup
    ORACLE instance started.

    Total System Global Area 1444383504 bytes
    Bytes of size 731920 fixed
    486539264 variable size bytes
    956301312 of database buffers bytes
    Redo buffers 811008 bytes
    Mounted database.
    ORA-01589: must use RESETLOGS or NORESETLOGS option of database open


    SQL > alter database open resetlogs;
    ALTER database open resetlogs
    *
    ERROR on line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: ' / export/home/oracle/dev/ADVFRW/ADVFRW.system'


    SQL > recover datafile ' / export/home/oracle/dev/ADVFRW/ADVFRW.system'
    ORA-00283: cool cancelled due to errors
    ORA-01610: recovery using BACKUP CONTROLFILE option must be


    SQL > restore database using backup controlfile;
    ORA-00279: change 215548705 generated at 2008-09-02 17:06:10 needed for thread
    1
    ORA-00289: suggestion:
    /export/home/Oracle/dev/ADVFRW/ADVFRW.archivelog1/LOG_ADVFRW_1107_1.arc
    ORA-00280: change 215548705 thread 1 is in sequence #1107


    Specify the log: {< RET > = suggested |} Filename | AUTO | CANCEL}
    /export/home/Oracle/dev/ADVFRW/ADVFRW.archivelog1/LOG_ADVFRW_1107_1.arc
    ORA-00308: cannot open archived log
    ' / export/home/oracle/dev/ADVFRW/ADVFRW.archivelog1/LOG_ADVFRW_1107_1.ARC'
    ORA-27037: unable to get file status
    SVR4 error: 2: no such file or directory
    Additional information: 3


    Specify the log: {< RET > = suggested |} Filename | AUTO | CANCEL}
    Cancel
    Cancelled media recovery.
    SQL >

    -------------------------------------------------------------------------------------------------------------


    1 how to recover the database and put online

    Any help will be much appreciated.

    Regarding
    Hemant Joshi

    Published by: hem_Kec on 7 Sep 2008 09:07

    Hello

    It is actually quite easy.
    We knew that Oracle was looking for logsequence 1107. There is no archived log, it was deleted, or it has never generated. As you delete files, the 1st solution would be possible, BUT as there was only an instance crash so more old archived logs is not required for crash recovery. There is a need during the restoration of the old backup files, which is not our case.

    Thus, the missing log sequence has not been archived = > it is a redo log.
    To identify the required online redo log, we just to log query v$ as I suggest.

    Once the log identified file, we can recover it by specifying the redo log when you ask logsequence 1107.

    And it is on. We win! :)

  • How to recover the sparsebundle workspace?

    Hi all

    EL Cap 10.11.5

    I made a my.sparsebundle which was for 2 GB

    - then I almost filled

    - then I deleted 50%

    - then run the Terminal command

    -Recovered 0 bytes

    -so I've removed everything inside and running the command again

    -always it recovered 0 bytes

    Q How do this work?

    -------

    How to recover the sparsebundle workspace?

    I went to the terminal and type:

    hdiutil compact /Users/me/Documents/my.sparsebundle

    and he succeeded, but said regenerated = 0 bytes of 48.9 MB possible.

    s http://blog.fosketts.NET/2015/07/22/how-to-use-Mac-OS-x-sparse-bundle-disk-image.

    rse-bundle-when-hdiutil-compact-is-not-e http://Apple.StackExchange.com/questions/54607/completely-recover-space-from-Spa...

  • How to recover the password for AirPort Extreme in ipad

    How to recover the password for the ex airport in ipad

    Use your Keychain Access iCloud, if you create a.

    Frequently asked questions about iCloud Keychain - Apple Support

    Soft reset the airport and you can connect for 5 min and recover the passwords.

    Reset to a base station AirPort FAQ - Apple Support

  • How to load the CMOS (get the Bios settings) on Lenovo IdeaCentre K330

    Hello

    How to load the CMOS (get the Bios settings) on Lenovo IdeaCentre K330? Found no parameters. I can click on F2, then network and passwords, is this all I could configure?

    OK, I got it - you must click F1 several times when starting system upward!

  • Have an Acer Aspire MA52 with W8.1. How to recover the partition "Recovery."

    I have perhaps destroyed the recovery partition when I used EaseUS Partition Master to split the C: partition into two partitions.  Can someone please advise on how to recover the necessary recovery partitions?  When I Advanced Start, I do not get an option "troubleshooting."

    Thank you.

    Thank you.  I got to the Acer store before somehow and it seemed that the store only shipped to the Canada; that is, there was only one country that could be selected.  I went through the url you gave and was able to place an order for a recovery disc.  Hope that works.

    Thank you.

  • How to recover the Folder.000 of .chk files

    Hello

    How to recover the Folder.000 of .chk files

    Thanks and respect

    G.Manjunath

    There are recovery utilities that can help you recover these .chk files:

    http://www.ericphelps.com/uncheck/
    Recover CHK files

    http://www.Raymond.CC/blog/archives/2008/01/07/how-to-recover-chk-fil...
    How to recover CHK files created by CHKDSK and SCANDISK

    John

  • How to recover the "administrator password" on laptop Vista Home Premium?

    Hello, someone knows how to recover the "Administrator password" window? I have a Vista Home Premium laptop. I will appreciate any suggestion. Thank you very much.

    Hello

    This is the information from microsoft on you assist on passwords

    http://support.Microsoft.com/kb/940765

    except that we cannot help you

    read this microsoft's policy NOT to provide assistance to crack passwords:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-security/keeping-passwords-secure-Microsoft-policy-on/a5839e41-b80e-48c9-9d46-414bc8a8d9d4

  • I wipe my keyboard and mouse with a paper towel and the screen flipped sideways, how I recover the right way? /

    I wipe my laptop and keyboard mouse with a paper towel and the screen turned sideways, how I recover the right way?

    Hi ken1957,

    Try pressing Ctrl +or to rotate the screen.

  • How to recover the complete installation of NDK IDE SDK?

    I just downloaded the gold 10.1, my NDK 10.0 and 10.1 in the same place. I have not updated my device and the IDE does not compile because the target device has older software.

    Now, I want to know how to recover the SDK outside of a full installation of QNX IDE. I just need an IDE if I could use several software development kits, and the IDE itself must have consumed a lot of HARD disk space.

    I like to keep the SDK installers so I can install them even without an internet connection (if I have to in the future). Someone can tell me how to recover (only the development kit) SDK full QNX IDE install and use with IDEs installed?

    I noticed that in the advanced SDK properties, there are two folder paths: Tools SDK and the Platform SDK. Can I copy these two files and use them also?

    If you still have the copy of the previous version of the sdk (two files 10.0 installation directory, host_10_0_10_536, and target_10_0_10_672 example), and if you are on Windows 7, you can copy these two files to the 10.1 installation directory and go to C:\Users\\AppData\Local\Research In Motion\BlackBerry Native SDK\qconfig and play a bit with .xml files that match the target sdk 10.0 (just in) change these two folders location paths).

    If you do not have a copy of them, the best solution is to click on the refresh icon and install the sdk that corresponds to your os from the target device.

Maybe you are looking for