From: Vladimir Serbinenko Date: Thu, 7 Jan 2016 14:54:06 +0000 (+0100) Subject: hddboot_test: reenable on OVMF X-Git-Tag: 2.02-beta3~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86e3b4ba1af430c8d58598876b714eb99c5f535f;p=thirdparty%2Fgrub.git hddboot_test: reenable on OVMF OVMF now supports booting from disks. --- diff --git a/tests/hddboot_test.in b/tests/hddboot_test.in index 2cbbf97ec..c229716a6 100644 --- a/tests/hddboot_test.in +++ b/tests/hddboot_test.in @@ -29,9 +29,6 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in # FIXME: currently grub-shell uses only -kernel for loongson mipsel-loongson) exit 0;; - # FIXME: OVMF skips HDDs for automatic boot and has no USB support - *-efi) - exit 0;; esac if [ "$(echo hello | "${grubshell}" --boot=hd)" != "Hello World" ]; then