*** /home/user/installscripts/00_header.org 2010-10-28 23:40:23.000000000 +0400 --- /etc/grub.d/00_header 2010-10-29 00:37:49.000000000 +0400 *************** fi *** 120,129 **** if [ "x$gfxterm" = x1 ]; then # Make the font accessible ! prepare_grub_to_access_device `${grub_probe} --target=device "${GRUB_FONT_PATH}"` cat << EOF ! if loadfont `make_system_path_relative_to_its_root "${GRUB_FONT_PATH}"` ; then set gfxmode=${GRUB_GFXMODE} load_video insmod gfxterm --- 120,131 ---- if [ "x$gfxterm" = x1 ]; then # Make the font accessible ! cp "${GRUB_FONT_PATH}" "${GRUB_PREFIX}" ! FONTFILE="${GRUB_PREFIX}/${GRUB_FONT_PATH##*/}" ! prepare_grub_to_access_device `${grub_probe} --target=device "${FONTFILE}"` cat << EOF ! if loadfont `make_system_path_relative_to_its_root "${FONTFILE}"` ; then set gfxmode=${GRUB_GFXMODE} load_video insmod gfxterm