ALT Linux Bugzilla
– Attachment 14856 Details for
Bug 48102
Broken grub config after delete UEFI_Firmware and Memtest86 entery
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
grub.cfg.new
grub.cfg.new (text/plain), 6.26 KB, created by
Δημητριος
on 2023-10-23 12:31:48 MSK
(
hide
)
Description:
grub.cfg.new
Filename:
MIME Type:
Creator:
Δημητριος
Created:
2023-10-23 12:31:48 MSK
Size:
6.26 KB
patch
obsolete
># ># 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 >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 part_msdos >insmod cryptodisk >insmod luks >insmod gcry_rijndael >insmod gcry_rijndael >insmod gcry_sha1 >insmod gcry_sha256 >insmod ext2 >cryptomount -u 7f2e22c2db7c9e43b501a1e41056554b >set root='cryptouuid/7f2e22c2db7c9e43b501a1e41056554b' >if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint='cryptouuid/7f2e22c2db7c9e43b501a1e41056554b' 42da0c85-4a0a-4846-9fbd-9eeaa0a30bc0 >else > search --no-floppy --fs-uuid --set=root 42da0c85-4a0a-4846-9fbd-9eeaa0a30bc0 >fi > font="/boot/grub/unicode.pf2" >fi > >if loadfont $font ; then > set gfxmode=auto > load_video > insmod gfxterm > set locale_dir=$prefix/locale > set lang=el_GR > insmod gettext >fi >terminal_output gfxterm >insmod part_msdos >insmod cryptodisk >insmod luks >insmod gcry_rijndael >insmod gcry_rijndael >insmod gcry_sha1 >insmod gcry_sha256 >insmod ext2 >cryptomount -u 7f2e22c2db7c9e43b501a1e41056554b >set root='cryptouuid/7f2e22c2db7c9e43b501a1e41056554b' >if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint='cryptouuid/7f2e22c2db7c9e43b501a1e41056554b' 42da0c85-4a0a-4846-9fbd-9eeaa0a30bc0 >else > search --no-floppy --fs-uuid --set=root 42da0c85-4a0a-4846-9fbd-9eeaa0a30bc0 >fi >insmod gfxmenu >loadfont ($root)/boot/grub/themes/slinux/f/dejavu_sans_10.pf2 >loadfont ($root)/boot/grub/themes/slinux/f/dejavu_sans_12.pf2 >loadfont ($root)/boot/grub/themes/slinux/f/dejavu_sans_bold_14.pf2 >loadfont ($root)/boot/grub/themes/slinux/f/droid_sans_12.pf2 >loadfont ($root)/boot/grub/themes/slinux/f/droid_sans_bold_14.pf2 >loadfont ($root)/boot/grub/themes/slinux/f/misc_fixed_13.pf2 >loadfont ($root)/boot/grub/themes/slinux/f/vera_sans_10.pf2 >loadfont ($root)/boot/grub/themes/slinux/f/vera_sans_12.pf2 >loadfont ($root)/boot/grub/themes/slinux/f/vera_sans_bold_14.pf2 >insmod png >set theme=($root)/boot/grub/themes/slinux/theme.txt >export theme >if [ x$feature_timeout_style = xy ] ; then > set timeout_style=menu > set timeout=5 ># Fallback normal timeout code in case the timeout_style feature is ># unavailable. >else > set timeout=5 >fi ># interrupt grub booting process if shift key pressed >if keystatus --shift;then > set timeout=-1 >fi >### END /etc/grub.d/00_header ### > >### BEGIN /etc/grub.d/05_altlinux_theme ### >set menu_color_normal=white/dark-gray >set menu_color_highlight=black/white >set color_normal=white/dark-gray >set color_highlight=black/white >### END /etc/grub.d/05_altlinux_theme ### > >### BEGIN /etc/grub.d/10_linux_proxy ### > > > > >menuentry "Simply Linux 10.2" --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-simple-42da0c85-4a0a-4846-9fbd-9eeaa0a30bc0' { > savedefault > load_video > insmod gzio > insmod part_msdos > insmod cryptodisk > insmod luks > insmod gcry_rijndael > insmod gcry_rijndael > insmod gcry_sha1 > insmod gcry_sha256 > insmod ext2 > cryptomount -u 7f2e22c2db7c9e43b501a1e41056554b > set root='cryptouuid/7f2e22c2db7c9e43b501a1e41056554b' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint='cryptouuid/7f2e22c2db7c9e43b501a1e41056554b' 42da0c85-4a0a-4846-9fbd-9eeaa0a30bc0 > else > search --no-floppy --fs-uuid --set=root 42da0c85-4a0a-4846-9fbd-9eeaa0a30bc0 > fi > linux /boot/vmlinuz-std-def root=UUID=42da0c85-4a0a-4846-9fbd-9eeaa0a30bc0 ro quiet resume=/dev/disk/by-uuid/07faf559-45e5-4328-95d2-28068481ea5d panic=30 splash > initrd /boot/initrd-std-def.img >} >### END /etc/grub.d/10_linux_proxy ### > >### BEGIN /etc/grub.d/20_linux_xen ### > >### END /etc/grub.d/20_linux_xen ### > >### BEGIN /etc/grub.d/30_os-prober_proxy ### > > >menuentry "Windows 10 21H1" --class windows --class os $menuentry_id_option 'osprober-chain-65B6A2451F0568FA' { > savedefault > insmod part_msdos > insmod ntfs > 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 65B6A2451F0568FA > else > search --no-floppy --fs-uuid --set=root 65B6A2451F0568FA > fi > parttool ${root} hidden- > drivemap -s (hd0) ${root} > chainloader +1 >} >### END /etc/grub.d/30_os-prober_proxy ### > >### BEGIN /etc/grub.d/30_uefi-firmware_proxy ### > >if [ "$grub_platform" = "efi" ]; then > fwsetup --is-supported > if [ "$?" = 0 ]; then > > fi >fi >### END /etc/grub.d/30_uefi-firmware_proxy ### > >### BEGIN /etc/grub.d/35_fwupd ### >### END /etc/grub.d/35_fwupd ### > >### BEGIN /etc/grub.d/39_memtest_proxy ### > >if [ "$grub_platform" = "pc" ]; then > >fi >if [ "$grub_platform" = "efi" ]; then > >fi >### END /etc/grub.d/39_memtest_proxy ### > >### 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/50_grub-customizer_menu_color_helper ### >set color_normal=white/dark-gray >set color_highlight=black/white >### END /etc/grub.d/50_grub-customizer_menu_color_helper ###
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 48102
:
14851
| 14856 |
14913