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
В 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
> > * 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
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
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
В 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.
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)
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