menuentry "Adelie Linux 1.0-RC1 Live (Intel 64-bit)" --class linux --id adelie-live-64 { insmod iso9660 insmod linux search --label "Adelie 1.0rc1 x86_64" --no-floppy --set linux ($root)/bzImage-x86_64 squashroot=x86_64.squashfs initrd ($root)/initrd-x86_64 } menuentry "Reboot and Try Again" --class reboot --id reboot { reboot } GRUB_DEFAULT=adelie-live-64 GRUB_TIMEOUT=10 GRUB_DISTRIBUTOR="Adelie"