GRUB_DISK_CACHE_SIZE seems to be size of disk cache size in 512byte units, so it could be as large as supported sector read size. I think currently we can do 4K sector reads on some disks, ( I hope my math is right) so you could only have:
#define GRUB_DISK_CACHE_BITS 8 instead of #define GRUB_DISK_CACHE_BITS 10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944347 Title: linux and initrd load very slowly on UEFI system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/944347/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
