# cat /boot/grub/grub.cfg
#
# 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,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 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
else
search --no-floppy --fs-uuid --set=root 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
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,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 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
else
search --no-floppy --fs-uuid --set=root 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
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-34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd' {
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 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
else
search --no-floppy --fs-uuid --set=root 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
fi
echo 'Загружается Linux 4.8.14-un-def-alt0.M80P.1 …'
linux /boot/vmlinuz-4.8.14-un-def-alt0.M80P.1 root=UUID=34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd ro resume=/dev/disk/by-uuid/469fc624-3c81-4bda-b785-0a3ede401e05 panic=30 quiet splash
echo 'Загружается начальный виртуальный диск …'
initrd /boot/initrd-4.8.14-un-def-alt0.M80P.1.img
}
submenu 'Дополнительные параметры для ALT starter kit' $menuentry_id_option 'gnulinux-advanced-34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd' {
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-34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd' {
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 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
else
search --no-floppy --fs-uuid --set=root 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
fi
echo 'Загружается Linux 4.8.14-un-def-alt0.M80P.1 …'
linux /boot/vmlinuz-4.8.14-un-def-alt0.M80P.1 root=UUID=34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd ro resume=/dev/disk/by-uuid/469fc624-3c81-4bda-b785-0a3ede401e05 panic=30 quiet splash
echo 'Загружается начальный виртуальный диск …'
initrd /boot/initrd-4.8.14-un-def-alt0.M80P.1.img
}
menuentry 'ALT starter kit, vmlinuz' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-vmlinuz-advanced-34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd' {
savedefault
load_video
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 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
else
search --no-floppy --fs-uuid --set=root 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
fi
echo 'Загружается Linux vmlinuz …'
linux /boot/vmlinuz root=UUID=34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd ro resume=/dev/disk/by-uuid/469fc624-3c81-4bda-b785-0a3ede401e05 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-34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd' {
load_video
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 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
else
search --no-floppy --fs-uuid --set=root 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
fi
echo 'Загружается Linux vmlinuz …'
linux /boot/vmlinuz root=UUID=34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd ro failsafe vga=normal
echo 'Загружается начальный виртуальный диск …'
initrd /boot/initrd.img
}
menuentry 'ALT starter kit, 4.8.17-un-def-alt0.M80P.1' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-4.8.17-un-def-alt0.M80P.1-advanced-34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd' {
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 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
else
search --no-floppy --fs-uuid --set=root 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
fi
echo 'Загружается Linux 4.8.17-un-def-alt0.M80P.1 …'
linux /boot/vmlinuz-4.8.17-un-def-alt0.M80P.1 root=UUID=34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd ro resume=/dev/disk/by-uuid/469fc624-3c81-4bda-b785-0a3ede401e05 panic=30 quiet splash
echo 'Загружается начальный виртуальный диск …'
initrd /boot/initrd-4.8.17-un-def-alt0.M80P.1.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/39_memtest ###
menuentry "Memtest86+-5.01" {
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 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
else
search --no-floppy --fs-uuid --set=root 34e1ef3f-dc8d-44b7-94c9-a5216ad0c3fd
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 ###