Mageia Bugzilla – Attachment 5997 Details for
Bug 15389
Os-prober mixes UUID when several Mageia are installed.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
RESULTS.text from an EFI VM install of Mga4, and 2x Mga5
file_15389.txt (text/plain), 12.18 KB, created by
Barry Jackson
on 2015-03-06 00:20:13 CET
(
hide
)
Description:
RESULTS.text from an EFI VM install of Mga4, and 2x Mga5
Filename:
MIME Type:
Creator:
Barry Jackson
Created:
2015-03-06 00:20:13 CET
Size:
12.18 KB
patch
obsolete
> Boot Info Script 0.61 [1 April 2012] > > >============================= Boot Info Summary: =============================== > > => Grub Legacy0.97 is installed in the MBR of /dev/sda and looks at sector > 9282816 of the same hard drive for the stage2 file. A stage2 file is at > this location on /dev/sda. Stage2 looks on partition #2 for > /boot/grub/menu.lst.. > => No boot loader is installed in the MBR of /dev/sdb. > => No boot loader is installed in the MBR of /dev/sdc. > >sda1: __________________________________________________________________________ > > File system: vfat > Boot sector type: FAT32 > Boot sector info: No errors found in the Boot Parameter Block. > Operating System: > Boot files: > >sda2: __________________________________________________________________________ > > File system: ext4 > Boot sector type: - > Boot sector info: > Operating System: Mageia release 5 (Cauldron) for > x86_64 Kernel 3.19.0-desktop-5.mga5 on a x86_64 / > Boot files: /boot/grub2/grub.cfg /etc/fstab > >sda3: __________________________________________________________________________ > > File system: swap > Boot sector type: - > Boot sector info: > >sdb1: __________________________________________________________________________ > > File system: ext4 > Boot sector type: - > Boot sector info: > Operating System: Mageia release 5 (Cauldron) for > x86_64 Kernel 3.19.0-desktop-5.mga5 on a x86_64 / > Boot files: /boot/grub2/grub.cfg /etc/fstab > >sdc1: __________________________________________________________________________ > > File system: ext4 > Boot sector type: - > Boot sector info: > Operating System: Mageia release 4 (Official) for > x86_64 Kernel 3.12.21-desktop-2.mga4 on a x86_64 / > Boot files: /boot/grub2/grub.cfg /etc/fstab > >============================ Drive/Partition Info: ============================= > >Drive: sda _____________________________________________________________________ > >Disk /dev/sda: 15 GiB, 16106127360 bytes, 31457280 sectors >Units: sectors of 1 * 512 = 512 bytes >Sector size (logical/physical): 512 bytes / 512 bytes >I/O size (minimum/optimal): 512 bytes / 512 bytes > >Partition Boot Start Sector End Sector # of Sectors Id System > >/dev/sda1 1 31,457,279 31,457,279 ee GPT > > >GUID Partition Table detected. > >Partition Start Sector End Sector # of Sectors System >/dev/sda1 2,048 614,400 612,353 Data partition (Linux) >/dev/sda2 616,448 26,689,535 26,073,088 Data partition (Linux) >/dev/sda3 26,689,536 31,457,246 4,767,711 Data partition (Linux) > >Drive: sdb _____________________________________________________________________ > >Disk /dev/sdb: 8 GiB, 8589934592 bytes, 16777216 sectors >Units: sectors of 1 * 512 = 512 bytes >Sector size (logical/physical): 512 bytes / 512 bytes >I/O size (minimum/optimal): 512 bytes / 512 bytes > >Partition Boot Start Sector End Sector # of Sectors Id System > >/dev/sdb1 1 16,777,215 16,777,215 ee GPT > > >GUID Partition Table detected. > >Partition Start Sector End Sector # of Sectors System >/dev/sdb1 2,048 16,777,182 16,775,135 Data partition (Linux) > >Drive: sdc _____________________________________________________________________ > >Disk /dev/sdc: 12 GiB, 12884901888 bytes, 25165824 sectors >Units: sectors of 1 * 512 = 512 bytes >Sector size (logical/physical): 512 bytes / 512 bytes >I/O size (minimum/optimal): 512 bytes / 512 bytes > >Partition Boot Start Sector End Sector # of Sectors Id System > >/dev/sdc1 * 2,048 22,523,129 22,521,082 83 Linux > > >"blkid" output: ________________________________________________________________ > >Device UUID TYPE LABEL > >/dev/sda1 C4F1-B06B vfat >/dev/sda2 40dde9af-7826-411a-af7d-2e57daa99aaf ext4 mate_root >/dev/sda3 c9bc0f6d-5015-4a0a-959d-a07cadc83c88 swap >/dev/sdb1 51c4911d-336b-4867-9b3a-3e4aa7c5d02c ext4 lxde_root >/dev/sdc1 6a9595ef-8254-4627-a7b3-d4fe8e39a869 ext4 KDE_Mga4.1 > >================================ Mount points: ================================= > >Device Mount_Point Type Options > >/dev/sda1 /boot/EFI vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro) >/dev/sda2 / ext4 (rw,relatime,data=ordered) > > >========================== sda2/boot/grub2/grub.cfg: =========================== > >-------------------------------------------------------------------------------- ># ># DO NOT EDIT THIS FILE ># ># It is automatically generated by grub2-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 >if [ "${next_entry}" ] ; then > set default="${next_entry}" > set next_entry= > save_env next_entry > set boot_once=true >else > set default="0" >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 loadfont unicode ; then > set gfxmode=1024x768x32 > load_video > insmod gfxterm > set locale_dir=$prefix/locale > set lang=en_GB > insmod gettext >fi >terminal_output gfxterm >insmod part_gpt >insmod ext2 >set root='hd0,gpt2' >if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 40dde9af-7826-411a-af7d-2e57daa99aaf >else > search --no-floppy --fs-uuid --set=root 40dde9af-7826-411a-af7d-2e57daa99aaf >fi >insmod gfxmenu >loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Bold-16.pf2 >loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Bold-20.pf2 >loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Bold-28.pf2 >loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Regular-20.pf2 >insmod png >set theme=($root)/boot/grub2/themes/maggy/theme.txt >export theme >if [ x$feature_timeout_style = xy ] ; then > set timeout_style=menu > set timeout=10 ># Fallback normal timeout code in case the timeout_style feature is ># unavailable. >else > set timeout=10 >fi >### END /etc/grub.d/00_header ### > >### BEGIN /etc/grub.d/10_linux ### >menuentry 'Mageia' --class mageia --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-40dde9af-7826-411a-af7d-2e57daa99aaf' { > set gfxpayload=text > insmod gzio > insmod part_gpt > insmod ext2 > set root='hd0,gpt2' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 40dde9af-7826-411a-af7d-2e57daa99aaf > else > search --no-floppy --fs-uuid --set=root 40dde9af-7826-411a-af7d-2e57daa99aaf > fi > echo 'Loading Linux desktop ...' > linux /boot/vmlinuz-desktop root=UUID=40dde9af-7826-411a-af7d-2e57daa99aaf ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 > echo 'Loading initial ramdisk ...' > initrd /boot/initrd-desktop.img >} >submenu 'Advanced options for Mageia' $menuentry_id_option 'gnulinux-advanced-40dde9af-7826-411a-af7d-2e57daa99aaf' { > menuentry 'Mageia, with Linux desktop' --class mageia --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-desktop-advanced-40dde9af-7826-411a-af7d-2e57daa99aaf' { > set gfxpayload=text > insmod gzio > insmod part_gpt > insmod ext2 > set root='hd0,gpt2' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 40dde9af-7826-411a-af7d-2e57daa99aaf > else > search --no-floppy --fs-uuid --set=root 40dde9af-7826-411a-af7d-2e57daa99aaf > fi > echo 'Loading Linux desktop ...' > linux /boot/vmlinuz-desktop root=UUID=40dde9af-7826-411a-af7d-2e57daa99aaf ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 > echo 'Loading initial ramdisk ...' > initrd /boot/initrd-desktop.img > } > menuentry 'Mageia, with Linux 3.19.0-desktop-5.mga5' --class mageia --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-desktop-5.mga5-advanced-40dde9af-7826-411a-af7d-2e57daa99aaf' { > set gfxpayload=text > insmod gzio > insmod part_gpt > insmod ext2 > set root='hd0,gpt2' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 40dde9af-7826-411a-af7d-2e57daa99aaf > else > search --no-floppy --fs-uuid --set=root 40dde9af-7826-411a-af7d-2e57daa99aaf > fi > echo 'Loading Linux 3.19.0-desktop-5.mga5 ...' > linux /boot/vmlinuz-3.19.0-desktop-5.mga5 root=UUID=40dde9af-7826-411a-af7d-2e57daa99aaf ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 > echo 'Loading initial ramdisk ...' > initrd /boot/initrd-3.19.0-desktop-5.mga5.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/20_ppc_terminfo ### >### END /etc/grub.d/20_ppc_terminfo ### > >### BEGIN /etc/grub.d/30_os-prober ### >menuentry 'Mageia 5 (5) (on /dev/sdb1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-51c4911d-336b-4867-9b3a-3e4aa7c5d02c' { > insmod part_gpt > insmod ext2 > set root='hd1,gpt1' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1 51c4911d-336b-4867-9b3a-3e4aa7c5d02c > else > search --no-floppy --fs-uuid --set=root 51c4911d-336b-4867-9b3a-3e4aa7c5d02c > fi > linux /boot/vmlinuz-desktop root=UUID=51c4911d-336b-4867-9b3a-3e4aa7c5d02c ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 > initrd /boot/initrd-desktop.img >} >submenu 'Advanced options for Mageia 5 (5) (on /dev/sdb1)' $menuentry_id_option 'osprober-gnulinux-advanced-51c4911d-336b-4867-9b3a-3e4aa7c5d02c' { > menuentry 'Mageia (on /dev/sdb1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-desktop--51c4911d-336b-4867-9b3a-3e4aa7c5d02c' { > insmod part_gpt > insmod ext2 > set root='hd1,gpt1' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1 51c4911d-336b-4867-9b3a-3e4aa7c5d02c > else > search --no-floppy --fs-uuid --set=root 51c4911d-336b-4867-9b3a-3e4aa7c5d02c > fi > linux /boot/vmlinuz-desktop root=UUID=51c4911d-336b-4867-9b3a-3e4aa7c5d02c ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 > initrd /boot/initrd-desktop.img > } > menuentry 'Mageia, with Linux desktop (on /dev/sdb1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-desktop--51c4911d-336b-4867-9b3a-3e4aa7c5d02c' { > insmod part_gpt > insmod ext2 > set root='hd1,gpt1' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1 51c4911d-336b-4867-9b3a-3e4aa7c5d02c > else > search --no-floppy --fs-uuid --set=root 51c4911d-336b-4867-9b3a-3e4aa7c5d02c > fi > linux /boot/vmlinuz-desktop root=UUID=51c4911d-336b-4867-9b3a-3e4aa7c5d02c ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 > initrd /boot/initrd-des
Boot Info Script 0.61 [1 April 2012] ============================= Boot Info Summary: =============================== => Grub Legacy0.97 is installed in the MBR of /dev/sda and looks at sector 9282816 of the same hard drive for the stage2 file. A stage2 file is at this location on /dev/sda. Stage2 looks on partition #2 for /boot/grub/menu.lst.. => No boot loader is installed in the MBR of /dev/sdb. => No boot loader is installed in the MBR of /dev/sdc. sda1: __________________________________________________________________________ File system: vfat Boot sector type: FAT32 Boot sector info: No errors found in the Boot Parameter Block. Operating System: Boot files: sda2: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Mageia release 5 (Cauldron) for x86_64 Kernel 3.19.0-desktop-5.mga5 on a x86_64 / Boot files: /boot/grub2/grub.cfg /etc/fstab sda3: __________________________________________________________________________ File system: swap Boot sector type: - Boot sector info: sdb1: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Mageia release 5 (Cauldron) for x86_64 Kernel 3.19.0-desktop-5.mga5 on a x86_64 / Boot files: /boot/grub2/grub.cfg /etc/fstab sdc1: __________________________________________________________________________ File system: ext4 Boot sector type: - Boot sector info: Operating System: Mageia release 4 (Official) for x86_64 Kernel 3.12.21-desktop-2.mga4 on a x86_64 / Boot files: /boot/grub2/grub.cfg /etc/fstab ============================ Drive/Partition Info: ============================= Drive: sda _____________________________________________________________________ Disk /dev/sda: 15 GiB, 16106127360 bytes, 31457280 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sda1 1 31,457,279 31,457,279 ee GPT GUID Partition Table detected. Partition Start Sector End Sector # of Sectors System /dev/sda1 2,048 614,400 612,353 Data partition (Linux) /dev/sda2 616,448 26,689,535 26,073,088 Data partition (Linux) /dev/sda3 26,689,536 31,457,246 4,767,711 Data partition (Linux) Drive: sdb _____________________________________________________________________ Disk /dev/sdb: 8 GiB, 8589934592 bytes, 16777216 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sdb1 1 16,777,215 16,777,215 ee GPT GUID Partition Table detected. Partition Start Sector End Sector # of Sectors System /dev/sdb1 2,048 16,777,182 16,775,135 Data partition (Linux) Drive: sdc _____________________________________________________________________ Disk /dev/sdc: 12 GiB, 12884901888 bytes, 25165824 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Partition Boot Start Sector End Sector # of Sectors Id System /dev/sdc1 * 2,048 22,523,129 22,521,082 83 Linux "blkid" output: ________________________________________________________________ Device UUID TYPE LABEL /dev/sda1 C4F1-B06B vfat /dev/sda2 40dde9af-7826-411a-af7d-2e57daa99aaf ext4 mate_root /dev/sda3 c9bc0f6d-5015-4a0a-959d-a07cadc83c88 swap /dev/sdb1 51c4911d-336b-4867-9b3a-3e4aa7c5d02c ext4 lxde_root /dev/sdc1 6a9595ef-8254-4627-a7b3-d4fe8e39a869 ext4 KDE_Mga4.1 ================================ Mount points: ================================= Device Mount_Point Type Options /dev/sda1 /boot/EFI vfat (rw,relatime,fmask=0000,dmask=0000,allow_utime=0022,codepage=437,iocharset=utf8,shortname=mixed,errors=remount-ro) /dev/sda2 / ext4 (rw,relatime,data=ordered) ========================== sda2/boot/grub2/grub.cfg: =========================== -------------------------------------------------------------------------------- # # DO NOT EDIT THIS FILE # # It is automatically generated by grub2-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 if [ "${next_entry}" ] ; then set default="${next_entry}" set next_entry= save_env next_entry set boot_once=true else set default="0" 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 loadfont unicode ; then set gfxmode=1024x768x32 load_video insmod gfxterm set locale_dir=$prefix/locale set lang=en_GB insmod gettext fi terminal_output gfxterm insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 40dde9af-7826-411a-af7d-2e57daa99aaf else search --no-floppy --fs-uuid --set=root 40dde9af-7826-411a-af7d-2e57daa99aaf fi insmod gfxmenu loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Bold-16.pf2 loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Bold-20.pf2 loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Bold-28.pf2 loadfont ($root)/boot/grub2/themes/maggy/MageiaLogo-Regular-20.pf2 insmod png set theme=($root)/boot/grub2/themes/maggy/theme.txt export theme if [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=10 # Fallback normal timeout code in case the timeout_style feature is # unavailable. else set timeout=10 fi ### END /etc/grub.d/00_header ### ### BEGIN /etc/grub.d/10_linux ### menuentry 'Mageia' --class mageia --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-40dde9af-7826-411a-af7d-2e57daa99aaf' { set gfxpayload=text insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 40dde9af-7826-411a-af7d-2e57daa99aaf else search --no-floppy --fs-uuid --set=root 40dde9af-7826-411a-af7d-2e57daa99aaf fi echo 'Loading Linux desktop ...' linux /boot/vmlinuz-desktop root=UUID=40dde9af-7826-411a-af7d-2e57daa99aaf ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 echo 'Loading initial ramdisk ...' initrd /boot/initrd-desktop.img } submenu 'Advanced options for Mageia' $menuentry_id_option 'gnulinux-advanced-40dde9af-7826-411a-af7d-2e57daa99aaf' { menuentry 'Mageia, with Linux desktop' --class mageia --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-desktop-advanced-40dde9af-7826-411a-af7d-2e57daa99aaf' { set gfxpayload=text insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 40dde9af-7826-411a-af7d-2e57daa99aaf else search --no-floppy --fs-uuid --set=root 40dde9af-7826-411a-af7d-2e57daa99aaf fi echo 'Loading Linux desktop ...' linux /boot/vmlinuz-desktop root=UUID=40dde9af-7826-411a-af7d-2e57daa99aaf ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 echo 'Loading initial ramdisk ...' initrd /boot/initrd-desktop.img } menuentry 'Mageia, with Linux 3.19.0-desktop-5.mga5' --class mageia --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.19.0-desktop-5.mga5-advanced-40dde9af-7826-411a-af7d-2e57daa99aaf' { set gfxpayload=text insmod gzio insmod part_gpt insmod ext2 set root='hd0,gpt2' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 40dde9af-7826-411a-af7d-2e57daa99aaf else search --no-floppy --fs-uuid --set=root 40dde9af-7826-411a-af7d-2e57daa99aaf fi echo 'Loading Linux 3.19.0-desktop-5.mga5 ...' linux /boot/vmlinuz-3.19.0-desktop-5.mga5 root=UUID=40dde9af-7826-411a-af7d-2e57daa99aaf ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 echo 'Loading initial ramdisk ...' initrd /boot/initrd-3.19.0-desktop-5.mga5.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/20_ppc_terminfo ### ### END /etc/grub.d/20_ppc_terminfo ### ### BEGIN /etc/grub.d/30_os-prober ### menuentry 'Mageia 5 (5) (on /dev/sdb1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-51c4911d-336b-4867-9b3a-3e4aa7c5d02c' { insmod part_gpt insmod ext2 set root='hd1,gpt1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1 51c4911d-336b-4867-9b3a-3e4aa7c5d02c else search --no-floppy --fs-uuid --set=root 51c4911d-336b-4867-9b3a-3e4aa7c5d02c fi linux /boot/vmlinuz-desktop root=UUID=51c4911d-336b-4867-9b3a-3e4aa7c5d02c ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 initrd /boot/initrd-desktop.img } submenu 'Advanced options for Mageia 5 (5) (on /dev/sdb1)' $menuentry_id_option 'osprober-gnulinux-advanced-51c4911d-336b-4867-9b3a-3e4aa7c5d02c' { menuentry 'Mageia (on /dev/sdb1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-desktop--51c4911d-336b-4867-9b3a-3e4aa7c5d02c' { insmod part_gpt insmod ext2 set root='hd1,gpt1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1 51c4911d-336b-4867-9b3a-3e4aa7c5d02c else search --no-floppy --fs-uuid --set=root 51c4911d-336b-4867-9b3a-3e4aa7c5d02c fi linux /boot/vmlinuz-desktop root=UUID=51c4911d-336b-4867-9b3a-3e4aa7c5d02c ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 initrd /boot/initrd-desktop.img } menuentry 'Mageia, with Linux desktop (on /dev/sdb1)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-desktop--51c4911d-336b-4867-9b3a-3e4aa7c5d02c' { insmod part_gpt insmod ext2 set root='hd1,gpt1' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt1 --hint-efi=hd1,gpt1 --hint-baremetal=ahci1,gpt1 51c4911d-336b-4867-9b3a-3e4aa7c5d02c else search --no-floppy --fs-uuid --set=root 51c4911d-336b-4867-9b3a-3e4aa7c5d02c fi linux /boot/vmlinuz-desktop root=UUID=51c4911d-336b-4867-9b3a-3e4aa7c5d02c ro splash quiet resume=UUID=c9bc0f6d-5015-4a0a-959d-a07cadc83c88 initrd /boot/initrd-des
View Attachment As Raw
Actions:
View
Attachments on
bug 15389
:
5968
|
5970
|
5983
|
5984
| 5997 |
6066