Re: Call for Testing: UEFI Changes

2018-03-22 Thread Jakob Alvermark
Hi! Just updated to r331345. Two problems: 1. boot/efi.4th is added to /usr/src/ObsoleteFiles.inc but still included in loader.rc. Loader fails to load it and subsequently fails to load modules. Reinstalling efi.4th problem 2 appears. 2. Fixing problem 1 and adding efirt_load="YES" to /bo

Re: Call for Testing: UEFI Changes

2018-03-22 Thread Toomas Soome
> On 22 Mar 2018, at 12:13, Jakob Alvermark wrote: > > Hi! > > > Just updated to r331345. > > Two problems: > > 1. boot/efi.4th is added to /usr/src/ObsoleteFiles.inc but still included in > loader.rc. Loader fails to load it and subsequently fails to load modules. > Reinstalling efi.4th

RE: Call for Testing: UEFI Changes

2018-03-22 Thread M&S - Krasznai András
Hi I found this problem today morning. Fortunately I can copy the efi.4th file back to /boot from /usr/src/stand/forth On the other hand, removing the reference to efi.4th from loader.rc causes the boot stop at the loader prompt rgds András Krasznai -Eredeti üzenet- Feladó: owner-fre

Re: CURRENT r331284: crashing with USB

2018-03-22 Thread Hyun Hwang
On Wednesday, March 21, 2018, 11:41 PM (UTC-0600), Warner Losh wrote: > Do you have a traceback? This I got from core.txt: ``` db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfe46e3c0 vpanic() at vpanic+0x18d/frame 0xfe46e420 panic() at panic+0x43/frame 0xfe

Re: Call for Testing: UEFI Changes

2018-03-22 Thread Kyle Evans
On Thu, Mar 22, 2018 at 6:09 AM, M&S - Krasznai András wrote: >> -Eredeti üzenet- >> Feladó: owner-freebsd-curr...@freebsd.org >> [mailto:owner-freebsd-curr...@freebsd.org] Meghatalmazó Toomas Soome >> Küldve: 2018. március 22. 11:52 >> Címzett: FreeBSD Current >> Tárgy: Re: Call for Test

Re: Call for Testing: UEFI Changes

2018-03-22 Thread Kyle Evans
On Thu, Mar 22, 2018 at 5:13 AM, Jakob Alvermark wrote: > Hi! > > > Just updated to r331345. > > Two problems: > > 1. boot/efi.4th is added to /usr/src/ObsoleteFiles.inc but still included in > loader.rc. Loader fails to load it and subsequently fails to load modules. > Reinstalling efi.4th proble

Re: Call for Testing: UEFI Changes

2018-03-22 Thread Tomoaki AOKI
Hi. For problem 2, try reverting r331241 alone. This worked for my ThinkPad T420. On Thu, 22 Mar 2018 08:22:13 -0500 Kyle Evans wrote: > On Thu, Mar 22, 2018 at 5:13 AM, Jakob Alvermark wrote: > > Hi! > > > > > > Just updated to r331345. > > > > Two problems: > > > > 1. boot/efi.4th is added t

Re: Call for Testing: UEFI Changes

2018-03-22 Thread Peter Lei
On 3/22/18 8:56 AM, Tomoaki AOKI wrote: > Hi. > For problem 2, try reverting r331241 alone. > This worked for my ThinkPad T420. I also hit this after updating to latest and was about to post when I saw this thread - I build efirt into the kernel and it's now doing a panic on boot. It appears to

Re: Call for Testing: UEFI Changes

2018-03-22 Thread Kyle Evans
On Thu, Mar 22, 2018 at 10:18 AM, Kyle Evans wrote: > On Thu, Mar 22, 2018 at 10:16 AM, Peter Lei wrote: >> On 3/22/18 8:56 AM, Tomoaki AOKI wrote: >>> Hi. >>> For problem 2, try reverting r331241 alone. >>> This worked for my ThinkPad T420. >> >> >> I also hit this after updating to latest and w

Re: Call for Testing: UEFI Changes

2018-03-22 Thread Kyle Evans
On Thu, Mar 22, 2018 at 10:16 AM, Peter Lei wrote: > On 3/22/18 8:56 AM, Tomoaki AOKI wrote: >> Hi. >> For problem 2, try reverting r331241 alone. >> This worked for my ThinkPad T420. > > > I also hit this after updating to latest and was about to post when I > saw this thread - > > I build efirt

Re: Call for Testing: UEFI Changes

2018-03-22 Thread Renato Botelho
On 21/03/18 21:45, Kyle Evans wrote: > Hello! > > A number of changes have gone in recently pertaining to UEFI booting > and UEFI runtime services. The changes with the most damaging > potential are: > > We now put UEFI runtime services into virtual address mode, fixing > runtime services with U-

Testing requested: Hybrid ISO/USB boot

2018-03-22 Thread Benno Rice
Hello all! I’ve been working on the ability to create hybrid ISO/HDD boot images for x86, a la what Linux systems do with ISOHYBRID. The general theory seems to be that ISO images have a 32KB hunk of zeroes at the front that they generally ignore so we’ll stick something in there that can handl

Re: Call for Testing: UEFI Changes

2018-03-22 Thread Kyle Evans
On Thu, Mar 22, 2018 at 11:56 AM, Renato Botelho wrote: > On 21/03/18 21:45, Kyle Evans wrote: >> Hello! >> >> A number of changes have gone in recently pertaining to UEFI booting >> and UEFI runtime services. The changes with the most damaging >> potential are: >> >> We now put UEFI runtime servi

Re: Testing requested: Hybrid ISO/USB boot

2018-03-22 Thread Thomas Schmitt
Hi, Benno Rice wrote: > I’ve been working on the ability to create hybrid ISO/HDD boot images for > x86, a la what Linux systems do with ISOHYBRID. Waving friendly over the fence i feel entitled to give some neighbor's review. > The general theory seems to > be that ISO images have a 32KB hunk