NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: nvmm: Linux Kernel panic in QEMU+nvmm (in i7-8650 only?)
Hello RVP, thank you for replying!
> This is PR kern/60221 I believe. Try passing `no_timer_check' to the
> kernel. And, I think, the difference arises because NVMM operates as
> if `-cpu host' was always passed.
I found that "no_timer_check" option earlier in the m00nbsd.net site
and did tried it:
linux root=/dev/vda1 ... no_timer_check
Yet I gave me the same error... I tried different combinations as well:
"noapic" + "no_timer_check", "noapic" + "nolapic" + "no_timer_check",
"nolapic" + "no_timer_check" and "acpi=off" + "no_timer_check". But
everything resulted in the same kernel panic message.
By the way, I downloaded a NetBSD and OpenBSD live image copy just to
see, and they did work pretty well. I was able to transfer certain
things from my usual Artix Linux box to NetBSD. However, certainly I
cannot entirely drop Linux because I do still require using certain
hardware there using hardware passthrough.
> # dmesg | grep -iB1 vmx
> [ 5216.585448] WARNING: module error: Incompatible module class 1
> for `nvmm' (wanted 3)
> [ 5234.395448] nvmm0: attached, using backend x86-vmx
Regard that "curious" dmesg. I just recently noticed it won't appeared
again. Perhaps it's a thing that occasionally happens. kern/57985 does
mention it as "spurious". Maybe it's nothing to worry about at all as I
supposed.
Home |
Main Index |
Thread Index |
Old Index