Page MenuHomeFreeBSD
Feed Advanced Search

Jul 17 2021

dasebek_gmail.com added a comment to D31121: amd64 UEFI boot: stop copying staging area to 2M phys .

The kernel panic after service zfs onestart seems to be caused by this patch. I can reproduce it every time I run the command from an installation media on a KVM virtual machine.

  • Without this patch, service zfs onestart succeeds.
  • With this patch and copy_staging enable, the service also starts.
  • With this patch, and with the default value of copy_staging, the kernel panics every time I run service zfs onestart. The error message is panic: vm_radix_insert: key 7fffffffc16 is already present.
Jul 17 2021, 1:37 PM

Jul 14 2021

dasebek_gmail.com added inline comments to D31121: amd64 UEFI boot: stop copying staging area to 2M phys .
Jul 14 2021, 3:23 PM
dasebek_gmail.com added a comment to D31121: amd64 UEFI boot: stop copying staging area to 2M phys .

I fixed my problem: when constructing the page table, the index "i" was defined as int, and it overflowed. After changing the type of "i" from int to uint64, it boots.

Jul 14 2021, 2:34 AM

Jul 13 2021

dasebek_gmail.com added a comment to D31121: amd64 UEFI boot: stop copying staging area to 2M phys .

I tested this patch on my Sandy Bridge Samsung laptop. It doesn't boot.

Jul 13 2021, 8:49 PM

Jun 28 2021

dasebek_gmail.com added a comment to D30828: EFI boot: Fix boot freeze on some systems.
In D30828#695823, @bz wrote:

@andrew Given I have seen similar on aarch64 u-boot loader.efi boots, could it be that it's an issue there as well?

Jun 28 2021, 7:03 PM

Jun 20 2021

dasebek_gmail.com requested review of D30828: EFI boot: Fix boot freeze on some systems.
Jun 20 2021, 1:23 PM