Mageia Bugzilla – Attachment 3828 Details for
Bug 9849
Mageia 3 RC DVD x86-64 installer can not install bootloader (error: add_entry at /usr/lib/libDrakX/bootloader.pm line 656.)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
grub2 grub.cfg configuration file from my CAE Linux 2010 installation
grub.cfg (text/plain), 7.63 KB, created by
Y.LE_NY
on 2013-04-27 15:23:26 CEST
(
hide
)
Description:
grub2 grub.cfg configuration file from my CAE Linux 2010 installation
Filename:
MIME Type:
Creator:
Y.LE_NY
Created:
2013-04-27 15:23:26 CEST
Size:
7.63 KB
patch
obsolete
># ># DO NOT EDIT THIS FILE ># ># It is automatically generated by /usr/sbin/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 > load_env >fi >set default="0" >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 recordfail { > set recordfail=1 > if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi >} >insmod ext2 >set root='(hd0,14)' >search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 >if loadfont /usr/share/grub/unicode.pf2 ; then > set gfxmode=640x480 > insmod gfxterm > insmod vbe > if terminal_output gfxterm ; then true ; else > # For backward compatibility with versions of terminal.mod that don't > # understand terminal_output > terminal gfxterm > fi >fi >insmod ext2 >set root='(hd0,14)' >search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 >set locale_dir=($root)/boot/grub/locale >set lang=fr >insmod gettext >if [ ${recordfail} = 1 ]; then > set timeout=-1 >else > set timeout=10 >fi >### END /etc/grub.d/00_header ### > >### BEGIN /etc/grub.d/05_debian_theme ### >set menu_color_normal=white/black >set menu_color_highlight=black/light-gray >### END /etc/grub.d/05_debian_theme ### > >### BEGIN /etc/grub.d/10_linux ### >menuentry 'Ubuntu, with Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os { > recordfail > insmod ext2 > set root='(hd0,14)' > search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 > linux /boot/vmlinuz-2.6.32-24-generic root=UUID=b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 ro quiet splash > initrd /boot/initrd.img-2.6.32-24-generic >} >menuentry 'Ubuntu, with Linux 2.6.32-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { > recordfail > insmod ext2 > set root='(hd0,14)' > search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 > echo 'Loading Linux 2.6.32-24-generic ...' > linux /boot/vmlinuz-2.6.32-24-generic root=UUID=b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 ro single > echo 'Loading initial ramdisk ...' > initrd /boot/initrd.img-2.6.32-24-generic >} >### END /etc/grub.d/10_linux ### > >### BEGIN /etc/grub.d/20_memtest86+ ### >menuentry "Memory test (memtest86+)" { > insmod ext2 > set root='(hd0,14)' > search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 > linux16 /boot/memtest86+.bin >} >menuentry "Memory test (memtest86+, serial console 115200)" { > insmod ext2 > set root='(hd0,14)' > search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 > linux16 /boot/memtest86+.bin console=ttyS0,115200n8 >} >### END /etc/grub.d/20_memtest86+ ### > >### BEGIN /etc/grub.d/30_os-prober ### >menuentry "Windows NT/2000/XP (on /dev/sda1)" { > insmod ntfs > set root='(hd0,1)' > search --no-floppy --fs-uuid --set f4c8bf9ec8bf5e14 > drivemap -s (hd0) ${root} > chainloader +1 >} >menuentry "Mandriva Linux 2011.0 (Cooker) - linux (on /dev/sda10)" { > insmod ext2 > set root='(hd0,10)' > search --no-floppy --fs-uuid --set 02a64b7c-b7a4-4751-af85-b16643b6fe5c > linux /boot/vmlinuz BOOT_IMAGE=Mandriva_Linux_20110_(Cooker)_- root=UUID=02a64b7c-b7a4-4751-af85-b16643b6fe5c resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 > initrd (hd0,9)/boot/initrd.img >} >menuentry "Mandriva Linux 2011.0 (Cooker) - linux-nonfb (on /dev/sda10)" { > insmod ext2 > set root='(hd0,10)' > search --no-floppy --fs-uuid --set 02a64b7c-b7a4-4751-af85-b16643b6fe5c > linux /boot/vmlinuz BOOT_IMAGE=Mandriva_Linux_20110_(Cooker)_- root=UUID=02a64b7c-b7a4-4751-af85-b16643b6fe5c resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa > initrd (hd0,9)/boot/initrd.img >} >menuentry "failsafe (on /dev/sda10)" { > insmod ext2 > set root='(hd0,10)' > search --no-floppy --fs-uuid --set 02a64b7c-b7a4-4751-af85-b16643b6fe5c > linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=02a64b7c-b7a4-4751-af85-b16643b6fe5c failsafe > initrd (hd0,9)/boot/initrd.img >} >menuentry "linux (on /dev/sda10)" { > insmod ext2 > set root='(hd0,10)' > search --no-floppy --fs-uuid --set 02a64b7c-b7a4-4751-af85-b16643b6fe5c > linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=02a64b7c-b7a4-4751-af85-b16643b6fe5c resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 > initrd (hd0,9)/boot/initrd.img >} >menuentry "desktop 2.6.35.1-1 (on /dev/sda10)" { > insmod ext2 > set root='(hd0,10)' > search --no-floppy --fs-uuid --set 02a64b7c-b7a4-4751-af85-b16643b6fe5c > linux /boot/vmlinuz-2.6.35.1-desktop-1mnb BOOT_IMAGE=desktop_2.6.35.1-1 root=UUID=02a64b7c-b7a4-4751-af85-b16643b6fe5c resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 > initrd (hd0,9)/boot/initrd-2.6.35.1-desktop-1mnb.img >} >menuentry "Mandriva Linux 2010.1 (on /dev/sda2)" { > insmod ext2 > set root='(hd0,2)' > search --no-floppy --fs-uuid --set 07b93c58-5e9c-45f0-8830-cc4d7c25a062 > linux /boot/vmlinuz BOOT_IMAGE=Mandriva_Linux_2010.1 root=UUID=07b93c58-5e9c-45f0-8830-cc4d7c25a062 resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 > initrd (hd0,1)/boot/initrd.img >} >menuentry "Mandriva Linux 2010.1 nonfb (on /dev/sda2)" { > insmod ext2 > set root='(hd0,2)' > search --no-floppy --fs-uuid --set 07b93c58-5e9c-45f0-8830-cc4d7c25a062 > linux /boot/vmlinuz BOOT_IMAGE=Mandriva_Linux_2010.1_nonfb root=UUID=07b93c58-5e9c-45f0-8830-cc4d7c25a062 resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa > initrd (hd0,1)/boot/initrd.img >} >menuentry "Mandriva Linux 2010.1 failsafe (on /dev/sda2)" { > insmod ext2 > set root='(hd0,2)' > search --no-floppy --fs-uuid --set 07b93c58-5e9c-45f0-8830-cc4d7c25a062 > linux /boot/vmlinuz BOOT_IMAGE=Mandriva_Linux_2010.1_failsafe root=UUID=07b93c58-5e9c-45f0-8830-cc4d7c25a062 failsafe > initrd (hd0,1)/boot/initrd.img >} >menuentry "linux (on /dev/sda2)" { > insmod ext2 > set root='(hd0,2)' > search --no-floppy --fs-uuid --set 07b93c58-5e9c-45f0-8830-cc4d7c25a062 > linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=07b93c58-5e9c-45f0-8830-cc4d7c25a062 resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 > initrd (hd0,1)/boot/initrd.img >} >menuentry "desktop 2.6.33.7-2 (on /dev/sda2)" { > insmod ext2 > set root='(hd0,2)' > search --no-floppy --fs-uuid --set 07b93c58-5e9c-45f0-8830-cc4d7c25a062 > linux /boot/vmlinuz-2.6.33.7-desktop-2mnb BOOT_IMAGE=desktop_2.6.33.7-2 root=UUID=07b93c58-5e9c-45f0-8830-cc4d7c25a062 resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 > initrd (hd0,1)/boot/initrd-2.6.33.7-desktop-2mnb.img >} >menuentry "linux (on /dev/sdb9)" { > insmod ext2 > set root='(hd1,9)' > search --no-floppy --fs-uuid --set 40325114-db89-443d-8a6b-f1841b322174 > linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=40325114-db89-443d-8a6b-f1841b322174 resume=/dev/sda1 splash=silent vga=788 > initrd (hd0,8)/boot/initrd.img >} >menuentry "linux-nonfb (on /dev/sdb9)" { > insmod ext2 > set root='(hd1,9)' > search --no-floppy --fs-uuid --set 40325114-db89-443d-8a6b-f1841b322174 > linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=40325114-db89-443d-8a6b-f1841b322174 resume=/dev/sda1 > initrd (hd0,8)/boot/initrd.img >} >menuentry "failsafe (on /dev/sdb9)" { > insmod ext2 > set root='(hd1,9)' > search --no-floppy --fs-uuid --set 40325114-db89-443d-8a6b-f1841b322174 > linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=40325114-db89-443d-8a6b-f1841b322174 failsafe > initrd (hd0,8)/boot/initrd.img >} >### END /etc/grub.d/30_os-prober ### > >### 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 ###
# # DO NOT EDIT THIS FILE # # It is automatically generated by /usr/sbin/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 load_env fi set default="0" 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 recordfail { set recordfail=1 if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi } insmod ext2 set root='(hd0,14)' search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 if loadfont /usr/share/grub/unicode.pf2 ; then set gfxmode=640x480 insmod gfxterm insmod vbe if terminal_output gfxterm ; then true ; else # For backward compatibility with versions of terminal.mod that don't # understand terminal_output terminal gfxterm fi fi insmod ext2 set root='(hd0,14)' search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 set locale_dir=($root)/boot/grub/locale set lang=fr insmod gettext if [ ${recordfail} = 1 ]; then set timeout=-1 else set timeout=10 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/05_debian_theme ### set menu_color_normal=white/black set menu_color_highlight=black/light-gray ### END /etc/grub.d/05_debian_theme ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Ubuntu, with Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,14)' search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 linux /boot/vmlinuz-2.6.32-24-generic root=UUID=b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 ro quiet splash initrd /boot/initrd.img-2.6.32-24-generic } menuentry 'Ubuntu, with Linux 2.6.32-24-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod ext2 set root='(hd0,14)' search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 echo 'Loading Linux 2.6.32-24-generic ...' linux /boot/vmlinuz-2.6.32-24-generic root=UUID=b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 ro single echo 'Loading initial ramdisk ...' initrd /boot/initrd.img-2.6.32-24-generic } ### END /etc/grub.d/10_linux ### ### BEGIN /etc/grub.d/20_memtest86+ ### menuentry "Memory test (memtest86+)" { insmod ext2 set root='(hd0,14)' search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 linux16 /boot/memtest86+.bin } menuentry "Memory test (memtest86+, serial console 115200)" { insmod ext2 set root='(hd0,14)' search --no-floppy --fs-uuid --set b4fd63ac-dcbe-4571-b6a8-54fc18bfebf1 linux16 /boot/memtest86+.bin console=ttyS0,115200n8 } ### END /etc/grub.d/20_memtest86+ ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry "Windows NT/2000/XP (on /dev/sda1)" { insmod ntfs set root='(hd0,1)' search --no-floppy --fs-uuid --set f4c8bf9ec8bf5e14 drivemap -s (hd0) ${root} chainloader +1 } menuentry "Mandriva Linux 2011.0 (Cooker) - linux (on /dev/sda10)" { insmod ext2 set root='(hd0,10)' search --no-floppy --fs-uuid --set 02a64b7c-b7a4-4751-af85-b16643b6fe5c linux /boot/vmlinuz BOOT_IMAGE=Mandriva_Linux_20110_(Cooker)_- root=UUID=02a64b7c-b7a4-4751-af85-b16643b6fe5c resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 initrd (hd0,9)/boot/initrd.img } menuentry "Mandriva Linux 2011.0 (Cooker) - linux-nonfb (on /dev/sda10)" { insmod ext2 set root='(hd0,10)' search --no-floppy --fs-uuid --set 02a64b7c-b7a4-4751-af85-b16643b6fe5c linux /boot/vmlinuz BOOT_IMAGE=Mandriva_Linux_20110_(Cooker)_- root=UUID=02a64b7c-b7a4-4751-af85-b16643b6fe5c resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa initrd (hd0,9)/boot/initrd.img } menuentry "failsafe (on /dev/sda10)" { insmod ext2 set root='(hd0,10)' search --no-floppy --fs-uuid --set 02a64b7c-b7a4-4751-af85-b16643b6fe5c linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=02a64b7c-b7a4-4751-af85-b16643b6fe5c failsafe initrd (hd0,9)/boot/initrd.img } menuentry "linux (on /dev/sda10)" { insmod ext2 set root='(hd0,10)' search --no-floppy --fs-uuid --set 02a64b7c-b7a4-4751-af85-b16643b6fe5c linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=02a64b7c-b7a4-4751-af85-b16643b6fe5c resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 initrd (hd0,9)/boot/initrd.img } menuentry "desktop 2.6.35.1-1 (on /dev/sda10)" { insmod ext2 set root='(hd0,10)' search --no-floppy --fs-uuid --set 02a64b7c-b7a4-4751-af85-b16643b6fe5c linux /boot/vmlinuz-2.6.35.1-desktop-1mnb BOOT_IMAGE=desktop_2.6.35.1-1 root=UUID=02a64b7c-b7a4-4751-af85-b16643b6fe5c resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 initrd (hd0,9)/boot/initrd-2.6.35.1-desktop-1mnb.img } menuentry "Mandriva Linux 2010.1 (on /dev/sda2)" { insmod ext2 set root='(hd0,2)' search --no-floppy --fs-uuid --set 07b93c58-5e9c-45f0-8830-cc4d7c25a062 linux /boot/vmlinuz BOOT_IMAGE=Mandriva_Linux_2010.1 root=UUID=07b93c58-5e9c-45f0-8830-cc4d7c25a062 resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 initrd (hd0,1)/boot/initrd.img } menuentry "Mandriva Linux 2010.1 nonfb (on /dev/sda2)" { insmod ext2 set root='(hd0,2)' search --no-floppy --fs-uuid --set 07b93c58-5e9c-45f0-8830-cc4d7c25a062 linux /boot/vmlinuz BOOT_IMAGE=Mandriva_Linux_2010.1_nonfb root=UUID=07b93c58-5e9c-45f0-8830-cc4d7c25a062 resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa initrd (hd0,1)/boot/initrd.img } menuentry "Mandriva Linux 2010.1 failsafe (on /dev/sda2)" { insmod ext2 set root='(hd0,2)' search --no-floppy --fs-uuid --set 07b93c58-5e9c-45f0-8830-cc4d7c25a062 linux /boot/vmlinuz BOOT_IMAGE=Mandriva_Linux_2010.1_failsafe root=UUID=07b93c58-5e9c-45f0-8830-cc4d7c25a062 failsafe initrd (hd0,1)/boot/initrd.img } menuentry "linux (on /dev/sda2)" { insmod ext2 set root='(hd0,2)' search --no-floppy --fs-uuid --set 07b93c58-5e9c-45f0-8830-cc4d7c25a062 linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=07b93c58-5e9c-45f0-8830-cc4d7c25a062 resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 initrd (hd0,1)/boot/initrd.img } menuentry "desktop 2.6.33.7-2 (on /dev/sda2)" { insmod ext2 set root='(hd0,2)' search --no-floppy --fs-uuid --set 07b93c58-5e9c-45f0-8830-cc4d7c25a062 linux /boot/vmlinuz-2.6.33.7-desktop-2mnb BOOT_IMAGE=desktop_2.6.33.7-2 root=UUID=07b93c58-5e9c-45f0-8830-cc4d7c25a062 resume=UUID=1f5ebdab-e9fa-4e58-919d-8f5a1d3442aa splash=silent vga=788 initrd (hd0,1)/boot/initrd-2.6.33.7-desktop-2mnb.img } menuentry "linux (on /dev/sdb9)" { insmod ext2 set root='(hd1,9)' search --no-floppy --fs-uuid --set 40325114-db89-443d-8a6b-f1841b322174 linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=40325114-db89-443d-8a6b-f1841b322174 resume=/dev/sda1 splash=silent vga=788 initrd (hd0,8)/boot/initrd.img } menuentry "linux-nonfb (on /dev/sdb9)" { insmod ext2 set root='(hd1,9)' search --no-floppy --fs-uuid --set 40325114-db89-443d-8a6b-f1841b322174 linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=40325114-db89-443d-8a6b-f1841b322174 resume=/dev/sda1 initrd (hd0,8)/boot/initrd.img } menuentry "failsafe (on /dev/sdb9)" { insmod ext2 set root='(hd1,9)' search --no-floppy --fs-uuid --set 40325114-db89-443d-8a6b-f1841b322174 linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=40325114-db89-443d-8a6b-f1841b322174 failsafe initrd (hd0,8)/boot/initrd.img } ### END /etc/grub.d/30_os-prober ### ### 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 ###
View Attachment As Raw
Actions:
View
Attachments on
bug 9849
:
3822
| 3828 |
3829