blob: 634cab03f2c8676cce9dff5bb26ec9b33041ddc2 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Note the initrd command becomes not working if the command for
# loading image is changed to the chainloader command instead of
# the linux command.
menuentry "Sample EFI boot" --unrestricted {
savedefault
set fallback=1
linux /bzImage root=/dev/hda2 ro rootwait
initrd /initrd
}
|