Use Fudge with the Grub 2 bootloader

Add an entry to grub.cfg:

menuentry "Fudge" {
    multiboot /fudge
    module /fudge.cpio
    boot
}