AdisonCavani / distro-grub-themes

A pack of GRUB2 themes for each Linux distribution
https://k1ng.dev/distro-grub-themes
GNU General Public License v3.0
887 stars 55 forks source link

It does not display icons for HaikuOS and FreeDOS #39

Closed emartisoft closed 2 years ago

emartisoft commented 2 years ago

My Laptop has 4 OSs. It displays menu icon for WindowsXP and Ubuntu but not Haiku and FreeDos. I downloaded acer.tar file. I updated grub on MBR with grub-customizer. I uploaded screenshot here. How to fix this? What can I do? Thanks.

20220129_150630

My grub.cfg file

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="${saved_entry}"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}
function recordfail {
  set recordfail=1
  if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  c338e5aa-5d77-44e4-a365-d46750f4ddb8
else
  search --no-floppy --fs-uuid --set=root c338e5aa-5d77-44e4-a365-d46750f4ddb8
fi
if loadfont /boot/grub/unicode.pf2 ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='hd0,msdos3'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  c338e5aa-5d77-44e4-a365-d46750f4ddb8
else
  search --no-floppy --fs-uuid --set=root c338e5aa-5d77-44e4-a365-d46750f4ddb8
fi
insmod gfxmenu
loadfont ($root)/boot/grub/themes/acer/terminus-12.pf2
loadfont ($root)/boot/grub/themes/acer/terminus-14.pf2
loadfont ($root)/boot/grub/themes/acer/terminus-16.pf2
loadfont ($root)/boot/grub/themes/acer/terminus-18.pf2
loadfont ($root)/boot/grub/themes/acer/ubuntu_regular_17.pf2
loadfont ($root)/boot/grub/themes/acer/ubuntu_regular_20.pf2
insmod png
set theme=($root)/boot/grub/themes/acer/theme.txt
export theme
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=hidden
    set timeout=9
  # Fallback hidden-timeout code in case the timeout_style feature is
  # unavailable.
  elif sleep --interruptible 9 ; then
    set timeout=0
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 60,59,55; then
  clear
fi

color_normal=light-gray/black

if [ -e ${prefix}/themes/ubuntu-mate/theme.txt ]; then
  insmod png
  theme=${prefix}/themes/ubuntu-mate/theme.txt
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux_proxy ###

function gfxmode {
    set gfxpayload="${1}"
    if [ "${1}" = "keep" ]; then
        set vt_handoff=vt.handoff=1
    else
        set vt_handoff=
    fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
    if hwmatch ${prefix}/gfxblacklist.txt 3; then
      if [ ${match} = 0 ]; then
        set linux_gfx_mode=keep
      else
        set linux_gfx_mode=text
      fi
    else
      set linux_gfx_mode=text
    fi
  else
    set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode

### END /etc/grub.d/10_linux_proxy ###

### BEGIN /etc/grub.d/40_custom_proxy ###
menuentry "Haiku"{
    set root='(hd0,6)'
    search --no-floppy --fs-uuid --set 0898c5b665dc3422
    drivemap -s (hd0) ${root}
    chainloader +1
}
menuentry "Ubuntu 18.04" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-c338e5aa-5d77-44e4-a365-d46750f4ddb8' {
    recordfail
    load_video
    gfxmode $linux_gfx_mode
    insmod gzio
    if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos3'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  c338e5aa-5d77-44e4-a365-d46750f4ddb8
    else
      search --no-floppy --fs-uuid --set=root c338e5aa-5d77-44e4-a365-d46750f4ddb8
    fi
            linux   /boot/vmlinuz-5.4.0-96-generic root=UUID=c338e5aa-5d77-44e4-a365-d46750f4ddb8 ro  quiet splash $vt_handoff
    initrd  /boot/initrd.img-5.4.0-96-generic
}
### END /etc/grub.d/40_custom_proxy ###

### BEGIN /etc/grub.d/42_custom_proxy ###
menuentry "Microsoft Windows XP Pro" --class windows --class os $menuentry_id_option 'osprober-chain-5E74E3FE74E3D735' {
    insmod part_msdos
    insmod ntfs
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1  5E74E3FE74E3D735
    else
      search --no-floppy --fs-uuid --set=root 5E74E3FE74E3D735
    fi
    parttool ${root} hidden-
    drivemap -s (hd0) ${root}
    chainloader +1
}
menuentry "FreeDOS" --class freedos --class os $menuentry_id_option 'osprober-chain-3315-1C0D' {
    insmod part_msdos
    insmod fat
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2  3315-1C0D
    else
      search --no-floppy --fs-uuid --set=root 3315-1C0D
    fi
    parttool ${root} hidden-
    drivemap -s (hd0) ${root}
    chainloader +1
}
### END /etc/grub.d/42_custom_proxy ###

### BEGIN /etc/grub.d/43_linux_proxy ###
submenu "Advanced options"{
menuentry "Ubuntu, with Linux 5.4.0-96-generic" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-96-generic-advanced-c338e5aa-5d77-44e4-a365-d46750f4ddb8' {
        recordfail
    savedefault
        load_video
        gfxmode $linux_gfx_mode
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos3'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  c338e5aa-5d77-44e4-a365-d46750f4ddb8
        else
          search --no-floppy --fs-uuid --set=root c338e5aa-5d77-44e4-a365-d46750f4ddb8
        fi
        echo    'Loading Linux 5.4.0-96-generic ...'
            linux   /boot/vmlinuz-5.4.0-96-generic root=UUID=c338e5aa-5d77-44e4-a365-d46750f4ddb8 ro  quiet splash $vt_handoff
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-5.4.0-96-generic
}
menuentry "Ubuntu, with Linux 5.4.0-96-generic (recovery mode)" --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.0-96-generic-recovery-c338e5aa-5d77-44e4-a365-d46750f4ddb8' {
        recordfail
        load_video
        insmod gzio
        if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
        insmod part_msdos
        insmod ext2
        set root='hd0,msdos3'
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  c338e5aa-5d77-44e4-a365-d46750f4ddb8
        else
          search --no-floppy --fs-uuid --set=root c338e5aa-5d77-44e4-a365-d46750f4ddb8
        fi
        echo    'Loading Linux 5.4.0-96-generic ...'
            linux   /boot/vmlinuz-5.4.0-96-generic root=UUID=c338e5aa-5d77-44e4-a365-d46750f4ddb8 ro recovery nomodeset dis_ucode_ldr 
        echo    'Loading initial ramdisk ...'
        initrd  /boot/initrd.img-5.4.0-96-generic
}
menuentry "Memory test (memtest86+)" {
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos3'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  c338e5aa-5d77-44e4-a365-d46750f4ddb8
    else
      search --no-floppy --fs-uuid --set=root c338e5aa-5d77-44e4-a365-d46750f4ddb8
    fi
    knetbsd /boot/memtest86+.elf
}
menuentry "Memory test (memtest86+, serial console 115200)" {
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos3'
    if [ x$feature_platform_search_hint = xy ]; then
      search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3  c338e5aa-5d77-44e4-a365-d46750f4ddb8
    else
      search --no-floppy --fs-uuid --set=root c338e5aa-5d77-44e4-a365-d46750f4ddb8
    fi
    linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
}
### END /etc/grub.d/43_linux_proxy ###

### BEGIN /etc/grub.d/46_linux_xen ###

### END /etc/grub.d/46_linux_xen ###

### BEGIN /etc/grub.d/47_memtest86+_proxy ###

### END /etc/grub.d/47_memtest86+_proxy ###

### BEGIN /etc/grub.d/48_os-prober_proxy ###

set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/48_os-prober_proxy ###

### BEGIN /etc/grub.d/49_custom_proxy ###

# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.

### END /etc/grub.d/49_custom_proxy ###

### BEGIN /etc/grub.d/50_uefi-firmware ###
### END /etc/grub.d/50_uefi-firmware ###

### BEGIN /etc/grub.d/51_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg;
fi
### END /etc/grub.d/51_custom ###
AdisonCavani commented 2 years ago

This has been covered in this issue #33. Let me know if you will need help. Currently I won't add icons for this OS, because it's a niche and it would be a waste of resources. You can create your own icons and copy it to icons folder where you have GRUB theme installed

emartisoft commented 2 years ago

Thank you. I added --class option in menuentry then It solved.