[email protected] writes:
> Hello, I hope that this is the right mailing list to send this query to. > > First some background. It is possible to run 9front on OpenBSD using > vmm, this is well documented and I have gotten it working before on a > ThinkPad X220. > Where I run into trouble is trying to install it on a T14 AMD, which > uses an AMD processor. Essentially when you begin to run the live cd, > the 9front kernel loads, and then immediately vmd restarts the virtual > machine, presumably because it crashed somewhere in the boot process. > > Now to the question, how would I go about debugging this? I know that > this install works on Intel, this is on OpenBSD -current. > > The 9front IRC told me that it was a vmm issue, as there are different > implementations on AMD and Intel, is this true? > If so, what debugging should I run to help the OpenBSD developers fix > this issue? > > If it's a 9front issue, is there any way for me to be able to take some > kind of memory dump so that the 9front developers can handle this? > > Hopefully this wasn't too off topic, I have read the relevant manual > pages for vmm, but I couldn't work out what debugger to use, I'm not > here to get others to debug it for me, only to work out where to start. > > Thank you I have run into this as well.. There was a change in 9front some time before the release of the amd64 ISOs that seems to have caused it. I was able to boot the 386 ISO (9front-7408.1d345066125a.386.iso) and a amd64 kernel built from the source contained within that ISO. There was about a full year of development between that ISO and when I started seeing the issue, so it's not a very useful data point :P. cinap on #cat-v had some pointers for troubleshooting: 2020-05-29 07:19:47 cinap_lenrek so go to /sys/src/boot/pc 2020-05-29 07:19:55 cinap_lenrek in the mkfile, theres a test.iso target or something 2020-05-29 07:20:02 cinap_lenrek you can adjust that 2020-05-29 07:20:07 qbit ok 2020-05-29 07:20:24 cinap_lenrek basically, you want a workflow where you just run a command to generate a new iso with the kernel 2020-05-29 07:20:28 cinap_lenrek nothing else 2020-05-29 07:20:35 cinap_lenrek thats good enougth to troubleshoot this 2020-05-29 07:20:41 cinap_lenrek and then boot it from vmd Sorry it isn't much help! Cheers, Aaron

