inetd.info

Everything in one place: databases, projects, photography, links & references

inetd.info RSS Feed
 
 
 
 

Archive for September, 2008

Apply Floppy Disk Based BIOS Updates with GRUB

This was a nice way to not have to schlep a floppy disk around.  I used it here to update my servers BIOS.
Install DOS bootloader syslinux
$ aptitude install syslinux
Grab a free dos clean image and unzip it
$ wget http://www.fdos.org/bootdisks/autogen/FDOEM.144.imz
$ unzip FDOEM.144.imz
Make a place for GRUB to load a DOS kernel and copy the BIOS update [...]

Recover Linux RAID5 Array

Wow scary moment after a power outage.  2 out of 8 drives in my array in server “doom2″ were removed because they weren’t “fresh” killing the file system. You could see this in the syslog as:
Sep 14 17:14:37 doom2 kernel: md: bind<sda1>
Sep 14 17:14:37 doom2 kernel: md: kicking non-fresh sdh1 from array!
Sep 14 17:14:37 doom2 [...]