# # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/sysconfig/grub2 # ### 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,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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi font="/boot/grub/unifont.pf2" fi if loadfont $font ; then set gfxmode=800x600 load_video insmod gfxterm set locale_dir=$prefix/locale set lang=ru_RU insmod gettext fi terminal_output gfxterm set timeout=5 ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_altlinux_theme ### insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi insmod jpeg if background_image /usr/share/plymouth/themes/starterkit/grub.jpg ; then set color_normal=white/black set color_highlight=black/white else set menu_color_normal=white/black set menu_color_highlight=black/light-gray fi ### END /etc/grub.d/05_altlinux_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'ALT starter kit' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-simple-ab8be669-572c-4611-aa0d-6148990b3fb3' { savedefault load_video insmod gzio insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi echo 'Загружается Linux vmlinuz …' linux /boot/vmlinuz root=UUID=ab8be669-572c-4611-aa0d-6148990b3fb3 ro resume=/dev/disk/by-uuid/26359072-e51e-4583-bb28-2389671ffcfc panic=30 quiet splash echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd.img } submenu 'Дополнительные параметры для ALT starter kit' $menuentry_id_option 'gnulinux-advanced-ab8be669-572c-4611-aa0d-6148990b3fb3' { menuentry 'ALT starter kit, vmlinuz' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-vmlinuz-advanced-ab8be669-572c-4611-aa0d-6148990b3fb3' { savedefault load_video insmod gzio insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi echo 'Загружается Linux vmlinuz …' linux /boot/vmlinuz root=UUID=ab8be669-572c-4611-aa0d-6148990b3fb3 ro resume=/dev/disk/by-uuid/26359072-e51e-4583-bb28-2389671ffcfc panic=30 quiet splash echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd.img } menuentry 'ALT starter kit, vmlinuz (recovery mode)' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-vmlinuz-recovery-ab8be669-572c-4611-aa0d-6148990b3fb3' { load_video insmod gzio insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi echo 'Загружается Linux vmlinuz …' linux /boot/vmlinuz root=UUID=ab8be669-572c-4611-aa0d-6148990b3fb3 ro failsafe vga=normal echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd.img } menuentry 'ALT starter kit, 4.9.46-un-def-alt0.M80P.1' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-4.9.46-un-def-alt0.M80P.1-advanced-ab8be669-572c-4611-aa0d-6148990b3fb3' { savedefault load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi echo 'Загружается Linux 4.9.46-un-def-alt0.M80P.1 …' linux /boot/vmlinuz-4.9.46-un-def-alt0.M80P.1 root=UUID=ab8be669-572c-4611-aa0d-6148990b3fb3 ro resume=/dev/disk/by-uuid/26359072-e51e-4583-bb28-2389671ffcfc panic=30 quiet splash echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd-4.9.46-un-def-alt0.M80P.1.img } menuentry 'ALT starter kit, 4.8.14-un-def-alt0.M80P.1' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-4.8.14-un-def-alt0.M80P.1-advanced-ab8be669-572c-4611-aa0d-6148990b3fb3' { savedefault load_video set gfxpayload=keep insmod gzio insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi echo 'Загружается Linux 4.8.14-un-def-alt0.M80P.1 …' linux /boot/vmlinuz-4.8.14-un-def-alt0.M80P.1 root=UUID=ab8be669-572c-4611-aa0d-6148990b3fb3 ro resume=/dev/disk/by-uuid/26359072-e51e-4583-bb28-2389671ffcfc panic=30 quiet splash echo 'Загружается начальный виртуальный диск …' initrd /boot/initrd-4.8.14-un-def-alt0.M80P.1.img } } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_linux_xen ### menuentry 'ALT starter kit, с гипервизором Xen' --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-simple-ab8be669-572c-4611-aa0d-6148990b3fb3' { savedefault insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi echo 'Загружается Xen 4.8.1-alt10.M80P.1 …' multiboot /boot/xen-4.8.1-alt10.M80P.1.gz placeholder echo 'Загружается Linux 4.9.46-un-def-alt0.M80P.1 …' module /boot/vmlinuz-4.9.46-un-def-alt0.M80P.1 placeholder root=UUID=ab8be669-572c-4611-aa0d-6148990b3fb3 ro failsafe vga=normal resume=/dev/disk/by-uuid/26359072-e51e-4583-bb28-2389671ffcfc panic=30 quiet splash echo 'Загружается начальный виртуальный диск …' module /boot/initrd-4.9.46-un-def-alt0.M80P.1.img } submenu 'Дополнительные параметры для ALT starter kit (с гипервизором Xen)' $menuentry_id_option 'gnulinux-advanced-ab8be669-572c-4611-aa0d-6148990b3fb3' { submenu 'Гипервизор Xen, версия 4.8.1-alt10.M80P.1' $menuentry_id_option 'xen-hypervisor-4.8.1-alt10.M80P.1-ab8be669-572c-4611-aa0d-6148990b3fb3' { menuentry 'ALT starter kit, с Xen 4.8.1-alt10.M80P.1 и Linux 4.9.46-un-def-alt0.M80P.1' --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-4.9.46-un-def-alt0.M80P.1-advanced-ab8be669-572c-4611-aa0d-6148990b3fb3' { savedefault insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi echo 'Загружается Xen 4.8.1-alt10.M80P.1 …' multiboot /boot/xen-4.8.1-alt10.M80P.1.gz placeholder echo 'Загружается Linux 4.9.46-un-def-alt0.M80P.1 …' module /boot/vmlinuz-4.9.46-un-def-alt0.M80P.1 placeholder root=UUID=ab8be669-572c-4611-aa0d-6148990b3fb3 ro failsafe vga=normal resume=/dev/disk/by-uuid/26359072-e51e-4583-bb28-2389671ffcfc panic=30 quiet splash echo 'Загружается начальный виртуальный диск …' module /boot/initrd-4.9.46-un-def-alt0.M80P.1.img } menuentry 'ALT starter kit, с Xen 4.8.1-alt10.M80P.1 и Linux 4.9.46-un-def-alt0.M80P.1 (режим восстановления)' --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-4.9.46-un-def-alt0.M80P.1-recovery-ab8be669-572c-4611-aa0d-6148990b3fb3' { insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi echo 'Загружается Xen 4.8.1-alt10.M80P.1 …' multiboot /boot/xen-4.8.1-alt10.M80P.1.gz placeholder echo 'Загружается Linux 4.9.46-un-def-alt0.M80P.1 …' module /boot/vmlinuz-4.9.46-un-def-alt0.M80P.1 placeholder root=UUID=ab8be669-572c-4611-aa0d-6148990b3fb3 ro single failsafe vga=normal echo 'Загружается начальный виртуальный диск …' module /boot/initrd-4.9.46-un-def-alt0.M80P.1.img } menuentry 'ALT starter kit, с Xen 4.8.1-alt10.M80P.1 и Linux 4.8.14-un-def-alt0.M80P.1' --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-4.8.14-un-def-alt0.M80P.1-advanced-ab8be669-572c-4611-aa0d-6148990b3fb3' { savedefault insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi echo 'Загружается Xen 4.8.1-alt10.M80P.1 …' multiboot /boot/xen-4.8.1-alt10.M80P.1.gz placeholder echo 'Загружается Linux 4.8.14-un-def-alt0.M80P.1 …' module /boot/vmlinuz-4.8.14-un-def-alt0.M80P.1 placeholder root=UUID=ab8be669-572c-4611-aa0d-6148990b3fb3 ro failsafe vga=normal resume=/dev/disk/by-uuid/26359072-e51e-4583-bb28-2389671ffcfc panic=30 quiet splash echo 'Загружается начальный виртуальный диск …' module /boot/initrd-4.8.14-un-def-alt0.M80P.1.img } menuentry 'ALT starter kit, с Xen 4.8.1-alt10.M80P.1 и Linux 4.8.14-un-def-alt0.M80P.1 (режим восстановления)' --class gnu-linux --class gnu --class os --class xen $menuentry_id_option 'xen-gnulinux-4.8.14-un-def-alt0.M80P.1-recovery-ab8be669-572c-4611-aa0d-6148990b3fb3' { insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi echo 'Загружается Xen 4.8.1-alt10.M80P.1 …' multiboot /boot/xen-4.8.1-alt10.M80P.1.gz placeholder echo 'Загружается Linux 4.8.14-un-def-alt0.M80P.1 …' module /boot/vmlinuz-4.8.14-un-def-alt0.M80P.1 placeholder root=UUID=ab8be669-572c-4611-aa0d-6148990b3fb3 ro single failsafe vga=normal echo 'Загружается начальный виртуальный диск …' module /boot/initrd-4.8.14-un-def-alt0.M80P.1.img } } ### 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/39_memtest ### menuentry "Memtest86+-5.01" { insmod part_msdos insmod ext2 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 ab8be669-572c-4611-aa0d-6148990b3fb3 else search --no-floppy --fs-uuid --set=root ab8be669-572c-4611-aa0d-6148990b3fb3 fi linux16 /boot/memtest-5.01.bin } ### END /etc/grub.d/39_memtest ### ### 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 ###