Re: Updating EFI boot loader results in boot hangup

2022-08-12 Thread Yasuhiro Kimura
From: Nuno Teixeira Subject: Re: Updating EFI boot loader results in boot hangup Date: Fri, 12 Aug 2022 21:03:02 +0100 > I'm searching without success to load a bkp loader in case of boot failure. > > Upgrade process willl be like: > --- > mount -t msdosfs /dev/nvd0p1 /mnt > cp /mnt/efi/boot/boo

Re: Updating EFI boot loader results in boot hangup

2022-08-12 Thread Larry Rosenman
boot off a memstick? On 08/12/2022 3:25 pm, Nuno Teixeira wrote: The problem is if boot is failing, how to mount and rename it? I'm looking for a way, if possible, to boot directly bkp boot64x in case of failure. I was hoping to find it in loader(8) or uefi(8)... Larry Rosenman escreveu

Re: Updating EFI boot loader results in boot hangup

2022-08-12 Thread Nuno Teixeira
The problem is if boot is failing, how to mount and rename it? I'm looking for a way, if possible, to boot directly bkp boot64x in case of failure. I was hoping to find it in loader(8) or uefi(8)... Larry Rosenman escreveu no dia sexta, 12/08/2022 à(s) 21:09: > I would assume just rename the bo

updating of prebuilt packages with pkg

2022-08-12 Thread Andreas Ott
I am not sure if this issue is more for -stable or -ports, so I start here. The visible problem was that after 'pkg upgrade' certbot stopped working. I am running systems that after initial install do binary-only upgrades for both core and ports with freebsd-update(8) and pkg(8). I do not have the

Re: Updating EFI boot loader results in boot hangup

2022-08-12 Thread Larry Rosenman
I would assume just rename the bootx64.old to bootx64.efi and/or put it in a different directory that EFI can see On 08/12/2022 3:03 pm, Nuno Teixeira wrote: I'm searching without success to load a bkp loader in case of boot failure. Upgrade process willl be like: --- mount -t msdosfs /dev

Re: Updating EFI boot loader results in boot hangup

2022-08-12 Thread Nuno Teixeira
I'm searching without success to load a bkp loader in case of boot failure. Upgrade process willl be like: --- mount -t msdosfs /dev/nvd0p1 /mnt cp /mnt/efi/boot/bootx64.efi /mnt/efi/boot/bootx64.old cp /boot/loader.efi /mnt/efi/boot/bootx64.efi --- I can't find the right docs to load bootx64.old

Re: Updating EFI boot loader results in boot hangup

2022-08-12 Thread Yasuhiro Kimura
From: Nuno Teixeira Subject: Re: Updating EFI boot loader results in boot hangup Date: Fri, 12 Aug 2022 18:26:11 +0100 > Hello Yasu, > > Does it needes to update boot loader everytime that we upgrade current? No, you need not. > The only time that I updated was a month ago because of zfs upgr

Re: Updating EFI boot loader results in boot hangup

2022-08-12 Thread Nuno Teixeira
Hello Yasu, Does it needes to update boot loader everytime that we upgrade current? The only time that I updated was a month ago because of zfs upgrade and I need to practice how to boot loader bkp file :) Cheers, Yasuhiro Kimura escreveu no dia sexta, 12/08/2022 à(s) 17:56: > Hello, > > I ma

Updating EFI boot loader results in boot hangup

2022-08-12 Thread Yasuhiro Kimura
Hello, I made regular 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-14-CURRENT-amd64-20220813-bo

Re: [iwlwifi] ipv6 connection problem

2022-08-12 Thread Nuno Teixeira
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 use it > instead of standard dhclient(8) from the base which doesn't s

Re: [iwlwifi] ipv6 connection problem

2022-08-12 Thread Marek Zarychta
W dniu 11.08.2022 o 17:53, Nuno Teixeira pisze: Hello Bjoern! /etc/rc.conf: --- wlans_iwlwifi0="wlan0" create_args_wlan0="wlanmode sta regdomain ETSI country PT" ifconfig_wlan0_ipv6="inet6 accept_rtadv" ifconfig_wlan0="WPA SYNCDHCP" rtsold_enable="YES" --- If you are connecting to IPv6 only WLA