I'm still trying to get my Solaris domU working on a Gentoo dom0. With
Robert's help I now know the difference between Express and OpenSolaris,
and I'm back to trying this with an Express ISO, Nevada build 87, now
armed with the "-kd" kernel command line option. (This is the newest
build available, right? And should work...?)
I'm still getting a kernel panic when I try to boot the install ISO.
Current config file is below, and the kernel panic I get when I try to
boot the CD is pasted along with a stack printout, at:
http://pastebin.org/35375
Thanks for all the help.
-m
== begin xm config ==
import os, re
name = "dumb"
memory = "2048"
vcpus = "2"
disk = [ 'file:/xen/isos/opensolaris200805.iso,6:cdrom,r',
'phy:/dev/mapper/pile-dumb.solaris.root,0,w',
'phy:/dev/mapper/pile-dumb.solaris.swap,1,w' ]
vif = [ '' ]
kernel = '/xen/boot/sunos/solaris-b44/kernel/amd64/unix'
ramdisk = '/xen/boot/sunos/solaris-b44/ramdisk/amd64/x86.miniroot'
extra = '/boot/platform/i86xpv/kernel/amd64/unix -kd - nowin -B
install_media=cdrom'
listen=0.0.0.0, vncpasswd=l3m0n' ]
vfb = [ 'type=vnc, vnclisten=0.0.0.0, vncpasswd=l3m0n' ]
on_shutdown = 'destroy'
on_reboot = 'destroy'
on_crash = 'destroy'
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|