From cff081c6dbdeed721ad5fd59943e9a020a9299af Mon Sep 17 00:00:00 2001 From: Vitali64 Date: Tue, 28 Dec 2021 19:23:10 +0100 Subject: Fix grub's slow boot On many boards, grub takes a very long time to search for a grub.cfg file on the disk. The problem is the search_grub function which takes a long time to complete. I (vitali64) studied the grub.cfg from 2016 and the grub.cfg from 2021 and optimized the grub.cfg. It should be faster now. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fa154b55..abeccecc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/grubdiff2016/ *~ /TODO /ich9utils/ -- cgit v1.2.1