I have an old computer at home and i wanted to update the bios for it since i am having problems installing the OS and i suspect the bios is too old. I have already downloaded the bios for the model i have, the problem is that i don't have a floppy drive on my computer so i can't update the bios. I have been searching the net for tutorials, but everyone keeps assuming that i am a computer geneous, so they write tutorials as short as possible and leave me with many questions. Can someone please explain how to put the bios onto a CD, recommend software preferrable freeware ;-) of if you know of any good tutorials please hook a brother up thanks in advance
This is all going to depend on what kind of BIOS and BIOS update the system is going to use. If that BIOS requires read/write access to the disk, a CD is not going to work. Some BIOS updates require that you boot the computer with the disk in the drive, which requires specially crafted boot files called autoexec.bat and config.sys. Those are done for you when you use the BIOS update to create the floppy. Very hard to imitate on a CD unless you know what your are doing. But in the end, it could still fall back on the CD not being write assesible. If the BIOS is the type that tells you to just drag and drop the files to a floppy, and start the computer with the disk in the drive....you might get away with just drag/drop those files to the CD compilation and burn. Note: the system must be able to boot from a CD drive. Trust me when I say to you, that you'd be better off just getting yourself a used floppy drive from a computer store and using it. That way, you'll have a no hassle (hopefully) way of updating the BIOS...and a drive around if you ever needed it.
First off, its an old dell optiplex GX1 500Mbr, it was being thrown away, and where i'm from any computer is better than none It originally came with a 350 Mhz processor, i got my hands on a 550 Mhz from a friend and installed it. i downloaded the bios update from dell "GX1_A10.exe" While browing the net i came up on this: I downloaded everything, but i get stuck at the spot where it says i don't know how to edit the autorun with my info and the writer of the tutorial didn't explain anything else. Please help, otherwise i might just have to get a floppy drive here is the link to the tutorial if u want to check it out yourself http://www.nu2.nu/bootcd/clean/
Wow....talking about dusting off some old brain cells, had to remember modding bat files from the days of Windows 3.11! Anyways...for example, here's what an old autoexec.bat file could look like: @echo off SET SOUND=C:\PROGRA~1\CREATIVE\CTSND SET BLASTER=A220 I5 D1 H5 P330 E620 T6 SET PATH=C:\WINDOWS;C:\ LH C:\WINDOWS\COMMAND\MSCDEX.EXE /D:123 LH C:\MOUSE\MOUSE.EXE DOSKEY CLS While booting, the bat file will run the programs in the list. Anything beginning with rem will not be run. Now, your autorun.bat file looks like this: @echo off rem put your lines below here... Edit the file by right clicking, open with Notepad. Then add the line that points to the name of the BIOS flash program in the folder you chose to put it in. It would be really easy if you put the flash program and the flash file itself in the root directory of the CD (not in any folder). That way, all you have to do is type in the name of the flash program similar to this: @echo off rem put your lines below here... flashbios.exe Note: some flash programs don't need to be done this way, they just need DOS to run.
thanks for the response Morph416, but i have a question; when u wrote i assume i won't just be typing the name of the flash program as u did. would i put in the floppy disc creator program which i downloaded from the Dell website (BGX1_A10.exe)? or is it a file which is written on the floppy when i run this program? in this case would i type [bold]C:\newfolder\BGX1_A10.exe[/bold]? and also i assume that i won't have to add the lines for the floppy drives, cd drives, keyboard etc. like the ones u showed in your example? Sorry if i'm being such a pest, i know that u wern't the one who wroite the tutorial that i am trying to use, but i'm hoping that u can make more sense out of what is there, because i don't understand anything that he is saying. Thanks
If that is a boot floppy creator program, it won't work as you think it will. That program requires a floppy drive, in which it will create the bootable floppy disk for you. That tutorial 'assumes' that your flash program (the program used to change the BIOS information) and the flash file (the file that is the BIOS software) are already a separate entity, and not part of a floppy boot creator program. For example, if you had a floppy drive and disk ready, you'd run that boot creator program you downloaded. After it was finished, on the floppy disk you'd see a program (for example) flashawd.exe. That program is run in DOS to create an interface for you to install or backup the computer's BIOS information. A file called bios1234.rom (for example) would be the BIOS information file. Once you launched the flash program after booting to DOS, you would then backup the original BIOS information first to the floppy, then use the newer file to overwrite the existing information. Reboot, and you'd be done.
this thing is giving me more trouble than i thought it would, i think i'll just go out and buy a floppy drive. Didn't want to do that cause i never use a floppy (besides this occasion of course) I still won't give up on this though, i think it is may be something good to know about. Thanks for all your help, it is gratefully appreciated, your input won't go to waste, u just helped me realize something else that i need to go reserach up on, than mabye one day i can write a [bold]simple[/bold] tutorial on how to make a bootable bios update CD, so i can help other people who r as baffled as i am right now. Thanks a lot