Trying to use the Gotek to flash corrupted BIOS. #633
-
Hello, I recently purchase a Gotek Floppy emulator. Model per instruction sheet is SFR1M44-U100 code *: U00 142. I flashed it with FlashFloppy and I'm getting the F-F and when I plug in USB stick which I think has a valid image on it I get 0- on the 7 segment display. I did not load the usb with the ff.cfg file or img.cfg file (setup page says this is optional?). Jumper is set to S0 and JC (JC is not labeled on the PCB but is detailed in the instructions sheet.) The motherboard would not recognize the Gotek when set to S1. What I'm trying to do is flash a corrupted BIOS. The BIOS is an Award BIOS currently in BootBlocker 1.0 and wants a floppy to reflash. I do not have that floppy disk to make an image. The image must be bootable, contain the bios .bin file, flash utility .exe file and a batch file. I have all of those files. When I place the files in winimage and export a .img or .ima file the bios still requests a disk. I'm having trouble figuring out where my problem is. I figure I either don't have the Gotek jumpered properly, Flash Floppy is not configured properly, the image file I'm making is not correct in one or more ways OR Gotek/Flash Floppy is not useful to reflash a bios. It's hard to know where to start so I'm hoping someone might have some insight to share. Or preferably has tried doing this exact this in the past. If I had to guess, I think I'm not creating a proper bootable floppy image but the 4 or so programs I've downloaded don't seem to have that functionality or I can't find it or I'm too illiterate to understand how to. I will admit I am not very clever when it comes to IT. I have no background in programming, or micro electronics. The USB I'm using is really an adapter for a 32gb SD card formatted in FAT32. I know this forum is for issues with Gotek or FlashFloppy but I want to be thorough and also post this instructions I've been following to create the image file: Thanks for reading, RECOVERING A CORRUPT AWARD BOOTBLOCK BIOS With AWARD BIOS the process is similar but still a bit different. To recover an AWARD BIOS you
@echo OFF NOTE: The ‘/py’ switch will cause the flash utility to automatically reprogram the BIOS If you are not sure what the command line switch to automatically flash your
At this point if everything went well then the BIOS should have been restored and the TROUBLESHOOTING PROBLEMS PROBLEM : While trying to recover a AWARD BIOS the system starts to read from the floppy disk This most likely indicates that there is something wrong with the boot disk. Double If you can see on the screen what the system is doing then try typing the commands *modified document to remove accidental hyperlinking |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hello, You could try booting MS-DOS in a VM (like VmWare or VirtualBox) and use “format a: /s” to create a bootable floppy disk image. Or, take a bootable MS-DOS disk image and remove some files from it using WinImage to free up space, and then add the files you need. MS-DOS only needs MSDOS.SYS, IO.SYS and COMMAND.COM to boot, but the .SYS files have Hidden and System attributes set (and maybe Read Only, I don’t remember exactly now.). IBM PC DOS has similar files, IBMDOS.COM and IBMBIO.COM as well as COMMAND.COM. |
Beta Was this translation helpful? Give feedback.
-
Apart from having a bootable IMG file, your Gotek needs correct jumpering and configuration. For a PC/AT that would normally be S1 and JC. However your Gotek model (PCB says SFRKC30.AT2 I guess) does not have a jumper position JC! So you need a plain-text file on your USB stick called FF.CFG and containing just the line
I would also suggest putting jumpers on both S0 and S1. With only one drive in the system it will do no harm and then onme or the other is certainly correct! Seeing |
Beta Was this translation helpful? Give feedback.
-
Hello thank you for the replies. I can confirm that the PCB is labeled SFRKC30.AT2. Great guess XD. Therefore, and at your advice, I only have jumpers on S1 and S0. Similarly, I have modified the ff.cfg to only include the line "interface = ibmpc". Assuming all is good to go with that, it will be a matter of creating a proper image file. Thank you Hharte for the advice, I will see about using a bootable ms-dos image. You've all been very helpful. If anyone else has anything to add please do so. |
Beta Was this translation helpful? Give feedback.
-
Hello again, I just wanted to make a final post for posterity's sake. I loaded the usb drive with 4 different unmodified dos boot images. I plugged in my storage device and cd rom (which up to this point I had left unplugged). Once powered on the 7 segment display did a little dance and the computer gave me the following screens
Followed by:
So I'm not entirely sure what that means. Perhaps my BIOS was never corrupted to begin with and all it wanted was an OS. Either way, Gotek appears to be working as intended. Now I'm off to figure out what all this gobbledy-gook means. Thank you all again! |
Beta Was this translation helpful? Give feedback.
Apart from having a bootable IMG file, your Gotek needs correct jumpering and configuration. For a PC/AT that would normally be S1 and JC. However your Gotek model (PCB says SFRKC30.AT2 I guess) does not have a jumper position JC! So you need a plain-text file on your USB stick called FF.CFG and containing just the line
I would also suggest putting jumpers on both S0 and S1. With only one drive in the system it will do no harm and then onme or the other is certainly correct!
Seeing
0-
on the display is promising as it means FlashFloppy did at least detect and mount an IMG file.