Re: grub2 with libzfs

2013-05-31 Thread Larry Rosenman
Wes Morgan wrote: >Are you using grub2 to chainload or booting gptzfsloader directly? I >can't >use gptzfsloader directly because it seems to get very confused by the >hybrid GPT MBR needed for booting win7 on a non-EFI laptop. > > > >On Mon, May 20, 2013 at 9:29 PM, Larry Rosenman wrote: > >> On

Re: grub2 with libzfs

2013-05-31 Thread Wes Morgan
Are you using grub2 to chainload or booting gptzfsloader directly? I can't use gptzfsloader directly because it seems to get very confused by the hybrid GPT MBR needed for booting win7 on a non-EFI laptop. On Mon, May 20, 2013 at 9:29 PM, Larry Rosenman wrote: > On 2013-05-20 21:26, Wes Morgan

Re: grub2 with libzfs

2013-05-20 Thread Freddie Cash
ch and ZFS-knob disabled per > > your request. > > > > Regards. > > > > > > > > - > > 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & > > xorg.devel > > > > -- &g

Re: grub2 with libzfs

2013-05-20 Thread Larry Rosenman
On 2013-05-20 21:26, Wes Morgan wrote: Trying to boot a zfs (GPT) partition with the latest patch gives me an "unaligned pointer " sometimes. When I enable all the debugging I can also get an error "invalid nvlist header". Currently just booting from a ufs partition acting as /boot, but my goal

Re: grub2 with libzfs

2013-05-20 Thread Wes Morgan
atch and ZFS-knob disabled per > your request. > > Regards. > > > > - > 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & > xorg.devel > > -- > View this message in context: > http://freebsd.1045724.n5.nabble.com/grub2-with-lib

grub2 with libzfs

2013-04-14 Thread Beeblebrox
4.n5.nabble.com/grub2-with-libzfs-tp5799405p5803882.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to &quo

Re: grub2 with libzfs

2013-04-14 Thread Juergen Lock
In article <1365928778123-5803692.p...@n5.nabble.com> you write: >grub2.0 is installed, but does not have ZFS capability. I go to the grub >command-line and: >grub> ls => (hd0,gpt1) (hd0,gpt2) (hd1,gpt1) (hd1,gpt2) etc... >grub> zfsinfo (hd0,gpt1) => error: could't find a valid label > Hm interesti

grub2 with libzfs

2013-04-14 Thread Beeblebrox
ated UFS partition hosting only /boot. /boot/grub is on a separate partition as well. Regards - 10-Current-amd64-using ccache-portstree merged with marcuscom.gnome3 & xorg.devel -- View this message in context: http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p5803692.html

Re: grub2 with libzfs

2013-03-29 Thread Juergen Lock
On Fri, Mar 29, 2013 at 02:45:59PM -0400, Sam Fourman Jr. wrote: > > http://people.freebsd.org/~nox/tmp/grub-2.00-004-zfs.patch > > > > I haven't runtime-tested grub-install and booting at all yet tho, > > let alone the zfs support, I'll leave that testing to volunteers > > like you for no

Re: grub2 with libzfs

2013-03-29 Thread Beeblebrox
on another dataset (say pool/myzfsroot) then modify @ with myzfsroot@ => kfreebsd /myzfsroot@/boot/kernel/kernel kfreebsd_module_elf /myzfsroot@/boot/kernel/opensolaris.ko etc... -- View this message in context: http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p573.html

Re: grub2 with libzfs

2013-03-29 Thread Sam Fourman Jr.
> http://people.freebsd.org/~nox/tmp/grub-2.00-004-zfs.patch > > I haven't runtime-tested grub-install and booting at all yet tho, > let alone the zfs support, I'll leave that testing to volunteers > like you for now. :) > > Thanx, > Juergen > _

Re: grub2 with libzfs

