On 5/29/2025 4:30 PM, Chuck Zmudzinski wrote: > On 5/29/2025 4:02 PM, Greg A. Woods wrote: >> >> Do you get similar results if you try to boot GENERIC from that same >> device? The code in arch/x86/x86/x86_autoconf.c looks like it tries a >> bit harder, but maybe it fails too? > > I boot GENERIC without Xen with this: > > menu=Boot normally:dev hd2d:;rndseed /var/db/entropy-file;boot > > Very simple and no searching for dk* devices needed, apparently. It > can find root at boot because I set 'dev hd2d:' which is the fourth > GPT partition on what Xen also sees as dk12.
I guess this isn't correct what I wrote. I meant to say that 'dev hd2d:' is the fourth GPT partition on what NetBSD sees as wd1 and also what NetBSD sees as dk12. Chuck Zmudzinski