Montag, 22. August 2011

[OT] Create DOS boot usb-stick for BIOS update under linux

I needed to upgrade the bios of my Computer (Intel).

But how to do it without windows?

Download a FreeDOS image, i'll use Balder for now.
Prepare the usb-stick
check partition (e.g cfdisk /dev/sda)
mkfs.msdos /dev/sda1

Commands

qemu -boot a -fda balder10.img -hda /dev/sda
A:\> sys c:
A:\> xcopy /E /N a: c:

Check with

qemu -hda /dev/sda

All GRML uses should also take a look at http://wiki.grml.org/doku.php?id=biosupdate which provides a nice overview.

That's it!

Keine Kommentare:

Kommentar veröffentlichen