https://bugzilla.novell.com/show_bug.cgi?id=774560 https://bugzilla.novell.com/show_bug.cgi?id=774560#c41 --- Comment #41 from Michael Chang <mchang@suse.com> 2012-09-12 04:32:21 UTC ---
From the log, it's obvious that grub2-probe took too many time to complete. The time spent is approx 12s each, but you have to time the value with 19.
$ grep grub2-probe bug-774560_grub2-mkcofing-strace.log | wc -l 19 The sum of time is 19x12=228s, which is ridiculous. For your reference, on my testing laptop grub2-probe completes between 0.01 to 0.02s. The difference to yours is huge. The strace output would be very helpful, would you please help to provide? $ strace -T /usr/sbin/grub2-probe --verbose --device /dev/sda1 --target=fs > grub2-probe-strace_T.log Meanwhile .. I'll try digging the code to find any suspicious, but would be much more helpful with above log. Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.