Загрузка данных


#
# 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 ###
if [ -s $prefix/grubenv ]; then
  set have_grubenv=true
  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
search --no-floppy --fs-uuid --set=root ebaedb90-6bce-4190-b948-c8f253bcb217
    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=ru_RU
  insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
  set timeout=30
else
  if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=0
  # Fallback normal timeout code in case the timeout_style feature is
  # unavailable.
  else
    set timeout=0
  fi
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod ext2
search --no-floppy --fs-uuid --set=root ebaedb90-6bce-4190-b948-c8f253bcb217
insmod png
if background_image /usr/share/desktop-base/astra-theme/grub/grub-4x3.png; then
  set color_normal=white/black
  set color_highlight=black/white
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/07_password ###
set superusers="localadmin"
password_pbkdf2 localadmin grub.pbkdf2.sha512.10000.23F00509100D03F7C3C89D79FB3C4A38AA17ECA4AF91A9CD0908D9A51953BAAE2FDCB241AFBEF8031C304421C53045AA9F61F770F1565F6C74AFBDF68043BF37.E72A80D38F21B1C0B21BFB36417808E2BB5B9888EE53A29053826E96B93EBC51D4D7D020946309EF5A50995FA8CF2A3D767A885D830B05226C71B2A6F4BFE478
### END /etc/grub.d/07_password ###

### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
	set gfxpayload="${1}"
}
set linux_gfx_mode=
export linux_gfx_mode
menuentry 'AstraLinux GNU/Linux' --class astralinux --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-simple-ebaedb90-6bce-4190-b948-c8f253bcb217' {
	load_video
	insmod gzio
	if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
	insmod part_gpt
	insmod ext2
	search --no-floppy --fs-uuid --set=root 6baf9601-715f-45ac-a76d-a43c3b0f7227
	echo	'Loading Linux 6.1.90-1-generic ...'
	linux	/vmlinuz-6.1.90-1-generic root=UUID=ebaedb90-6bce-4190-b948-c8f253bcb217 ro  quiet splash
	echo	'Loading initial ramdisk ...'
	initrd	/initrd.img-6.1.90-1-generic
}
submenu 'Advanced options for AstraLinux GNU/Linux' --unrestricted $menuentry_id_option 'gnulinux-advanced-ebaedb90-6bce-4190-b948-c8f253bcb217' {
	menuentry 'AstraLinux GNU/Linux, with Linux 6.1.90-1-generic' --class astralinux --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-6.1.90-1-generic-advanced-ebaedb90-6bce-4190-b948-c8f253bcb217' {
		load_video
		insmod gzio
		if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
		insmod part_gpt
		insmod ext2
		search --no-floppy --fs-uuid --set=root 6baf9601-715f-45ac-a76d-a43c3b0f7227
		echo	'Loading Linux 6.1.90-1-generic ...'
		linux	/vmlinuz-6.1.90-1-generic root=UUID=ebaedb90-6bce-4190-b948-c8f253bcb217 ro  quiet splash
		echo	'Loading initial ramdisk ...'
		initrd	/initrd.img-6.1.90-1-generic
	}
}

### 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/30_uefi-firmware ###
### END /etc/grub.d/30_uefi-firmware ###

### 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/99_kcm_grub2 ###
### END /etc/grub.d/99_kcm_grub2 ###