User Details
User Details
- User Since
- Jun 20 2021, 12:29 PM (182 w, 2 h)
Jul 17 2021
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 14 2021
Jul 14 2021
dasebek_gmail.com added inline comments to D31121: amd64 UEFI boot: stop copying staging area to 2M phys .
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 13 2021
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.
Jun 28 2021
Jun 28 2021
dasebek_gmail.com added a comment to D30828: EFI boot: Fix boot freeze on some systems.
Jun 20 2021
Jun 20 2021
dasebek_gmail.com requested review of D30828: EFI boot: Fix boot freeze on some systems.