Posts Tagged ‘bios’

Reset the BIOS on a HP Pavilion DV 6000

December 16th, 2009

Resetting the BIOS password is not a trivial task since all you have to do is disconnect the real-time clock battery aka RTC for a few minutes and wait. This tutorial is specific to the HP Pavilion DV 6000 however the same concept applies to other laptops. In my case I have to do this whenever a user forgets the BIOS password.

You can find the HP DV 6000 manual at HP.com, just in case you need assurance.

Steps

Let’s start by disconnecting the laptop from any power source such as the charger and battery, also disconnect any peripherals and then flip it on its back.

You will notice different compartments (the ones with screws in them), one is the memory compartment and the other holds the hard drive. You want to open the compartment nearest to the COA Windows Sticker or in other terms the one located right underneath the battery you will need a Phillips screwdriver to remove two screws. After the two screws are out pull upwards to remove the cover.

hp_1

At the bottom of the compartment you can identify the (RTC) battery because it has two cables (one red and black) coming out of it. The cables lead to a connector which is attached to the board, carefully pull out the connector to separate it from the board. Now wait for at least five minutes.

hp_2

hp_3

After five minutes have passed reconnect the connector to the board, place the cover and screw everything back in to it’s original state.

hp_4

Pay Attention: Only connect the AC adapter do not insert the battery , proceed to boot the system as usual without the battery. The system now boots without prompting for a password, you can now declared victory and dance around a bonfire.

Shutdown the system and re-insert the battery. And that is all!.

Delay boot time on a VMware virtual machine

July 31st, 2009

Somewhere in a dark corner at VMware HQ somebody had the great idea of setting the BIOS to display for less than two seconds on a virtual machine, which makes it almost impossible to hit the F2 key needed to access the BIOS menu. Fortunately, there is a simple solution.

Solution

Open the virtual machine .vmx configuration file you wish to modify and somewhere in the configuration add the following parameter.

bios.bootDelay = "5000"

Here is an example of how it looks.

bios_boot_delay

What this parameter is extend the BIOS display time for five seconds, which is enough time for you to press the F2 key.

vmware_bios

References

http://communities.vmware.com/thread/106757