On 4 May 2011 10:33, consul tores <consultor...@gmail.com> wrote: > 2011/5/3 wolf python london <lyh19901...@gmail.com>: >> On 3 May 2011 15:19, consul tores <consultor...@gmail.com> wrote: >>> Hello >>> >>> i have a Laptop with Squeeze, OpenBSD-amd64-4.9, and >>> Slackware64-13.37: and it is using grub2 as bootloader, (if i use >>> lilo, it works correctly, but i want to evade bios check) grub2 can >>> not recognize OpenBSD (what is not a problem), and it recognize >>> Slackware, but can not start it. it only gets a simple panic. i have >>> tested the Slackware installer dvd (kernel), successfully. >>> Looking/playing inside /etc/grub.d, do not do any change! Slackware >>> lilo is installed at sector 0 of Slackware partition. >>> >> Er , as far as my know , we usually chainload the BSD Unix . I'm using >> FreeBSD 8.2 amd64 in >> my desktop and Squeeze , Mandriva 2010.2 , and the bootloader is >> grub2 shipped with Squeeze. >> the problems are: >> 1) os-probe cannot probe Mandriva **corrently **, which means it does >> probe Mandriva (kernel panic),but not correctly . >> (here there is bug report and the patch >> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=566102). >> Maybe it applys to Slackware? >> 2) I use chainload to boot the FreeBSD , and os-probe cannot probe >> FreeBSD ,either. >> >> ________________________ >> wolf python london(WPL) >> Do as you soul should do ! >> ________________________ >> > > Thanks Wolf, for now, it is not working; i replace the file, adding > the patch, but grub2 is resisting yet. >
can you try the chainload ? Finally I chainloade Mandriva and FreeBSD, it works fine . edit the file /etc/grub.d/40_custom , this is my configuration(https://gist.github.com/954772) : #!/bin/sh exec tail -n +3 $0 # 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. menuentry "Mandriva 2010 2 ChainLoader" { set root=(hd0,12) chainloader +1 } menuentry "FreeBSD8.2 Chainloader" { insmod ufs2 set root=(hd0,3) chainloader +1 } > Consultores Agropecuarios. > Administracion, Produccion, Capacitacion. > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org > Archive: > http://lists.debian.org/banlkti0j3h8k1kjihvwm9k7tody5u...@mail.gmail.com > > -- ________________________ wolf python london(WPL) Do as you soul should do ! ________________________ -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/banlktimgcr_+42twfnm7+g_lecbnzny...@mail.gmail.com