2013-03-29 Thread Juergen Lock
In article <1364469893741-5799652.p...@n5.nabble.com> you write: >>>you only have to add >>>CPATH=${SRC_BASE}/cddl/contrib/opensolaris/lib/libzfs/common >>>to CONFIGURE_ENV and MAKE_ENV, and add a ZFS knob to enable this >>>that checks >${SRC_BASE}/cddl/contrib/opensolaris/lib/libzfs/common

grub2 with libzfs

2013-03-28 Thread Beeblebrox
ion! How is all of that done, exactly?? :P -- View this message in context: http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p5799652.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ freebsd-ports@freeb

Re: grub2 with libzfs

2013-03-27 Thread Juergen Lock
On Wed, Mar 27, 2013 at 11:31:50AM -0700, Beeblebrox wrote: > EDIT: I just tried "make" (without the --enable-libzfs) flag for grub 2.0 and > got different error: > > grub-2.00 # make > "Makefile", line 20946: Need an operator > > line 20946 is: > 44: export LC_COLLATE := C > 45: export LC_CTYPE

Re: grub2 with libzfs

2013-03-27 Thread Christian Mangin
/asp/git/grub2/work/grub-2.00' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/asp/obj/asp/git/grub2/work/grub-2.00' > gmake: *** [all] Error 2 > *** [do-build] Error code 1 > > Regards. > > > > -- > View this message in context:

grub2 with libzfs

2013-03-27 Thread Beeblebrox
' gmake: *** [all] Error 2 *** [do-build] Error code 1 Regards. -- View this message in context: http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p5799473.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ fr

Re: grub2 with libzfs

2013-03-27 Thread Christian Mangin
ere a way to get around the error? > > Thanks and Regards > > > > -- > View this message in context: > http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p5799464.html > Sent from the freebsd-ports mailing list archive at Nabble.com. > _

grub2 with libzfs

2013-03-27 Thread Beeblebrox
link to the tarball - can you re-post the link please? Thanks. -- View this message in context: http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p5799467.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ freebsd-

grub2 with libzfs

2013-03-27 Thread Beeblebrox
27; set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors gmake: *** [efiemu_mod-efiemu_main.o] Error 1 *** [do-build] Error code 1 Is there a way to get around the error? Thanks and Regards -- View this message in context: http://freebsd.104

Re: grub2 with libzfs

2013-03-27 Thread Beeblebrox
27; set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors gmake: *** [efiemu_mod-efiemu_main.o] Error 1 *** [do-build] Error code 1 Is there a way to get around the error? Thanks and Regards -- View this message in context: http://freebsd.104

Re: grub2 with libzfs

2013-03-27 Thread Christian Mangin
t LC_CTYPE := C > 46: unexport LC_ALL > > Which source are you using? > > > > -- > View this message in context: > http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p5799450.html > Sent from the freebsd-ports mailing list archive at Nabble.com. >

Re: grub2 with libzfs

2013-03-27 Thread Christian Mangin
bzfs'. On FreeBSD, this will look for some non-existent include file and fail. This option seems to be used by folks running Linux on ZFS. And just a remark. I think the current version of grub2 in the ports could be sufficient for your need. With version 2.00 you gain the ability

grub2 with libzfs

2013-03-27 Thread Beeblebrox
e.com/grub2-with-libzfs-tp5799405p5799452.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "fre

grub2 with libzfs

2013-03-27 Thread Beeblebrox
-- View this message in context: http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p5799450.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/li

grub2 with libzfs

2013-03-27 Thread Beeblebrox
k you for the input & Regards. -- View this message in context: http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405p5799443.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ freebsd-ports@freebsd.org mailing

Re: grub2 with libzfs

2013-03-27 Thread Christian Mangin
get this working? > > Regards. > > > > -- View this message in context: > http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405.html > > Sent from the freebsd-ports mailing list archive at Nabble.com. > ___ >

grub2 with libzfs

2013-03-27 Thread Beeblebrox
.so.2 is in /lib, but the make process is looking for libzfs.h. Any suggestions on how to get this working? Regards. -- View this message in context: http://freebsd.1045724.n5.nabble.com/grub2-with-libzfs-tp5799405.html Sent from the freebsd-ports mailing list archive at Na