--- 20_linux_xen.orig 2011-04-03 14:40:54.000000000 +0400 +++ 20_linux_xen 2011-04-03 15:31:27.000000000 +0400 @@ -112,7 +112,7 @@ exit 0 fi xen_list=`for i in /boot/xen*; do - if grub_file_is_not_garbage "$i" ; then echo -n "$i " ; fi +if ( grub_file_is_not_garbage "$i" && [ ! -L $i ] && [[ "$i" != *syms* ]] ) ; then echo -n "$i " ; fi done` prepare_boot_cache=