Re: Grub kfreebsd with pxe & nfs

2014-11-01 Thread Andrei Borzenkov
В Sun, 26 Oct 2014 21:19:38 +0200 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="nfsv

Re: workaround install boot on btrfs with windows partition scheme

2014-11-01 Thread Chris Murphy
On Oct 30, 2014, at 2:32 AM, Michael Chang wrote: > Many shipped Windows created it's first partition aligned in 63 > (cylinder) and therefore can't offer enough room for core.img. Even > worse the partitions has been created as logical. > >> sudo /sbin/fdisk -l > Disk /dev/sda: 64.4 GB, 64424

Re: workaround install boot on btrfs with windows partition scheme

2014-11-01 Thread Chris Murphy
On Oct 30, 2014, at 6:42 AM, Andrei Borzenkov wrote: > > I still believe this is more flexible; in particular, /boot/grub on > btrfs has problems with unwritable grubenv (quite a few people are hit > by this now, when openSUSE defaults to single btrfs partition) so > having separate /boot as ext

Re: workaround install boot on btrfs with windows partition scheme

2014-11-01 Thread Andrei Borzenkov
В Sat, 1 Nov 2014 14:35:57 -0600 Chris Murphy пишет: > > On Oct 30, 2014, at 2:32 AM, Michael Chang wrote: > > > Many shipped Windows created it's first partition aligned in 63 > > (cylinder) and therefore can't offer enough room for core.img. Even > > worse the partitions has been created as

Re: workaround install boot on btrfs with windows partition scheme

2014-11-01 Thread Andrei Borzenkov
В Sat, 1 Nov 2014 19:34:56 -0600 Chris Murphy пишет: > > On Oct 30, 2014, at 6:42 AM, Andrei Borzenkov wrote: > > > > I still believe this is more flexible; in particular, /boot/grub on > > btrfs has problems with unwritable grubenv (quite a few people are hit > > by this now, when openSUSE de

Re: [PATCH] Add support for passing EFI framebuffer into FreeBSD 10.1 and later

2014-11-01 Thread Kris Moore
On 10/28/2014 16:32, Kris Moore wrote: > Got another patch for review today. > > This patch adds support for FreeBSD's new VT console driver when booting > in EFI mode on FreeBSD 10.1 and later. > > Please let me know any comments, or things that need addressed to get > this merged in. > > Thanks!