computing
  • 4

Solved Unable To Enter Into Bios Also Keyboard Is Not Working.

  • 4

I was installing windows 8 on my asus P5GC-MX/1333 MB and suddenly my UPS dropped the power supply during the installation.

And now when I restarted my pc it got stucked on motherboard logo and says to press DEL to enter into bios.
But unfortunately when I press DEL nothing happens at all because my keyboard is not detected.

I tried clearing CMOS by removing battery and also tried jumper setting to restore the bios but nothing happened at all.

Then I removed sata cable of hardisk and dvd drive and try rebooting,
This time during post it showing that keyboard not detected and F1 to run setup and F2 to loaf default setting and after that it shows a black screen and says Insert proper boot media device and press any key with a blinking cursor….

I tried changing the keyboard its PS2 but nothing happened at all.

it seems my bios has crashed and I tried to flash my bios with a usb bootable drive and during the process there comes a dos screen where I have to enter some bios command to flash the bios.But

since my keyboard is unable to detect that’s why I am unable to enter the commands.

please someone help me im totally lost.Any help will be greatly appreciated.

Share

1 Answer

  1. Oh yeah,that’s right, pure dos–even 98 dos–will only see files in 8.3 format.

    Since you appear to have the necessary boot files we can try setting up the flash drive to run the update by itself.

    I assume you downloaded the most recent update file–P5GC-MX-ASUS-1333-0413.zip–and flasher file–AFUDOS236.zip–and extracted them and copied them to the flash drive.

    You need to rename the update file on the flash drive so it complies with dos 8.3 format. Your example will work fine so rename it from
    P5GC-MX-ASUS-1333-0413.ROM to P5GC.ROM. (Sometimes when you rename files you unintentionally get a doiuble extension so take a good look at the renamed file and make sure it’s just P5GC.ROM and not P5GC.ROM.ROM.)

    Then use NOTEPAD and write in it a single line exactly as:

    AFU236U /iP5GC.ROM

    Save that file as AUTOEXEC.BAT on the flash drive.

    So the only files on the flash drive should be the two hidden dos boot files–io.sys and msdos.sys–as well as command.com, afu236u.exe, p5gc.rom and autoexec.bat.

    With that, the drive should be ready to go. Autoexec.bat will run on it’s own and give the command to do the update. Now it’s possible part of the update process will ask something like ‘are you sure you want to do the update’ which of coiurse will require a keyboard response.

    If that happens shut down the computer and remove the flash drive and put it in the working computer. Run notepad again and open the autoexec.bat file on the flash drive. Edit the line from:

    AFU236U /iP5GC.ROM

    to:

    AFU236U /iP5GC.ROM /y

    Adding the /y is sometimes seen by the command as answering ‘yes’ to its built-in question. It may or may not work in your case but give it a try if you are asked the ‘are you sure’ question. If that doesn’t work then we’ll have to find a flasher that is compatible with the bios chip and won’t pause to ask questions.

    • 0