JustPaste.it

[aahmad@aahmad-pc tmp]$ sudo grub-mkconfig
[sudo] password for aahmad: 
Generating grub configuration 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 ###
insmod part_gpt
insmod part_msdos
insmod nvme
if [ -s $prefix/grubenv ]; then
  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 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
}

set menu_color_normal=light-gray/black
set menu_color_highlight=green/black

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root  f6a1d0ce-d328-4151-87d1-2500901e49e9
else
  search --no-floppy --fs-uuid --set=root f6a1d0ce-d328-4151-87d1-2500901e49e9
fi
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=en_US
  insmod gettext
fi
terminal_input console
terminal_output gfxterm
Found theme: /usr/share/grub/themes/manjaro/theme.txt
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root  f6a1d0ce-d328-4151-87d1-2500901e49e9
else
  search --no-floppy --fs-uuid --set=root f6a1d0ce-d328-4151-87d1-2500901e49e9
fi
insmod gfxmenu
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_14.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_24.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_48.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_bold_16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/dejavu_sans_mono_12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-14.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-18.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b12.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b14.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b16.pf2
loadfont ($root)/usr/share/grub/themes/manjaro/terminus-b18.pf2
insmod png
set theme=($root)/usr/share/grub/themes/manjaro/theme.txt
export theme
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=hidden
  set timeout=3
# Fallback hidden-timeout code in case the timeout_style feature is
# unavailable.
elif sleep --interruptible 3 ; then
  set timeout=0
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/06_grub-customizer_menu_color_helper ###
### END /etc/grub.d/06_grub-customizer_menu_color_helper ###

