grub.cfg 174 B

12345678
  1. set default=0
  2. set timeout=3
  3. menuentry "OpenADK" {
  4. echo "Loading OpenADK"
  5. set root=(hd0,2)
  6. linux (hd0,2)/boot/kernel root=/dev/sda2 rootfstype=ext4 rootwait panic=10
  7. }