ALT Linux Bugzilla
– Attachment 16687 Details for
Bug 51238
Новая версия ломает загрузку с разделом, содержащим остатки xfs superblock
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
grub.cfg
grub.cfg (text/plain), 7.66 KB, created by
Konstantin A Lepikhov (L.A. Kostis)
on 2024-08-23 14:34:33 MSK
(
hide
)
Description:
grub.cfg
Filename:
MIME Type:
Creator:
Konstantin A Lepikhov (L.A. Kostis)
Created:
2024-08-23 14:34:33 MSK
Size:
7.66 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_gpt >insmod fat >search --no-floppy --fs-uuid --set=root C832-FB08 > font="/grub/unifont.pf2" >fi > >if loadfont $font ; then > set gfxmode=auto > load_video > insmod gfxterm > set locale_dir=$prefix/locale > set lang=en_US > insmod gettext >fi >terminal_output gfxterm >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/00_tuned ### >set tuned_params="" >set tuned_initrd="" >export tuned_params >### END /etc/grub.d/00_tuned ### > >### BEGIN /etc/grub.d/05_altlinux_theme ### >set menu_color_normal=white/black >set menu_color_highlight=black/light-gray >### END /etc/grub.d/05_altlinux_theme ### > >### BEGIN /etc/grub.d/10_linux ### >menuentry 'ALT Regular Sisyphus' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-simple-efacf400-5bcb-47fe-be45-7d456279cee4' { > savedefault > load_video > insmod gzio > insmod part_gpt > insmod ext2 > search --no-floppy --fs-uuid --set=root efacf400-5bcb-47fe-be45-7d456279cee4 > linux /boot/vmlinuz-lks-wks root=UUID=efacf400-5bcb-47fe-be45-7d456279cee4 ro panic=30 psi=1 cgroup_no_v1=all systemd.unified_cgroup_hierarchy=1 iommu=pt > initrd /boot/initrd-lks-wks.img >} >submenu 'Advanced options for ALT Regular Sisyphus' $menuentry_id_option 'gnulinux-advanced-efacf400-5bcb-47fe-be45-7d456279cee4' { > menuentry 'ALT Regular Sisyphus, lks-wks' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-lks-wks-advanced-efacf400-5bcb-47fe-be45-7d456279cee4' { > savedefault > load_video > insmod gzio > insmod part_gpt > insmod ext2 > search --no-floppy --fs-uuid --set=root efacf400-5bcb-47fe-be45-7d456279cee4 > linux /boot/vmlinuz-lks-wks root=UUID=efacf400-5bcb-47fe-be45-7d456279cee4 ro panic=30 psi=1 cgroup_no_v1=all systemd.unified_cgroup_hierarchy=1 iommu=pt > initrd /boot/initrd-lks-wks.img > } > menuentry 'ALT Regular Sisyphus, vmlinuz' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-vmlinuz-advanced-efacf400-5bcb-47fe-be45-7d456279cee4' { > savedefault > load_video > insmod gzio > insmod part_gpt > insmod ext2 > search --no-floppy --fs-uuid --set=root efacf400-5bcb-47fe-be45-7d456279cee4 > linux /boot/vmlinuz root=UUID=efacf400-5bcb-47fe-be45-7d456279cee4 ro panic=30 psi=1 cgroup_no_v1=all systemd.unified_cgroup_hierarchy=1 iommu=pt > initrd /boot/initrd.img > } > menuentry 'ALT Regular Sisyphus, vmlinuz (recovery mode)' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-vmlinuz-recovery-efacf400-5bcb-47fe-be45-7d456279cee4' { > load_video > insmod gzio > insmod part_gpt > insmod ext2 > search --no-floppy --fs-uuid --set=root efacf400-5bcb-47fe-be45-7d456279cee4 > linux /boot/vmlinuz root=UUID=efacf400-5bcb-47fe-be45-7d456279cee4 ro failsafe vga=normal > initrd /boot/initrd.img > } > menuentry 'ALT Regular Sisyphus, 6.10.0-lks-wks-alt1.6' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-6.10.0-lks-wks-alt1.6-advanced-efacf400-5bcb-47fe-be45-7d456279cee4' { > savedefault > load_video > insmod gzio > insmod part_gpt > insmod ext2 > search --no-floppy --fs-uuid --set=root efacf400-5bcb-47fe-be45-7d456279cee4 > linux /boot/vmlinuz-6.10.0-lks-wks-alt1.6 root=UUID=efacf400-5bcb-47fe-be45-7d456279cee4 ro panic=30 psi=1 cgroup_no_v1=all systemd.unified_cgroup_hierarchy=1 iommu=pt > initrd /boot/initrd-6.10.0-lks-wks-alt1.6.img > } > menuentry 'ALT Regular Sisyphus, 6.9.0-lks-wks-alt7.12' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-6.9.0-lks-wks-alt7.12-advanced-efacf400-5bcb-47fe-be45-7d456279cee4' { > savedefault > load_video > insmod gzio > insmod part_gpt > insmod ext2 > search --no-floppy --fs-uuid --set=root efacf400-5bcb-47fe-be45-7d456279cee4 > linux /boot/vmlinuz-6.9.0-lks-wks-alt7.12 root=UUID=efacf400-5bcb-47fe-be45-7d456279cee4 ro panic=30 psi=1 cgroup_no_v1=all systemd.unified_cgroup_hierarchy=1 iommu=pt > initrd /boot/initrd-6.9.0-lks-wks-alt7.12.img > } > menuentry 'ALT Regular Sisyphus, 6.9.0-lks-wks-alt6.12' --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-6.9.0-lks-wks-alt6.12-advanced-efacf400-5bcb-47fe-be45-7d456279cee4' { > savedefault > load_video > insmod gzio > insmod part_gpt > insmod ext2 > search --no-floppy --fs-uuid --set=root efacf400-5bcb-47fe-be45-7d456279cee4 > linux /boot/vmlinuz-6.9.0-lks-wks-alt6.12 root=UUID=efacf400-5bcb-47fe-be45-7d456279cee4 ro panic=30 psi=1 cgroup_no_v1=all systemd.unified_cgroup_hierarchy=1 iommu=pt > initrd /boot/initrd-6.9.0-lks-wks-alt6.12.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/30_uefi-firmware ### >if [ "$grub_platform" = "efi" ]; then > menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' { > fwsetup > } >fi >### END /etc/grub.d/30_uefi-firmware ### > >### BEGIN /etc/grub.d/35_fwupd ### >### END /etc/grub.d/35_fwupd ### > >### BEGIN /etc/grub.d/39_memtest ### >if [ "$grub_platform" = "pc" ]; then > menuentry "Memtest86+-7.00" { > insmod part_gpt > insmod ext2 > search --no-floppy --fs-uuid --set=root efacf400-5bcb-47fe-be45-7d456279cee4 > linux /boot/memtest-7.00.bin > } >fi >if [ "$grub_platform" = "efi" ]; then > menuentry "Memtest86+-7.00 (may not work with Secure Boot)" { > insmod part_gpt > insmod ext2 > search --no-floppy --fs-uuid --set=root efacf400-5bcb-47fe-be45-7d456279cee4 > linux /boot/memtest-7.00.efi > } >fi >### 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. >#menuentry 'Windows 10' { ># search --fs-uuid --no-floppy --set=root 249F-EE86 ># chainloader (${root})/EFI/Microsoft/Boot/bootmgfw.efi ># } >### 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 ###
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 51238
: 16687 |
16688
|
16693
|
16706
|
16755
|
16756
|
16805