r294248: boot stuck: EFI loader doesn't proceed

2016-01-17 Thread O. Hartmann
Building NanoBSD images booting off from USB Flash drives and having two GPT partitions, booting is stuck in the UEFI loader, presenting me with something like: [...] Probing 6 block devices.++. done ZFS found no pools UFS found 2 partitions And further nothing happens. A RESET is only

Re: r294195: Kernel panic during installworld

2016-01-17 Thread Allan Jude
On 2016-01-17 09:14, Ultima wrote: > make installkernel KERNCONF=MYKERNEL > reboot > mergemaster -p > make installworld -> attached > > MYKERNEL=GENERIC+ > options VIMAGE > options ROUTETABLES=2 > > Anything else that maybe helpful? > > Ultima > ___

Re: r294195: Kernel panic during installworld

2016-01-17 Thread Ultima
https://puu.sh/mzmpL/b209da9263.jpgn I hope this is better, sorry I didn't know it would get stripped. Ultima On Sun, Jan 17, 2016 at 2:58 PM, Ultima wrote: > https://puu.sh/mzmpL/b209da9263.jpgn I hope this is better, sorry I > didn't know it would get stripped. > >

ATA_STATIC_ID removal

2016-01-17 Thread Chris H
Greetings, I just fired off a buildworld w/o *completely* reading UPDATING. Only to discover that ATA_STATIC_ID was removed between my last build on this box, and the one building now. Will the fact that my KERNCONF for this build contains ATA_STATIC_ID cause me any grief? Thanks for any input!

r294195: Kernel panic during installworld

2016-01-17 Thread Ultima
make installkernel KERNCONF=MYKERNEL reboot mergemaster -p make installworld -> attached MYKERNEL=GENERIC+ options VIMAGE options ROUTETABLES=2 Anything else that maybe helpful? Ultima ___ freebsd-current@freebsd.org mailing list

Re: r294195: Kernel panic during installworld

2016-01-17 Thread Ultima
It builds fine, the issue is installing it. I think the panic is zfs related not actually installworld. On Sun, Jan 17, 2016 at 9:45 AM, Kurt Jaeger wrote: > Hi! > > > make installkernel KERNCONF=MYKERNEL > > reboot > > mergemaster -p > > make installworld -> attached > > > >