diff options
| -rw-r--r-- | meta-efi-secure-boot/recipes-bsp/grub/grub-efi/boot-menu.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi/boot-menu.inc b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi/boot-menu.inc index ac5d615..ac61f32 100644 --- a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi/boot-menu.inc +++ b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi/boot-menu.inc | |||
| @@ -5,11 +5,11 @@ | |||
| 5 | menuentry "Sample EFI boot" --unrestricted { | 5 | menuentry "Sample EFI boot" --unrestricted { |
| 6 | savedefault | 6 | savedefault |
| 7 | set fallback=1 | 7 | set fallback=1 |
| 8 | linux /bzImage root=/dev/sda2 ro rootwait | 8 | linux /bzImage root=/dev/hda2 ro rootwait |
| 9 | initrd /initrd | 9 | initrd /initrd |
| 10 | } | 10 | } |
| 11 | 11 | ||
| 12 | menuentry "Sample EFI boot (Recovery)" --unrestricted { | 12 | menuentry "Sample EFI boot (Recovery)" --unrestricted { |
| 13 | linux /bzImage_bakup root=/dev/sda2 ro rootwait | 13 | linux /bzImage_backup root=/dev/hda2 ro rootwait |
| 14 | initrd /initrd_bakup | 14 | initrd /initrd_backup |
| 15 | } | 15 | } |
