Add initrd
diff --git a/boot/grub/grub.cfg b/boot/grub/grub.cfg
index 0400e62..190f8ed 100644
--- a/boot/grub/grub.cfg
+++ b/boot/grub/grub.cfg
@@ -1,5 +1,6 @@
 menuentry "Bluejay" {
           multiboot /boot/kernel.elf
+          module initrd.img
 }
 
 set timeout=1