Archive for the ‘Hardware’ Category
SuperMicro iKVM Video Only
Frustrated that the IPMI iKVM session on your brand new SuperMicro server says “Video Only” at the top and your virtual keyboard won’t work? I was. I’m sure the culprit could be any of a number of issues, but for me it was a BIOS setting.
Quicktip: Updating AMI BIOS on SuperMicro Mainboards
At SuperMicro’s Support site you can download a new version of your AMI BIOS to update your mainboard. They recommend you not do this unless you’re experience problems. I was experiencing problems, and — after trying and failing to locate a change log — I thought I’d give it a try anyway. So my options are:
- Download a Windows executable that will write a bootable floppy disk. Wait, what?
- Download a zip file containing a binary blob and a DOS executable to flash the BIOS. You know, for if you already have DOS installed.
Sweet. Floppy disk. Can’t remember the last time I’ve seen one of those things.
Anyway, it turns out there’s a clever, painless way to make this work. All you need is a little VMware misdirection. Here’s what I did:
dd if=/dev/zero of=floppy.img bs=1k count=1440
(not sure this was necessary, but I did it anyway)- Attached floppy.img as floppy drive to my Windows 7 VM
- Ran the funky Windows executable from SuperMicro and detached the disk
- Inserted a USB flash drive (as disk3) and
dd if=floppy.img of=/dev/disk3
- Booted said USB flash drive in yon mainboard
- PROFIT
FreeDOS booted and the AMI BIOS update automatically ran. Easy. Be careful with that flash drive, though. Now it’s an auto-running BIOS killer.