It's more proper to call it OpenSolaris, it's not regular Solaris. Also, this build is extremely out of date, the first with Xen bits, you need to upgrade to somewhere around B88-B89 to get *BSD fixes.

Around B85 they made it possible to run guests that are different architecture than host. If host is x86-64 (AMD64/EM64T) it can only run 64-bit guests until around B85 whereas you can now do both, but there's still kludge until around B89 or so.

James
On May 11, 2008, at 5:03 AM, Sergei wrote:

Hmmm, I'm take equal error to try start netbsd i386 on my solaris
# uname -mvp
snv_75 i86pc i386
# isainfo
amd64 i386
#xm create netbsd
Error: (2, 'Invalid kernel', "Kernel ELF architecture '3' does not match Xen architecture '62' (x86_64)")

My config

memory = 192
name = "netbsd"
kernel = "/kernel/INSTALL_XEN3_DOMU.gz"
vif = [ 'type=ioemu, bridge=e1000g0' ]
disk = [ 'file:/img/netbsd.img,ioemu:hda,w', 'file:/iso/ i386cd_netbsd-3.0.iso,hdc:cdrom,r' ]
on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'preserve'
boot='d'
serial='console'
device_model = '/usr/lib/xen/bin/qemu-dm'

I think problem on compatibility HVM. Possible exist any options improve it?


This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to