Date: Mon, 05 Dec 2011 23:54:05 -0800 From: "Thomas D. Dean" <tomdean@speakeasy.org> To: freebsd-amd64@FreeBSD.org Subject: Re: Install Problems on ASUS P9X79 GPT - SOLVED Message-ID: <1323158045.14453.31.camel@asus> In-Reply-To: <1323157033.14453.29.camel@asus> References: <1323072034.14453.16.camel@asus> <1323157033.14453.29.camel@asus>
index | next in thread | previous in thread | raw e-mail
On Mon, 2011-12-05 at 23:37 -0800, Thomas D. Dean wrote:
> On Mon, 2011-12-05 at 00:00 -0800, Thomas D. Dean wrote:
>
> This can be included in grub by booting Ubuntu, in my case, and creating a file
> /etc/grub.d/11_freebsd:
>
> #!/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 "FreeBSD 9.0 (RC2)" {
> insmod part_gpt
> insmod ufs2
> set root='(hd1,gpt4)'
> echo Loading kernel of FreeBSD kernel ...
> kfreebsd /boot/kernel/kernel
> kfreebsd_loadenv /boot/device.hints
> set kFreeBSD.vfs.root.mountfrom=ufs:/dev/ad1p4
> set kFreeBSD.vfs.root.mountfrom.options=rw
> }
>
And then, use update-grub.
Sorry, I stopped short...
tomdean
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1323158045.14453.31.camel>