### BEGIN /etc/grub.d/10_linux ###
Found linux image: /boot/vmlinuz-5.8-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.8-x86_64.img
menuentry 'Manjaro Linux' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-f6a1d0ce-d328-4151-87d1-2500901e49e9' {
        load_video
        set gfxpayload=1920x1080
        insmod gzio
        insmod part_gpt
        insmod ext2
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root  f6a1d0ce-d328-4151-87d1-2500901e49e9
        else
          search --no-floppy --fs-uuid --set=root f6a1d0ce-d328-4151-87d1-2500901e49e9
        fi
        linux   /boot/vmlinuz-5.8-x86_64 root=UUID=f6a1d0ce-d328-4151-87d1-2500901e49e9 rw  apparmor=1 security=apparmor resume=UUID=fc440987-1c94-45a3-9c45-fcc91942087e udev.log_priority=3
        initrd  /boot/intel-ucode.img /boot/initramfs-5.8-x86_64.img
}
submenu 'Advanced options for Manjaro Linux' $menuentry_id_option 'gnulinux-advanced-f6a1d0ce-d328-4151-87d1-2500901e49e9' {
        menuentry 'Manjaro Linux (Kernel: 5.8.0-2-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-2-MANJARO x64-advanced-f6a1d0ce-d328-4151-87d1-2500901e49e9' {
                load_video
                set gfxpayload=1920x1080
                insmod gzio
                insmod part_gpt
                insmod ext2
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root  f6a1d0ce-d328-4151-87d1-2500901e49e9
                else
                  search --no-floppy --fs-uuid --set=root f6a1d0ce-d328-4151-87d1-2500901e49e9
                fi
                linux   /boot/vmlinuz-5.8-x86_64 root=UUID=f6a1d0ce-d328-4151-87d1-2500901e49e9 rw  apparmor=1 security=apparmor resume=UUID=fc440987-1c94-45a3-9c45-fcc91942087e udev.log_priority=3
                initrd  /boot/intel-ucode.img /boot/initramfs-5.8-x86_64.img
        }
Found initrd fallback image: /boot/initramfs-5.8-x86_64-fallback.img
        menuentry 'Manjaro Linux (Kernel: 5.8.0-2-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.8.0-2-MANJARO x64-fallback-f6a1d0ce-d328-4151-87d1-2500901e49e9' {
                load_video
                set gfxpayload=1920x1080
                insmod gzio
                insmod part_gpt
                insmod ext2
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root  f6a1d0ce-d328-4151-87d1-2500901e49e9
                else
                  search --no-floppy --fs-uuid --set=root f6a1d0ce-d328-4151-87d1-2500901e49e9
                fi
                linux   /boot/vmlinuz-5.8-x86_64 root=UUID=f6a1d0ce-d328-4151-87d1-2500901e49e9 rw  apparmor=1 security=apparmor resume=UUID=fc440987-1c94-45a3-9c45-fcc91942087e udev.log_priority=3
                initrd  /boot/initramfs-5.8-x86_64-fallback.img
        }
Found linux image: /boot/vmlinuz-5.7-x86_64
Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.7-x86_64.img
        menuentry 'Manjaro Linux (Kernel: 5.7.14-1-MANJARO x64)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.7.14-1-MANJARO x64-advanced-f6a1d0ce-d328-4151-87d1-2500901e49e9' {
                load_video
                set gfxpayload=1920x1080
                insmod gzio
                insmod part_gpt
                insmod ext2
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root  f6a1d0ce-d328-4151-87d1-2500901e49e9
                else
                  search --no-floppy --fs-uuid --set=root f6a1d0ce-d328-4151-87d1-2500901e49e9
                fi
                linux   /boot/vmlinuz-5.7-x86_64 root=UUID=f6a1d0ce-d328-4151-87d1-2500901e49e9 rw  apparmor=1 security=apparmor resume=UUID=fc440987-1c94-45a3-9c45-fcc91942087e udev.log_priority=3
                initrd  /boot/intel-ucode.img /boot/initramfs-5.7-x86_64.img
        }
Found initrd fallback image: /boot/initramfs-5.7-x86_64-fallback.img
        menuentry 'Manjaro Linux (Kernel: 5.7.14-1-MANJARO x64 - fallback initramfs)' --class manjaro --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.7.14-1-MANJARO x64-fallback-f6a1d0ce-d328-4151-87d1-2500901e49e9' {
                load_video
                set gfxpayload=1920x1080
                insmod gzio
                insmod part_gpt
                insmod ext2
                if [ x$feature_platform_search_hint = xy ]; then
                  search --no-floppy --fs-uuid --set=root  f6a1d0ce-d328-4151-87d1-2500901e49e9
                else
                  search --no-floppy --fs-uuid --set=root f6a1d0ce-d328-4151-87d1-2500901e49e9
                fi
                linux   /boot/vmlinuz-5.7-x86_64 root=UUID=f6a1d0ce-d328-4151-87d1-2500901e49e9 rw  apparmor=1 security=apparmor resume=UUID=fc440987-1c94-45a3-9c45-fcc91942087e udev.log_priority=3
                initrd  /boot/initramfs-5.7-x86_64-fallback.img
        }
}

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

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/30_os-prober ###
Found Windows Boot Manager on /dev/nvme0n1p2@/EFI/Microsoft/Boot/bootmgfw.efi
menuentry 'Windows Boot Manager (on /dev/nvme0n1p2)' --class windows --class os $menuentry_id_option 'osprober-efi-38B4-DDC3' {
        insmod part_gpt
        insmod fat
        if [ x$feature_platform_search_hint = xy ]; then
          search --no-floppy --fs-uuid --set=root  38B4-DDC3
        else
          search --no-floppy --fs-uuid --set=root 38B4-DDC3
        fi
        chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}
set timeout_style=menu
if [ "${timeout}" = 0 ]; then
  set timeout=10
fi
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware_proxy ###
Adding boot menu entry for UEFI Firmware Settings ...


### END /etc/grub.d/30_uefi-firmware_proxy ###

### BEGIN /etc/grub.d/40_custom ###
# 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/40_custom ###

### BEGIN /etc/grub.d/41_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/41_custom ###

### BEGIN /etc/grub.d/60_memtest86+_proxy ###
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type nvme0n1.

if [ "${grub_platform}" == "pc" ]; then

fi
### END /etc/grub.d/60_memtest86+_proxy ###
done