K7SEM bios question
Results 1 to 8 of 8

Thread: K7SEM bios question

  1. #1
    Registered User
    Join Date
    Sep 2004
    Posts
    2

    K7SEM bios question

    I downloaded the newest bios for the K7SEM mobo 1.0. It was v. 1.2b or something like that... I was using winflash and I backed up my old bios to a file on the hard drive. I then proceeded to try and update the bios... it said it wasn't correct. I went ahead and tried anyway since I had the back up. Well, when it was updating, it got to about maybe 5% and then stopped and said verify error.
    I figured that was bad, so I decided to reload my old bios. Unfortunately it did the exact same thing. I was a bit freaked but figured I'd be alright and then shutdown the PC. BAD MISTAKE. Now it won't boot. It just gives me a couple wierd beeps and then nothing... I tried clearing CMOS but that didn't help. Am I S.O.L.? Is there any way to get the bios fixed? Or do I need to buy a new BIOS or mobo? (btw, the capacitors look fine, so I don't think they had anything to do with it).

    -JKirk

  2. #2
    Registered User nerd86's Avatar
    Join Date
    May 2003
    Location
    USA
    Posts
    15
    Quote Originally Posted by JKirk
    I downloaded the newest bios for the K7SEM mobo 1.0. It was v. 1.2b or something like that... I was using winflash and I backed up my old bios to a file on the hard drive. I then proceeded to try and update the bios... it said it wasn't correct. I went ahead and tried anyway since I had the back up. Well, when it was updating, it got to about maybe 5% and then stopped and said verify error.
    I figured that was bad, so I decided to reload my old bios. Unfortunately it did the exact same thing. I was a bit freaked but figured I'd be alright and then shutdown the PC. BAD MISTAKE. Now it won't boot. It just gives me a couple wierd beeps and then nothing... I tried clearing CMOS but that didn't help. Am I S.O.L.? Is there any way to get the bios fixed? Or do I need to buy a new BIOS or mobo? (btw, the capacitors look fine, so I don't think they had anything to do with it).

    -JKirk


    Your board should have a jumper to block flashing make sure it is disabled, download the bios below and flash utility.
    http://www.ecsusa.com/downloads/bios/awd822a.exe
    http://www.ecsusa.com/downloads/k7sem.html

    RECOVERING A CORRUPT AWARD BIOS
    With AWARD BIOS the process is similar but still a bit different. To recover an AWARD BIOS you
    will need to create a floppy diskette with a working BIOS file in .BIN format, an AWARD flash
    utility and an AUTOEXEC.BAT file. AWARD BIOS will not automatically restore the BIOS
    information to the SYSTEM BLOCK for this reason you will need to add the commands necessary
    to flash the BIOS to the AUTOEXEC.BAT file. The system will run the AUTOEXE.BAT file at
    startup, which will in turn flash the BIOS. This is fairly easy. Here are the steps you need to take.
    1) Create a bootable floppy disk. If you use Windows 95, 98 or DOS, this can be done by
    going to the DOS prompt and typing the command. (Be sure to insert a disk first)
    FORMAT A: /S
    The /S switch specifies that the system files should be copied to the diskette to make it
    bootable. If you are using Windows ME, Windows NT or Windows 2000 then you can not
    use the /S switch with the FORMAT command. If you are unable to create a bootable
    diskette because of the operating system you are using then you may download a
    bootable diskette image from the BootDisk.com web site at (http://www.bootdisk.com)
    2) Copy a working BIOS ROM (.BIN) file for your motherboard and an AWARD flash utility
    to the floppy disk. You can usually download these files from the motherboard
    manufacturer. If you need help finding these files call the motherboard manufacturer for
    technical support.
    3) Use a text editor or the ‘edit’ command at the DOS prompt to create a text file named
    ‘AUTOEXEC.BAT’ and save it on the floppy disk. Make sure that the file name is
    AUTOEXEC and that the extension is .BAT (nothing else). If you create this file from
    RECOVERING A CORRUPT AWARD BOOTBLOCK BIOS (Cont.)
    4) within Windows using a program such as NOTEPAD, you may need to change the file
    extension from .TXT to .BAT
    5) With the text editor add the following commands to the AUTOEXEC.BAT file on the
    floppy disk and then save the changes.
    @ECHO OFF
    @AWDFLASH BIOSFILE.BIN /py
    NOTE: The ‘/py’ switch will cause the flash utility to automatically reprogram the BIOS
    without any user intervention. Be sure to change the ‘AWDFLASH’ to the name
    of the flash utility that you are using and change the ‘BIOSFILE.BIN’ to the name
    of the BIOS ROM file you are using.
    If you are not sure what the command line switch to automatically flash your
    BIOS is, type the name of the flash utility with the ‘/?’ switch after it at a DOS
    prompt and a list of the available switches will be displayed.
    6) Insert the diskette you created into the floppy drive A: on the system that you need to
    restore the BIOS on. Turn on the system. The computer should startup, read the floppy
    disk, run the commands in the AUTOEXEC.BAT file and restore the BIOS.
    At this point if everything went well then the BIOS should have been restored and the
    computer should restart normally.
    Good luck!

    Computer Madness - Sledgehammers work Wonders!i

  3. #3
    Geezer confus-ed's Avatar
    Join Date
    Jul 1999
    Location
    In front of my PC....
    Posts
    13,087
    Quote Originally Posted by JKirk
    .. I then proceeded to try and update the bios... it said it wasn't correct. I went ahead and tried anyway since I had the back up. Well, when it was updating, it got to about maybe 5% and then stopped and said verify error.
    I figured that was bad..
    .. mmm maybe it said that for a reason ? , you ain't the only one however that's learnt this way..

    You may be able to get away with the process described above by nerd86 above, also you can replace the actual chip & you can 'hotswap' the chip if you access to other equipment, it depends what part of bios is wrong (for anyone wanting to know about hotswaps search this forum for the member name RUSLAN, some really good posts by him here on this). You might be able to get away with RMAing the board (if its in warranty) & feigning ignorance, don't tell 'em what you did for sure !

  4. #4
    Driver Terrier NooNoo's Avatar
    Join Date
    Dec 2000
    Location
    UK
    Posts
    31,824
    Ruslan's bios tips in this thread
    Never, ever approach a computer saying or even thinking "I will just do this quickly."

  5. #5
    Registered User
    Join Date
    Sep 2004
    Posts
    2

    Thank You! Thank You! Thank You!

    You are so incredibly freaking AWESOME!!!! It worked. You saved me money and most important time.... Thanks so much. I never knew you could do this...I thought it was just toast....

    Thanks again!


    Quote Originally Posted by nerd86
    Your board should have a jumper to block flashing make sure it is disabled, download the bios below and flash utility.
    http://www.ecsusa.com/downloads/bios/awd822a.exe
    http://www.ecsusa.com/downloads/k7sem.html

    RECOVERING A CORRUPT AWARD BIOS
    With AWARD BIOS the process is similar but still a bit different. To recover an AWARD BIOS you
    will need to create a floppy diskette with a working BIOS file in .BIN format, an AWARD flash
    utility and an AUTOEXEC.BAT file. AWARD BIOS will not automatically restore the BIOS
    information to the SYSTEM BLOCK for this reason you will need to add the commands necessary
    to flash the BIOS to the AUTOEXEC.BAT file. The system will run the AUTOEXE.BAT file at
    startup, which will in turn flash the BIOS. This is fairly easy. Here are the steps you need to take.
    1) Create a bootable floppy disk. If you use Windows 95, 98 or DOS, this can be done by
    going to the DOS prompt and typing the command. (Be sure to insert a disk first)
    FORMAT A: /S
    The /S switch specifies that the system files should be copied to the diskette to make it
    bootable. If you are using Windows ME, Windows NT or Windows 2000 then you can not
    use the /S switch with the FORMAT command. If you are unable to create a bootable
    diskette because of the operating system you are using then you may download a
    bootable diskette image from the BootDisk.com web site at (http://www.bootdisk.com)
    2) Copy a working BIOS ROM (.BIN) file for your motherboard and an AWARD flash utility
    to the floppy disk. You can usually download these files from the motherboard
    manufacturer. If you need help finding these files call the motherboard manufacturer for
    technical support.
    3) Use a text editor or the ‘edit’ command at the DOS prompt to create a text file named
    ‘AUTOEXEC.BAT’ and save it on the floppy disk. Make sure that the file name is
    AUTOEXEC and that the extension is .BAT (nothing else). If you create this file from
    RECOVERING A CORRUPT AWARD BOOTBLOCK BIOS (Cont.)
    4) within Windows using a program such as NOTEPAD, you may need to change the file
    extension from .TXT to .BAT
    5) With the text editor add the following commands to the AUTOEXEC.BAT file on the
    floppy disk and then save the changes.
    @ECHO OFF
    @AWDFLASH BIOSFILE.BIN /py
    NOTE: The ‘/py’ switch will cause the flash utility to automatically reprogram the BIOS
    without any user intervention. Be sure to change the ‘AWDFLASH’ to the name
    of the flash utility that you are using and change the ‘BIOSFILE.BIN’ to the name
    of the BIOS ROM file you are using.
    If you are not sure what the command line switch to automatically flash your
    BIOS is, type the name of the flash utility with the ‘/?’ switch after it at a DOS
    prompt and a list of the available switches will be displayed.
    6) Insert the diskette you created into the floppy drive A: on the system that you need to
    restore the BIOS on. Turn on the system. The computer should startup, read the floppy
    disk, run the commands in the AUTOEXEC.BAT file and restore the BIOS.
    At this point if everything went well then the BIOS should have been restored and the
    computer should restart normally.
    Good luck!


  6. #6
    Geezer confus-ed's Avatar
    Join Date
    Jul 1999
    Location
    In front of my PC....
    Posts
    13,087
    Nice one, the bootable floppy did it , as a postscript to this then as I know that way often works, the simple version of the instructions are this;-

    Make a bootable floppy with whatever runs your flashing tool without confirmation as an entry in it, try & boot from it, wait a bit, & hope ..

    Using this general interpretation will let folks with other bioses try this, & also of course there are versions of the award flashing tool where the switches are different to the bits quoted .

  7. #7
    Driver Terrier NooNoo's Avatar
    Join Date
    Dec 2000
    Location
    UK
    Posts
    31,824
    here is the original document nerd86 quoted from

    This also contains the AMI bios recovery as well as explanations on how to flash a bios. It is a well written 6 page pdf file. I will put the link in the bios recovery sticky I think.
    Never, ever approach a computer saying or even thinking "I will just do this quickly."

  8. #8
    Geezer confus-ed's Avatar
    Join Date
    Jul 1999
    Location
    In front of my PC....
    Posts
    13,087
    Quote Originally Posted by NooNoo
    ... I will put the link in the bios recovery sticky I think.
    Oh you've done one of them too ? (I'm glad you've caught on to the notion of stickies, we seem to have more & more of 'em )- well yeah then definately

Similar Threads

  1. Is this BIOS upgradable & does it need to be done now ?
    By Tushar in forum BIOS/Motherboard Drivers
    Replies: 7
    Last Post: December 12th, 2007, 02:43 AM
  2. Update: Bios Updates
    By TechZ in forum BIOS/Motherboard Drivers
    Replies: 0
    Last Post: September 3rd, 2004, 05:41 AM
  3. BIOS recovery tips (updated topic)
    By Ruslan in forum Tech-To-Tech
    Replies: 29
    Last Post: June 21st, 2004, 04:06 AM
  4. Award Modular BIOS v4.51PG
    By xmlmagician in forum BIOS/Motherboard Drivers
    Replies: 18
    Last Post: April 21st, 2004, 06:59 PM
  5. Just a little bitty question here 'bout bios on kt7a-raid
    By asm481 in forum BIOS/Motherboard Drivers
    Replies: 1
    Last Post: February 11th, 2002, 04:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •