Undo Award BIOS Flash and Recovery

March 10, 2009 Add Comment

Undo Award BIOS Flash and Recovery


For motherboard that is using Award BIOS, there is an easy recovery method that can be used to reset, restore or recover the BIOS that no longer works or boot up the system. The corrupt BIOS may be caused by incorrectly flashed BIOS BIN, improper flash handling, power cut off during flash, hacking attempt on BIOS and many other reasons.

The recovery and restoration process of Award BIOS is similar to those of recovery of AMI BIOS. But unlike AMIBIOS, Award BIOS file using the .BIN format extension, while AMI is .ROM format. Award BIOS also does not automatically restore the BIOS information, whereas AMI BIOS ‘boot block’ can automatically trigger recovery process to look for new BIOS content to restore to the ‘system block’.

Step by step guide to recover corrupt Award BIOS:

Make a bootable floopy disk. One easy way to create boot disk is to use Windows Explorer (or Computer window in Vista and ‘Copy system files’ in older version) to format the floppy disk, and select the option ‘Create a MS-DOS startup disk’.
Copy the Award flash utility & BIOS file to the floppy disk. Both files can be downloaded from motherboard’s manufacturer.
Create an autoexec.bat file with any text editor such as Notepad, and type in an auto flash command in following syntax: Award_Flash_Utility BIOS_Filename. For example,
awdfl823K w6378vms.130
(awdfl823k been filename of flash utility and w6378vms.130 been the filename of BIOS file.)

or

awdflash XXXXXXXX.BIN /py/sn/f/cc/r
flashv73 XXXXXXXX.BIN /py/sn/f/cc/r

(awdflash and flashv73 been filename of flash tool, and XXXXXXXX.BIN is file name of BIOS dump. All switches after the flash command are necessary when flashing the BIOS. It has the following meaning:

py = program yes
sn = save no
f = flash
cc = clear CMOS
r = reboot)

Replace with the file name of your BIOS flash utility and BIOS file. Remember to save the file as autoexec.bat.

Boot up system with the floppy.
The system should auto execute autoexec.bat and flash overwrite the BIOS. If any prompt appears, follow accordingly.
Reboot the computer.

301 and 302 Redirects helps to SEO : SEO Tips

March 02, 2009 Add Comment

301 and 302 Redirects helps to SEO : SEO Tips


URL redirection or URL forwarding is basically when a website tells a browser that a page has moved. For example, the page formerly hosted at http://OldURL.com may now be at http://NewURL.com. Thus, as the webmaster you'd want to tell anyone that goes to OldURL what the new address is - something you can do automatically via a browser redirect (http status code starting with a 3)

There are two most common types of redirects, a 301 redirect and a 302 redirect. A 301 redirect means that a page has been moved permanently while a 302 redirect means that a page has been moved temporarily (or for an unknown reason).

If your page is moving to a new URL for whatever reason, and you want to maintain the SEO authority that you've built up (e.g., from multiple inbound links pointing to the old URL), you'll want to use a 301 redirect. The 301 redirect tells search engines that whatever authority they were previously ascribing to the old URL should now be passed on to the new URL, and therefore you shouldn't lose any of your SEO authority.

That said, there have been occasions where people have attempted to use redirects to game search engines. For example, one could buy another site with a good deal of inbound links and then attempt to 301 redirect that site to your site and transfer its link credit. Search engines can often spot these maneuvers and will see through them, thus removing the inbound link credit. If you're going to purchase a site and want to maintain its credibility make sure to thread carefully and read up about best practices prior to doing it.