Tobias Nygren wrote:
On Thu, 28 Feb 2008 23:31:08 +0000 River Tarnell <river%wikimedia.org@localhost> wrote:hello, after following the instructions for configuring a Solaris domU at [0], i am unable to boot the domain:Does a NetBSD DomU boot ok?
Good point.I just tested the image and it seems to run fine on current. I renamed 'unix' to 'domu-sun', 'boot_archive' to 'domu-sun-ramdisk' and 'root.file' to 'sun-vnd.img' ...
NetBSD gogeta.internal 4.99.54 NetBSD 4.99.54 (XEN3_DOM0) #1: Mon Feb 25 16:05:53 EST 2008 root%spike.internal@localhost:/usr/obj/sys/arch/i386/compile/XEN3_DOM0 i386
name = "sun" memory = "256" kernel = "/domu-sun" extra = "/platform/i86xen/kernel/unix" ramdisk = "/domu-sun-ramdisk" on_shutdown = "destroy" on_reboot = "restart" on_crash = "destroy" root = "/dev/dsk/c0d0s0" disk = ['file:/usr/pkg/etc/xen/sun-vnd.img,0,w'] vif = ['bridge=bridge0'] gogeta# xm create sun -c Using config file "./sun". Started domain sun SunOS Release 5.11 Version matrix-build-2006-08-16 32-bit Copyright 1983-2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. DEBUG enabled WARNING: Found xen v3.1.3 but need xen v3.0.2-3-sun WARNING: The kernel may not function correctly Hostname: unknown unknown console login:I'd hate to see debug disabled :) ... but as you can see it, it obviously works and hopefully by the error message, it should have no problems with the version of xen on 4 stable. I'd make sure, as suggested, that you can boot a nbsd domu.
Sarton