martin.wuertele.net/ blog/ misc/ bios update

bios updates from linux

Thanks to grub and memdisk from the syslinux package you can do bios updates under linux.

Use something like the following in your menu.list:

title       BIOS update
root        (hd0,0)
initrd      /FOO.img
kernel      /memdisk floppy
boot

and replace FOO.img with the image provided by the manufacturer.

tag misc