![](https://seccdn.libravatar.org/avatar/efef591f3cf498b944051e2c2ffc3056.jpg?s=120&d=mm&r=g)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/06/2015 03:50 PM, Juan Erbes wrote:
I used a dirty trickOpensuse 13.2 to resolve this:
Running Leap 42.1 on the sda1, I mounted the sdb1 on /mnt, and copied the principal section of Opensuse 13.2 from the file /boot/grub/grub.cfg (sdb1 hd) inside the file /etc/grub.d/40_custom (sda1 hd)
I'm doing it differently. I use the grub "configfile" command to run the "grub.cfg" from the other linux. So 40_custom for Leap 42.1 has a few lines to boot 13.2: --- cut here --- ### Entry to boot opensuse 13.2 on sdb2 menuentry "configfile for opensuse 13.2 on /dev/sdb2" { set bootdir='hd2,gpt2' search --fs-uuid --set=bootdir 7668845f-5c7e-4fc7-93b2-ddd398765b2e configfile (${bootdir})/boot/grub2/grub.cfg } --- cut here --- It searches by UUID to find the partition. Then loads the "grub.cfg" using "configfile". The downside is that this uses two menu screens. On the plus side, it is fine with kernel updates, because it is loading the "grub.cfg" which has already been updated for the new kernel. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJWZLh7AAoJEGSXLIzRJwiF0bUH+gLO+xTKiaChcg5QEkqED4Yq iI9X8EevV598/Gb0Bkovu5CeHIxQVcY3kzrNuPpt0RsjANKNthEYq7nhcdoBNGCP aNpsc1z1LPs7X66L/eDCnz9FqNjqsWJS8hBLQovt8Dvu/+JV8Oj1aMV0vpSGJuom jwrqDt3IxxnaEOVJKlTM4DpS4n1rMLIWQusfOJedjlYwkWX/U7DKzpCBQpMLBHPZ OL9j8hiMVb8poUh3Ca3pivk39c1r1UC0PrhWnpx8Wz62M474+30Tx3lxJ+jiSAWd dfJyKbzywpWc0mkF0lgOnYNqEfN0coqcdnoGPaELOzH4tw9bteD7zH0g6shIM3U= =bcRb -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org