Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Tomoaki AOKI
Or multiple installation in the same computer. For me, main and stable/13 are installed in different drive. So I can boot into healthy installation, mount problematic ESP, and alter broken bootx64.efi with known-to-work one. Usually, to boot into healthy installation, choose boot drive on UEFI m

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Nuno Teixeira
Hi Larry, boot off a memstick? > Yes, that's it. With it we can mount efi partition and use bkp efi file by renaming it. I forgot that efi boot is restricted to use bootx64.efi (amd64) and my though was looking for a command to load bootx64.efi.old avoiding use of a memstick (e.g.). I've tested i

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Warner Losh
On Sat, Aug 13, 2022 at 9:37 AM Nuno Teixeira wrote: > Hi Larry, > > boot off a memstick? >> > Yes, that's it. > With it we can mount efi partition and use bkp efi file by renaming it. > Yup. > I forgot that efi boot is restricted to use bootx64.efi (amd64) and my > though was looking for a co

Re: [iwlwifi] ipv6 connection problem

2022-08-13 Thread Bob Bishop
Hi, > On 12 Aug 2022, at 13:00, Nuno Teixeira wrote: > > Hi Merek, > >> If you are connecting to IPv6 only WLAN than you can probably either >> disable DHCP (if the RDNSS is provided for this network): >> ifconfig_wlan0="WPA up" >> or install dhcp client capable of acquiring DHCPv6 lease and u

Re: [iwlwifi] ipv6 connection problem

2022-08-13 Thread Nuno Teixeira
Hi, Without "ifconfig_re0=“DHCP" re0 assumes only an ipv6 address and looses internal 192.168.1.xxx ipv4 address. No connection to internet. I've used ifconfig_wlan0="WPA" instead of ifconfig_wlan0="WPA SYNCDHCP" and no carrier. Bob Bishop escreveu no dia sábado, 13/08/2022 à(s) 18:50: > Hi, >

Re: [iwlwifi] ipv6 connection problem

2022-08-13 Thread Shawn Webb
On Sun, Aug 07, 2022 at 06:16:20PM +0100, Nuno Teixeira wrote: > Hello, > > Due to ISP changes I was forced to use ipv6 on my re0 ethernet so I can > have a funcional internet. > > Now I'm trying to get ipv6 on iwlwifi (AX201) with /etc/rc.conf: > --- > wlans_iwlwifi0="wlan0" > create_args_wlan0=

Re: [iwlwifi] ipv6 connection problem

2022-08-13 Thread Nuno Teixeira
Hello Shawn! I've tested your config: --- wlans_iwlwifi0="wlan0" create_args_wlan0="wlanmode sta regdomain ETSI country PT" ifconfig_wlan0_ipv6="inet6 accept_rtadv" ifconfig_wlan0="WPA DHCP" rtsold_enable="YES" --- and no carrier. Think we have to wait a little more and see if people that use ifw

Re: [iwlwifi] ipv6 connection problem

2022-08-13 Thread Shawn Webb
I should have mentioned that my wireless AP isn't your typical AP. It's running HardenedBSD 13-STABLE on a PC-Engines APU2 with an Atheros WNIC. Here's the relevant configs on the WAP: begin rc.conf ifconfig_igb0="DHCP" ifconfig_igb0_ipv6="inet6 accept_rtadv" wlans_ath0="wlan0" create_

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Yasuhiro Kimura
i/freebsd/loader.efi) but it results in > boot hangup as following. > > https://people.freebsd.org/~yasu/FreeBSD-14-CURRENT-amd64-20220813-boot-hangup.png > > If I restore previous loader file (that is, loader.efi of > main-n257134-a69c0964625 and kernel of main-n257316-9d1627

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Oleg Lelchuk
ar update of my 14-CURRENT amd64 system from > > main-n257134-a69c0964625 to main-n257316-9d16275c65b. I also updated > > EFI boot loader (/boot/efi/efi/freebsd/loader.efi) but it results in > > boot hangup as following. > > > > > https://people.freebsd.org/~yasu/FreeBSD-1

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Warner Losh
oot loader (/boot/efi/efi/freebsd/loader.efi) but it results in >> > boot hangup as following. >> > >> > >> https://people.freebsd.org/~yasu/FreeBSD-14-CURRENT-amd64-20220813-boot-hangup.png >> > >> > If I restore previous loader file (th

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Yasuhiro Kimura
From: Warner Losh Subject: Re: Updating EFI boot loader results in boot hangup Date: Sat, 13 Aug 2022 16:59:55 -0600 > Any chance of a bisect of which revision starts to fail? > > Warner I'll try it. Is it possbile to build only loader.efi without doing buildworld? I'd like to shorten the time

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Oleg Lelchuk
You can do make and make install in /usr/src/stand On Sat, Aug 13, 2022 at 7:31 PM Yasuhiro Kimura wrote: > From: Warner Losh > Subject: Re: Updating EFI boot loader results in boot hangup > Date: Sat, 13 Aug 2022 16:59:55 -0600 > > > Any chance of a bisect of which revision starts to fail? > >

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Yasuhiro Kimura
From: Oleg Lelchuk Subject: Re: Updating EFI boot loader results in boot hangup Date: Sat, 13 Aug 2022 19:32:16 -0400 > You can do make and make install in /usr/src/stand Thanks for letting me know. I'll try it. --- Yasuhiro Kimura

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Oleg Lelchuk
I can already see that commit c32dde3166922f55927764464d13f1bc9640f5f6 causes breakage, but the commit that precedes it f197c0bf3e075286ccea32cd12023f3317474c5a

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Yasuhiro Kimura
From: Oleg Lelchuk Subject: Re: Updating EFI boot loader results in boot hangup Date: Sat, 13 Aug 2022 20:28:09 -0400 > I can already see that commit > > c32dde3166922f55927764464d13f1bc9640f5f6 causes breakage, but the commit that > precedes it > > f197c0bf3e075286ccea32cd12023f3317474c5a doe

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Oleg Lelchuk
I don't understand what your command does. All I can see is that https://cgit.freebsd.org/src/commit/?id=ec9f3e776f39286ccec9915f38cca9729e6f9241 causes the error that we currently see, and the commit that precedes it https://cgit.freebsd.org/src/commit/?id=ad759c73522efb606135e2891ac03864926b80a3

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Warner Losh
UFS or ZFS? Warner On Sat, Aug 13, 2022 at 7:31 PM Oleg Lelchuk wrote: > I don't understand what your command does. All I can see is that > https://cgit.freebsd.org/src/commit/?id=ec9f3e776f39286ccec9915f38cca9729e6f9241 > causes the error that we currently see, and the commit that precedes it

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Yasuhiro Kimura
From: Warner Losh Subject: Re: Updating EFI boot loader results in boot hangup Date: Sat, 13 Aug 2022 20:01:03 -0600 > UFS or ZFS? > > Warner ZFS in my case. --- Yasuhiro Kimura

Re: Updating EFI boot loader results in boot hangup

2022-08-13 Thread Oleg Lelchuk
Yes, Yasuhiro and I have the same error. On Sat, Aug 13, 2022, 10:09 PM Yasuhiro Kimura wrote: > From: Warner Losh > Subject: Re: Updating EFI boot loader results in boot hangup > Date: Sat, 13 Aug 2022 20:01:03 -0600 > > > UFS or ZFS? > > > > Warner > > ZFS in my case. > > --- > Yasuhiro Kimur