set timeout=0
set default=0

menuentry "Linux" {
    linux /vmlinuz root=/dev/sr0
    initrd /initrd.img
}