Follow-up Comment #11, bug #45149 (project grub):

Please attach cat /proc/cpuinfo

Please try following patch:
diff --git a/grub-core/kern/i386/pc/init.c b/grub-core/kern/i386/pc/init.c
index 27bc68b..39f4f77 100644
--- a/grub-core/kern/i386/pc/init.c
+++ b/grub-core/kern/i386/pc/init.c
@@ -197,8 +197,8 @@ grub_via_workaround_init (void)
 
   grub_cpuid (0, max_cpuid, manufacturer[0], manufacturer[2],
manufacturer[1]);
 
-  if (grub_memcmp (manufacturer, "CentaurHauls", 12) != 0)
-    return;
+  //  if (grub_memcmp (manufacturer, "CentaurHauls", 12) != 0)
+  //   return;
 
   grub_bios_via_workaround1 = 0x090f;
   grub_bios_via_workaround2 = 0x090f;

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45149>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to