# # 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 set default="${saved_entry}" 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 part_msdos insmod ext2 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 78c4fc8a-36e7-49cb-9c9e-56895e35a59b else search --no-floppy --fs-uuid --set=root 78c4fc8a-36e7-49cb-9c9e-56895e35a59b fi font="/usr/share/grub/unicode.pf2" fi if loadfont $font ; then set gfxmode=1024x768,1024x600,800x600,640x480 load_video insmod gfxterm set locale_dir=$prefix/locale set lang=ru_RU insmod gettext fi terminal_output gfxterm insmod part_msdos insmod ext2 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 78c4fc8a-36e7-49cb-9c9e-56895e35a59b else search --no-floppy --fs-uuid --set=root 78c4fc8a-36e7-49cb-9c9e-56895e35a59b 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 part_msdos insmod ext2 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 78c4fc8a-36e7-49cb-9c9e-56895e35a59b else search --no-floppy --fs-uuid --set=root 78c4fc8a-36e7-49cb-9c9e-56895e35a59b fi insmod png background_image -m stretch /boot/grub2/themes/rosa/terminal_background.png set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'ROSA Desktop Fresh R11' --class rosa --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-78c4fc8a-36e7-49cb-9c9e-56895e35a59b' { savedefault load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 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 78c4fc8a-36e7-49cb-9c9e-56895e35a59b else search --no-floppy --fs-uuid --set=root 78c4fc8a-36e7-49cb-9c9e-56895e35a59b fi echo 'Загружается Linux 4.9.155-nrj-desktop-1rosa-x86_64 …' linux /boot/vmlinuz-4.9.155-nrj-desktop-1rosa-x86_64 root=UUID=78c4fc8a-36e7-49cb-9c9e-56895e35a59b ro splash=silent logo.nologo quiet nomodeset echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd-4.9.155-nrj-desktop-1rosa-x86_64.img } submenu 'Дополнительные параметры для ROSA Desktop Fresh R11' $menuentry_id_option 'gnulinux-advanced-78c4fc8a-36e7-49cb-9c9e-56895e35a59b' { menuentry 'ROSA Desktop Fresh R11 - Linux 4.9.155-nrj-desktop-1rosa-x86_64' --class rosa --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.9.155-nrj-desktop-1rosa-x86_64-advanced-78c4fc8a-36e7-49cb-9c9e-56895e35a59b' { savedefault load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 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 78c4fc8a-36e7-49cb-9c9e-56895e35a59b else search --no-floppy --fs-uuid --set=root 78c4fc8a-36e7-49cb-9c9e-56895e35a59b fi echo 'Загружается Linux 4.9.155-nrj-desktop-1rosa-x86_64 …' linux /boot/vmlinuz-4.9.155-nrj-desktop-1rosa-x86_64 root=UUID=78c4fc8a-36e7-49cb-9c9e-56895e35a59b ro splash=silent logo.nologo quiet nomodeset echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd-4.9.155-nrj-desktop-1rosa-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 ### menuentry 'AstraLinuxCE GNU/Linux, with Linux 4.15.3-1-hardened (на sda7)' --class astralinuxce --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-/dev/sda7' { savedefault load_video set gfxpayload=keep insmod gzio insmod part_msdos echo 'Загружается Linux 4.15.3-1-hardened …' linux /boot/vmlinuz-4.15.3-1-hardened root=UUID=8b063897-1d53-4b26-94fd-b2efa83b82c7 ro quiet net.ifnames=0 slub_debug=P page_poison=1 slab_nomerge pti=on user.max_user_namespaces=0 kernel.kptr_restrict=1 vsyscall=none echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd.img-4.15.3-1-hardened } submenu 'Дополнительные параметры для AstraLinuxCE GNU/Linux, with Linux 4.15.3-1-hardened (на sda7)' $menuentry_id_option 'osprober-gnulinux-advanced-/dev/sda7' { menuentry 'AstraLinuxCE GNU/Linux, with Linux 4.15.3-1-hardened (на sda7)' --class astralinuxce --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.15.3-1-hardened--/dev/sda7' { savedefault load_video set gfxpayload=keep insmod gzio insmod part_msdos echo 'Загружается Linux 4.15.3-1-hardened …' linux /boot/vmlinuz-4.15.3-1-hardened root=UUID=8b063897-1d53-4b26-94fd-b2efa83b82c7 ro quiet net.ifnames=0 slub_debug=P page_poison=1 slab_nomerge pti=on user.max_user_namespaces=0 kernel.kptr_restrict=1 vsyscall=none echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd.img-4.15.3-1-hardened } menuentry 'AstraLinuxCE GNU/Linux, with Linux 4.15.3-1-hardened (recovery mode) (на sda7)' --class astralinuxce --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.15.3-1-hardened-root=UUID=8b063897-1d53-4b26-94fd-b2efa83b82c7 ro single-/dev/sda7' { savedefault load_video set gfxpayload=keep insmod gzio insmod part_msdos echo 'Загружается Linux 4.15.3-1-hardened …' linux /boot/vmlinuz-4.15.3-1-hardened root=UUID=8b063897-1d53-4b26-94fd-b2efa83b82c7 ro single echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd.img-4.15.3-1-hardened } menuentry 'AstraLinuxCE GNU/Linux, with Linux 4.15.3-1-generic (на sda7)' --class astralinuxce --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.15.3-1-generic--/dev/sda7' { savedefault load_video set gfxpayload=keep insmod gzio insmod part_msdos echo 'Загружается Linux 4.15.3-1-generic …' linux /boot/vmlinuz-4.15.3-1-generic root=UUID=8b063897-1d53-4b26-94fd-b2efa83b82c7 ro quiet net.ifnames=0 echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd.img-4.15.3-1-generic } menuentry 'AstraLinuxCE GNU/Linux, with Linux 4.15.3-1-generic (recovery mode) (на sda7)' --class astralinuxce --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-4.15.3-1-generic-root=UUID=8b063897-1d53-4b26-94fd-b2efa83b82c7 ro single-/dev/sda7' { savedefault load_video set gfxpayload=keep insmod gzio insmod part_msdos echo 'Загружается Linux 4.15.3-1-generic …' linux /boot/vmlinuz-4.15.3-1-generic root=UUID=8b063897-1d53-4b26-94fd-b2efa83b82c7 ro single echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd.img-4.15.3-1-generic } } ### 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 ### ### BEGIN /etc/grub.d/42_efi ### ### END /etc/grub.d/42_efi ### ### BEGIN /etc/grub.d/43_rescue ### if [ -f /boot/rescue.iso -o -f /boot/sgb.iso ]; then submenu 'Repair tools' { if [ -f /boot/rescue.iso ]; then menuentry "Boot rescue CD" { loopback loop /boot/rescue.iso linux (loop)/isolinux/vmlinuz0 boot=live iso_filename=/boot/rescue.iso root=live:/dev/sr0 rootfstype=auto ro rd.live.image rhgb splash=silent logo.nologo rd.luks=0 rd.md=0 rd.dm=0 initrd (loop)/isolinux/initrd0.img } fi if [ -f /boot/sgb.iso ]; then menuentry "Run Grub2 repair" { loopback loop /boot/sgb.iso linux16 /boot/memdisk iso initrd16 /boot/sgb.iso } fi } fi ### END /etc/grub.d/43_rescue ### ### BEGIN /etc/grub.d/90_persistent ### ### END /etc/grub.d/90_persistent ###