Date: Tue, 24 May 2016 10:20:43 +0200 From: Ralf Mardorf <ralf.mardorf@rocketmail.com> To: freebsd-questions@freebsd.org Subject: Re: dual booting issue Message-ID: <20160524102043.6f53bddf@archlinux.localdomain> In-Reply-To: <1625725226.1230715.1464076675591.JavaMail.yahoo@mail.yahoo.com> References: <1625725226.1230715.1464076675591.JavaMail.yahoo.ref@mail.yahoo.com> <1625725226.1230715.1464076675591.JavaMail.yahoo@mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, you could add a chainloader to menu.lst (Linux GRUB legacy), resp. grub.cfg (Linux GRUB2). $ grep -i -A3 freebsd grub.cfg menuentry "FreeBSD"{ set root=(hd0,msdos1) chainloader +1 } I'm editing grub.cfg directly and don't know how to configure the config files to auto-generate grub.cfg. I guess for menu.lst it would be title FreeBSD root=(hd0,1) chainloader +1 Regards, Ralf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160524102043.6f53bddf>