Re: Need to buy Windows to flash a BIOS?
- From: TonyTheJavaTiger <TonyTheJavaTiger@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 23 Oct 2006 23:26:02 -0400
Jack Snodgrass wrote:
On Mon, 23 Oct 2006 18:56:54 -0400, TonyTheJavaTiger wrote:
I have to flash my BIOS and the only file Gigabyte provides is an exe. Do I have to buy Windows to flash a BIOS? There's a lot of talk about having the right drivers for printers and video cards, but not much about flashing BIOS, it seems.
see this page
http://freshrpms.net/docs/bios-flash/l
you can use freedos to make a bootable iso cd.
Here seems to be straightforward instructions. Since I have a floppy drive, the instructions are simple:
"Obviously, if you do have a floppy drive, you can just use "dd if=fdboot.img of=/dev/fd0" once you've copied the utility to the floppy image"
But, given the files' size is 1474560 for fdboot.img and 466520 for bios.exe, how come they fit on a floppy?
What does:
2880+0 records in
2880+0 records out
mean when you dd the file? The floppy was not formatted at 2880.
Also, if you can bear with me, I'd like to know a little bit more about the process for using a CD instead. It might come in handy.
---------
"First or all, download this FreeDOS fdboot.img.bz2 compressed boot floppy image. Assuming you have your flash utility FLASH.EXE and BIOS image BIOS.IMG in your current directory, just execute these commands :"
What's BIOS.IMG?
* bunzip2 -c fdboot.img.bz2 > fdboot.img
* mount -o loop -t msdos fdboot.img /mnt/floppy
What's this loop business? Why can't this file be copied straight, just as for the floppy? I suppose /mnt/floppy might as well have been /tmp ?
* cp -a FLASH.EXE BIOS.IMG /mnt/floppy/
* umount /mnt/floppy
* mkdir -p cdrom/boot
Here you make a boot directory in the cdrom directory on your HD. Most probably, if you have /mnt/floppy, it should be /mnt/cdrom.
* mv fdboot.img cdrom/boot/boot.img
Now, you copy fdboot.img as boot.img in your /mnt/cdrom/boot directory. From here on, there's no mention of FLASH.EXE and BIOS.IMG !
* mkisofs -r -b boot/boot.img -c boot/boot.catalog -o bootcd.iso cdrom/
Here... I'm not used to engraving from the command line but, for sure, you better cd /mnt/cdrom before issuing the command.
* cdrecord blank=fast
* cdrecord -dao -eject -v bootcd.iso
"The last couple of lines assume you had a CD-RW media and wanted to blank it."
I would think it's only the line before last.
To tell the truth, the whole process is rather obscure to me.
.
- Follow-Ups:
- Re: Need to buy Windows to flash a BIOS?
- From: John-Paul Stewart
- Re: Need to buy Windows to flash a BIOS?
- From: Jack Snodgrass
- Re: Need to buy Windows to flash a BIOS?
- From: TonyTheJavaTiger
- Re: Need to buy Windows to flash a BIOS?
- References:
- Need to buy Windows to flash a BIOS?
- From: TonyTheJavaTiger
- Re: Need to buy Windows to flash a BIOS?
- From: Jack Snodgrass
- Need to buy Windows to flash a BIOS?
- Prev by Date: which linux
- Next by Date: Re: which linux
- Previous by thread: Re: Need to buy Windows to flash a BIOS?
- Next by thread: Re: Need to buy Windows to flash a BIOS?
- Index(es):
Relevant Pages
|