Unterschiede zwischen den Revisionen 1 und 4 (über 3 Versionen hinweg)
Revision 1 vom 2005-10-09 15:39:14
Größe: 1272
Autor: phil
Kommentar: another short howto
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 an 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
 * alternativel 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.