Unterschiede zwischen den Revisionen 2 und 3
Revision 2 vom 2005-10-09 15:50:53
Größe: 1272
Autor: anonym
Kommentar: typos
Revision 3 vom 2012-06-13 21:26:25
Größe: 1280
Autor: anonym
Kommentar: converted to 1.6 markup
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]] || ||<tablestyle="float:right;"> '''Contents'''<<TableOfContents>> ||
Zeile 14: Zeile 14:
 * [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]
 * [[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]]

Contents

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

FreeBoot.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:

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.