ALT Linux Bugzilla
– Attachment 7201 Details for
Bug 29392
Ошибка grub-script-check после установки xen
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
grub.cfg.new с ошибкой
grub.cfg.new (text/plain), 13.85 KB, created by
Oleg Zenin
on 2017-09-04 13:03:30 MSK
(
hide
)
Description:
grub.cfg.new с ошибкой
Filename:
MIME Type:
Creator:
Oleg Zenin
Created:
2017-09-04 13:03:30 MSK
Size:
13.85 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 >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 ###
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 29392
:
5943
| 7201