Probe #8981102ebe of Toshiba Satellite A300
Log: grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub2-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
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
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root HASH_D55-6F6C-101A-5279-6194D377536D
else
search --no-floppy --fs-uuid --set=root HASH_D55-6F6C-101A-5279-6194D377536D
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=1024x768,1024x600,800x600,640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root HASH_D55-6F6C-101A-5279-6194D377536D
else
search --no-floppy --fs-uuid --set=root HASH_D55-6F6C-101A-5279-6194D377536D
fi
insmod gfxmenu
loadfont ($root)/boot/grub2/themes/rosa/dejavu_sans_bold_14.pf2
loadfont ($root)/boot/grub2/themes/rosa/dejavu_sans_mono_11.pf2
loadfont ($root)/boot/grub2/themes/rosa/terminal_font_11.pf2
insmod png
set theme=($root)/boot/grub2/themes/rosa/theme.txt
export theme
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root HASH_D55-6F6C-101A-5279-6194D377536D
else
search --no-floppy --fs-uuid --set=root HASH_D55-6F6C-101A-5279-6194D377536D
fi
insmod png
background_image -m stretch /boot/grub2/themes/rosa/terminal_background.png
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=10
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/10_linux ###
menuentry 'ROSA Desktop Fresh R11.1' --class rosa --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-/home/HASH_762-6F6C-CB82-B0C2-979400F6054CXXXXXXXXXXXXXXXXXXXXXX {
savedefault
load_video
set gfxpayload=keep
insmod gzio
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root HASH_D55-6F6C-101A-5279-6194D377536D
else
search --no-floppy --fs-uuid --set=root HASH_D55-6F6C-101A-5279-6194D377536D
fi
echo 'Loading Linux 5.4.32-generic-2rosa-x86_64 ...'
linux /boot/vmlinuz-5.4.32-generic-2rosa-x86_64 root=/home/HASH_762-6F6C-CB82-B0C2-979400F6054CXXXXXXXXXXXXXXXXXXXXX ro splash=silent logo.nologo quiet resume=UUID=HASH_0F1-EA8D-17CF-7A14-30011FFBA0A6
echo 'Loading initial ramdisk ...'
initrd /boot/initrd-5.4.32-generic-2rosa-x86_64.img
}
submenu 'Advanced options for ROSA Desktop Fresh R11.1' $menuentry_id_option 'gnulinux-advanced-/home/HASH_762-6F6C-CB82-B0C2-979400F6054CXXXXXXXXXXXXXXXXXXXXXX {
menuentry 'ROSA Desktop Fresh R11.1 - Linux 5.4.32-generic-2rosa-x86_64' --class rosa --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.4.32-generic-2rosa-x86_64-advanced-/home/HASH_762-6F6C-CB82-B0C2-979400F6054CXXXXXXXXXXXXXXXXXXXXXX {
savedefault
load_video
set gfxpayload=keep
insmod gzio
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root HASH_D55-6F6C-101A-5279-6194D377536D
else
search --no-floppy --fs-uuid --set=root HASH_D55-6F6C-101A-5279-6194D377536D
fi
echo 'Loading Linux 5.4.32-generic-2rosa-x86_64 ...'
linux /boot/vmlinuz-5.4.32-generic-2rosa-x86_64 root=/home/HASH_762-6F6C-CB82-B0C2-979400F6054CXXXXXXXXXXXXXXXXXXXXX ro splash=silent logo.nologo quiet resume=UUID=HASH_0F1-EA8D-17CF-7A14-30011FFBA0A6
echo 'Loading initial ramdisk ...'
initrd /boot/initrd-5.4.32-generic-2rosa-x86_64.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 ###
### END /etc/grub.d/30_os-prober ###
### 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 ###