|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] OpenSolaris 10 on x86_32 Xen-VTx
I am trying to install x86_32 OpenSolaris 10 in a VT domain on x86_32
Xen (changeset 8634). The domain boots off the install CD and I see the
grub menu where I choose "Solaris". I then see the "Booting Solaris" and
the loading kernel and modules lines but after that the Qemu window goes
blank. I have listed my config file below. Any idea how to get around
this issue?
Thanks,
Aravindh
OpesnSolaris10 DomVT Config file
--------------------------------
import os, re
arch = os.uname()[4]
if re.search('64', arch):
arch_libdir = 'lib64'
else:
arch_libdir = 'lib'
kernel = "/usr/lib/xen/boot/vmxloader"
builder='vmx'
memory = 512
name = "OpenSolaris10"
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'file:/root/xen/vm/vmxsol.img,ioemu:hda,w' ]
device_model = '/usr/' + arch_libdir + '/xen/bin/qemu-dm'
cdrom = '/dev/hdd'
boot = 'd'
sdl=1
vnc=0
vncviewer=0
ne2000=0
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-users] OpenSolaris 10 on x86_32 Xen-VTx,
Puthiyaparambil, Aravindh <=
|
|
|
|
|