Mageia Bugzilla – Attachment 7819 Details for
Bug 18469
os-prober does not recognize other btrfs installations in multi-boot system
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Test of os-prober-1.71-6.6.mga6
os-prober-18469-3.log (text/plain), 6.01 KB, created by
Ulrich Beckmann
on 2016-05-20 23:18:02 CEST
(
hide
)
Description:
Test of os-prober-1.71-6.6.mga6
Filename:
MIME Type:
Creator:
Ulrich Beckmann
Created:
2016-05-20 23:18:02 CEST
Size:
6.01 KB
patch
obsolete
>[root@localhost ~]# urpmi ~bequimao/.cache/kioexec/krun/8758_0_os-prober-1.71-6.6.mga6.x86_64.rpm > > >SECURITY: The following package is _NOT_ signed (OK ((none))): /home/bequimao/.cache/kioexec/krun/8758_0_os-prober-1.71-6.6.mga6.x86_64.rpm >installing 8758_0_os-prober-1.71-6.6.mga6.x86_64.rpm from /home/bequimao/.cache/kioexec/krun >Preparing... ############################################################################################################################################ > 1/1: os-prober ############################################################################################################################################ >[root@localhost ~]# >[root@localhost ~]# rpm -qa | grep os-prober >os-prober-1.71-6.6.mga6 >[root@localhost ~]# >[root@localhost ~]# grub2-mkconfig -o /boot/grub2/grub.cfg >Generating grub configuration file ... >Found theme: /boot/grub2/themes/maggy/theme.txt >Found linux image: /boot/vmlinuz-4.6.0-desktop-1.mga6 >Found initrd image: /boot/initrd-4.6.0-desktop-1.mga6.img >Found linux image: /boot/vmlinuz-4.6.0-desktop-0.rc7.4.mga6 >Found initrd image: /boot/initrd-4.6.0-desktop-0.rc7.4.mga6.img >Found linux image: /boot/vmlinuz-desktop >Found initrd image: /boot/initrd-desktop.img >Found openSUSE 42.1 (x86_64) on /dev/sda15 >Found Windows Boot Manager on /dev/sda3@/EFI/Microsoft/Boot/bootmgfw.efi >Found unknown Linux distribution on /dev/sda8 >Found Debian GNU/Linux (8.4) on /dev/mapper/vg1-mlvm03 >Found Debian GNU/Linux (stretch/sid) on /dev/mapper/vg1-mlvm04 >Found Debian GNU/Linux (stretch/sid) on /dev/mapper/vg1-mlvm09 >Found Fedora release 23 (Twenty Three) on /dev/mapper/vg1-mlvm11 >Found openSUSE 42.1 (x86_64) on /dev/mapper/vg1-mlvm12 >done >[root@localhost ~]# >[root@localhost ~]# mount /dev/sda8 /mnt >[root@localhost ~]# cat /mnt/etc/default/grub >GRUB_DEFAULT=0 >GRUB_TIMEOUT=5 >GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo KaOS` >GRUB_CMDLINE_LINUX_DEFAULT="quiet showopts" >GRUB_CMDLINE_LINUX="" > ># Preload both GPT and MBR modules so that they are not missed >GRUB_PRELOAD_MODULES="part_gpt part_msdos" > ># Uncomment to enable Hidden Menu, and optionally hide the timeout count >#GRUB_HIDDEN_TIMEOUT=5 >#GRUB_HIDDEN_TIMEOUT_QUIET=true > ># Uncomment to use basic console >GRUB_TERMINAL_INPUT=console > ># Uncomment to disable graphical terminal >#GRUB_TERMINAL_OUTPUT=console > ># The resolution used on graphical terminal ># note that you can use only modes which your graphic card supports via VBE ># you can see them in real GRUB with the command `vbeinfo' >GRUB_GFXMODE=auto > ># Uncomment to allow the kernel use the same resolution used by grub >GRUB_GFXPAYLOAD_LINUX=keep > ># Uncomment if you want GRUB to pass to the Linux kernel the old parameter ># format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" >#GRUB_DISABLE_LINUX_UUID=true > ># Uncomment to disable generation of recovery mode menu entries >GRUB_DISABLE_RECOVERY=true > ># Uncomment and set to the desired menu colors. Used by normal and wallpaper ># modes only. Entries specified as foreground/background. >#GRUB_COLOR_NORMAL="light-blue/black" >#GRUB_COLOR_HIGHLIGHT="light-cyan/blue" > ># Uncomment one of them for the gfx desired, a image background or a gfxtheme >#GRUB_BACKGROUND="/path/to/wallpaper" >#GRUB_THEME="/path/to/gfxtheme" > ># Uncomment to get a beep at GRUB start >#GRUB_INIT_TUNE="480 440 1" > >#GRUB_SAVEDEFAULT="true" >[root@localhost ~]# > > >---------------------------------------------------------------------------- >## Excerpt of KaOS grub.cfg > >### BEGIN /etc/grub.d/10_linux ### >menuentry 'KaOS Linux' --class kaos --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0afcdd2c-3d89-47ed-b4d3-a0c041aab214' { > load_video > set gfxpayload=keep > insmod gzio > insmod part_gpt > insmod btrfs > set root='hd0,gpt8' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8 0afcdd2c-3d89-47ed-b4d3-a0c041aab214 > else > search --no-floppy --fs-uuid --set=root 0afcdd2c-3d89-47ed-b4d3-a0c041aab214 > fi > echo 'Loading Linux linux-next ...' > linux /@@@/.snapshots/8/snapshot/boot/vmlinuz-linux-next root=UUID=0afcdd2c-3d89-47ed-b4d3-a0c041aab214 rw rootflags=subvol=@@@/.snapshots/8/snapshot quiet showopts > echo 'Loading initial ramdisk ...' > initrd /@@@/.snapshots/8/snapshot/boot/initramfs-linux-next.img >} >submenu 'Advanced options for KaOS Linux' $menuentry_id_option 'gnulinux-advanced-0afcdd2c-3d89-47ed-b4d3-a0c041aab214' { > menuentry 'KaOS Linux, with Linux linux-next' --class kaos --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-next-advanced-0afcdd2c-3d89-47ed-b4d3-a0c041aab214' { > load_video > set gfxpayload=keep > insmod gzio > insmod part_gpt > insmod btrfs > set root='hd0,gpt8' > if [ x$feature_platform_search_hint = xy ]; then > search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8 0afcdd2c-3d89-47ed-b4d3-a0c041aab214 > else > search --no-floppy --fs-uuid --set=root 0afcdd2c-3d89-47ed-b4d3-a0c041aab214 > fi > echo 'Loading Linux linux-next ...' > linux /@@@/.snapshots/8/snapshot/boot/vmlinuz-linux-next root=UUID=0afcdd2c-3d89-47ed-b4d3-a0c041aab214 rw rootflags=subvol=@@@/.snapshots/8/snapshot quiet showopts > echo 'Loading initial ramdisk ...' > initrd /@@@/.snapshots/8/snapshot/boot/initramfs-linux-next.img > } > menuentry 'KaOS Linux, with Linux linux-next (fallback initramfs)' --class kaos --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-next-fallback-0afcdd2c-3d89-47ed-b4d3-a0c041aab214' { > load_video > set gfxpayload=keep >------------------------------------------------------------------------------------ > >
[root@localhost ~]# urpmi ~bequimao/.cache/kioexec/krun/8758_0_os-prober-1.71-6.6.mga6.x86_64.rpm SECURITY: The following package is _NOT_ signed (OK ((none))): /home/bequimao/.cache/kioexec/krun/8758_0_os-prober-1.71-6.6.mga6.x86_64.rpm installing 8758_0_os-prober-1.71-6.6.mga6.x86_64.rpm from /home/bequimao/.cache/kioexec/krun Preparing... ############################################################################################################################################ 1/1: os-prober ############################################################################################################################################ [root@localhost ~]# [root@localhost ~]# rpm -qa | grep os-prober os-prober-1.71-6.6.mga6 [root@localhost ~]# [root@localhost ~]# grub2-mkconfig -o /boot/grub2/grub.cfg Generating grub configuration file ... Found theme: /boot/grub2/themes/maggy/theme.txt Found linux image: /boot/vmlinuz-4.6.0-desktop-1.mga6 Found initrd image: /boot/initrd-4.6.0-desktop-1.mga6.img Found linux image: /boot/vmlinuz-4.6.0-desktop-0.rc7.4.mga6 Found initrd image: /boot/initrd-4.6.0-desktop-0.rc7.4.mga6.img Found linux image: /boot/vmlinuz-desktop Found initrd image: /boot/initrd-desktop.img Found openSUSE 42.1 (x86_64) on /dev/sda15 Found Windows Boot Manager on /dev/sda3@/EFI/Microsoft/Boot/bootmgfw.efi Found unknown Linux distribution on /dev/sda8 Found Debian GNU/Linux (8.4) on /dev/mapper/vg1-mlvm03 Found Debian GNU/Linux (stretch/sid) on /dev/mapper/vg1-mlvm04 Found Debian GNU/Linux (stretch/sid) on /dev/mapper/vg1-mlvm09 Found Fedora release 23 (Twenty Three) on /dev/mapper/vg1-mlvm11 Found openSUSE 42.1 (x86_64) on /dev/mapper/vg1-mlvm12 done [root@localhost ~]# [root@localhost ~]# mount /dev/sda8 /mnt [root@localhost ~]# cat /mnt/etc/default/grub GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo KaOS` GRUB_CMDLINE_LINUX_DEFAULT="quiet showopts" GRUB_CMDLINE_LINUX="" # Preload both GPT and MBR modules so that they are not missed GRUB_PRELOAD_MODULES="part_gpt part_msdos" # Uncomment to enable Hidden Menu, and optionally hide the timeout count #GRUB_HIDDEN_TIMEOUT=5 #GRUB_HIDDEN_TIMEOUT_QUIET=true # Uncomment to use basic console GRUB_TERMINAL_INPUT=console # Uncomment to disable graphical terminal #GRUB_TERMINAL_OUTPUT=console # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' GRUB_GFXMODE=auto # Uncomment to allow the kernel use the same resolution used by grub GRUB_GFXPAYLOAD_LINUX=keep # Uncomment if you want GRUB to pass to the Linux kernel the old parameter # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries GRUB_DISABLE_RECOVERY=true # Uncomment and set to the desired menu colors. Used by normal and wallpaper # modes only. Entries specified as foreground/background. #GRUB_COLOR_NORMAL="light-blue/black" #GRUB_COLOR_HIGHLIGHT="light-cyan/blue" # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_BACKGROUND="/path/to/wallpaper" #GRUB_THEME="/path/to/gfxtheme" # Uncomment to get a beep at GRUB start #GRUB_INIT_TUNE="480 440 1" #GRUB_SAVEDEFAULT="true" [root@localhost ~]# ---------------------------------------------------------------------------- ## Excerpt of KaOS grub.cfg ### BEGIN /etc/grub.d/10_linux ### menuentry 'KaOS Linux' --class kaos --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-0afcdd2c-3d89-47ed-b4d3-a0c041aab214' { load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod btrfs set root='hd0,gpt8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8 0afcdd2c-3d89-47ed-b4d3-a0c041aab214 else search --no-floppy --fs-uuid --set=root 0afcdd2c-3d89-47ed-b4d3-a0c041aab214 fi echo 'Loading Linux linux-next ...' linux /@@@/.snapshots/8/snapshot/boot/vmlinuz-linux-next root=UUID=0afcdd2c-3d89-47ed-b4d3-a0c041aab214 rw rootflags=subvol=@@@/.snapshots/8/snapshot quiet showopts echo 'Loading initial ramdisk ...' initrd /@@@/.snapshots/8/snapshot/boot/initramfs-linux-next.img } submenu 'Advanced options for KaOS Linux' $menuentry_id_option 'gnulinux-advanced-0afcdd2c-3d89-47ed-b4d3-a0c041aab214' { menuentry 'KaOS Linux, with Linux linux-next' --class kaos --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-next-advanced-0afcdd2c-3d89-47ed-b4d3-a0c041aab214' { load_video set gfxpayload=keep insmod gzio insmod part_gpt insmod btrfs set root='hd0,gpt8' if [ x$feature_platform_search_hint = xy ]; then search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt8 --hint-efi=hd0,gpt8 --hint-baremetal=ahci0,gpt8 0afcdd2c-3d89-47ed-b4d3-a0c041aab214 else search --no-floppy --fs-uuid --set=root 0afcdd2c-3d89-47ed-b4d3-a0c041aab214 fi echo 'Loading Linux linux-next ...' linux /@@@/.snapshots/8/snapshot/boot/vmlinuz-linux-next root=UUID=0afcdd2c-3d89-47ed-b4d3-a0c041aab214 rw rootflags=subvol=@@@/.snapshots/8/snapshot quiet showopts echo 'Loading initial ramdisk ...' initrd /@@@/.snapshots/8/snapshot/boot/initramfs-linux-next.img } menuentry 'KaOS Linux, with Linux linux-next (fallback initramfs)' --class kaos --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-next-fallback-0afcdd2c-3d89-47ed-b4d3-a0c041aab214' { load_video set gfxpayload=keep ------------------------------------------------------------------------------------
View Attachment As Raw
Actions:
View
Attachments on
bug 18469
:
7801
|
7804
|
7805
|
7808
|
7811
|
7812
| 7819