Grub kfreebsd with pxe & nfs

2014-10-26 Thread Beeblebrox
I have two separate issues involving the {kfreebsd} code in grub.cfg: * First is, code snippet to get mount_root to use NFS V3 instead of V2. The code for this in FreeBSD's /boot/loader.conf is: {boot-nfsroot-options=“nfsv3”} The comparable grub.cfg code should be as below, but does not work (mo

Re: Grub kfreebsd with pxe & nfs

2014-10-26 Thread Andrei Borzenkov
В Sun, 26 Oct 2014 20:03:00 +0200 Beeblebrox пишет: > I have two separate issues involving the {kfreebsd} code in grub.cfg: > > * First is, code snippet to get mount_root to use NFS V3 instead of V2. The > code for this in FreeBSD's /boot/loader.conf is: > {boot-nfsroot-options=“nfsv3”} > > T

Re: Grub kfreebsd with pxe & nfs

2014-10-26 Thread Beeblebrox
> > * First is, code snippet to get mount_root to use NFS V3 instead of > > V2. grub.cfg code should be as below, but does not work > This should be kFreeBSD Still does not work with {set kFreeBSD.boot.nfsroot.options="nfsv3"} mount_root this time does not hang, but resulting mounted root i

Re: GRUB booting Mac OS X (xnu)

2014-10-26 Thread Chris Murphy
On Oct 26, 2014, at 12:53 AM, Andrei Borzenkov wrote: > > The error message on your screenshot does not look like coming from > grub2. Also magic it displays is rather amusing > > bor@opensuse:~/src/grub> echo -e '\x73\x69\x68\x54' > sihT It looks like it's coming from the Apple bootloader, n

building grub2 on a Mac, possible bug

2014-10-26 Thread Chris Murphy
This is on a macbookpro9,2, running Fedora 20, and I've git cloned from git://git.savannah.gnu.org/grub.git and I'm in master branch. $ ./configure checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type… x86_64-unkn

Re: building grub2 on a Mac, possible bug

2014-10-26 Thread Andrei Borzenkov
В Sun, 26 Oct 2014 21:00:18 -0600 Chris Murphy пишет: > This is on a macbookpro9,2, running Fedora 20, and I've git cloned from > git://git.savannah.gnu.org/grub.git and I'm in master branch. > > $ ./configure > checking build system type... x86_64-unknown-linux-gnu > checking host system type.

Re: GRUB booting Mac OS X (xnu)

2014-10-26 Thread Chris Murphy
OK I've got this working. The problem was user error. Explicitly setting root is necessary, and I've updated the bug. https://savannah.gnu.org/bugs/index.php?42954 So the approach of chainloading Apple's boot.efi is valid. What's needed is to consider Recovery HD (Apple Boot partitiontype GUID)

Re: GRUB booting Mac OS X (xnu)

2014-10-26 Thread Chris Murphy
On Oct 26, 2014, at 10:06 PM, Chris Murphy wrote: > OK I've got this working. The problem was user error. Explicitly setting root > is necessary, and I've updated the bug. > https://savannah.gnu.org/bugs/index.php?42954 > > So the approach of chainloading Apple's boot.efi is valid. What's need