I imaged my hard drive for a backup at an offsite location the other day. Later I was back at the location and thought wouldn't it be great if I could boot off this image over the network. Then I remembered that Linux can mount block devices over the network with NBD (network block device). So after a tiny bit of fiddling -- configuring an initramfs to set up the NBD as the root FS, I had booted the image over the network.
Anyone curious about NBD? I am thinking of doing a short presentation of some simple use cases and a more involved use case of running transient thin clients off of snapshotted lvm volumes served over the network.