set default=0
set timeout=3

menuentry "OpenADK" {
  set root=(hd0,2)
  linux (hd0,2)/boot/kernel root=/dev/sda2 rootfstype=ext4 rootwait panic=10
}