Unterschiede zwischen den Revisionen 3 und 4
Revision 3 vom 2012-06-13 21:26:25
Größe: 1280
Autor: anonym
Kommentar: converted to 1.6 markup
Revision 4 vom 2022-11-20 10:34:12
Größe: 0
Autor: phil
Kommentar: ins neue Wiki verschoben und aktualisiert
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 1: Zeile 1:
||<tablestyle="float:right;"> '''Contents'''<<TableOfContents>> ||
= abstract =
This short howto describes a possibility how to update your Bios with a USB memory stick and the DOS flash utility your mainboard producer provides.

= terms and definitions =
||''term''||''meaning''||''example''||
|| $BOOTIMAGE || name of the dos bootimage || Free``Boot.img ||
|| $USB || your USB device || /dev/sda1 ||
|| $MOUNTPOINT || name of a directory || /mnt/usb ||

----
= start =
First check your Bios' support for booting from USB. If it's supported, download a bootimage:
 * [[http://etna.rpc1.org/freeboot.zip|this]] is a [[http://www.freedos.org|freedos]] bootimage
 * alternatively use [[http://1gighost.net/ohioman/622c.zip|this old]] DOS image from [[http://www.bootdisk.com|bootdisk.com]]

Unzip the file and insert your USB memory stick. Copy the bootimage to the stick:
{{{
dd if=$BOOTIMAGE of=/dev/$USB
}}}

Download the DOS flash utility and the new bios file from your mainboard producer's website.

Mount your USB memory stick:
{{{
mount -t vfat /dev/$USB $MOUNTPOINT
}}}

and copy the Bios flash tool and the new bios file to the stick. Reboot your computer and boot from the USB memory stick. Now you can update your Bios with the DOS utility.

Creative Commons Lizenzvertrag
This page is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.