grub.cfg 149 B

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