Surfing net I've met posting:-
http://blog.csdn.net/hotsolaris/archive/2007/07/16/1693244.aspx#713466
It says :
Add this line to Solaris' boot command:
-B atapi-cd-dma-enabled=0,atapi-other-dma-enabled=0
I have experience with HVM profiles for Windows and CentOS (4.4,5) VMs under
Debian Etch (x86_64) , CentOS 5 (x86_64).
(http://lxer.com/module/newswire/view/91729/index.html,
 http://lxer.com/module/newswire/view/91029/index.html)
However, I belive that instruction mentioned above is not about:-
boot="d" or boot="c"
It should be something about profile like:-
*******************************************************************************************
cp /media/cdrom/boot/platform/i86xpv/kernel/unix 
/etc/xen/kernel/osol_xpv_b66.kernel
cp /media/cdrom/boot/x86.miniroot  /etc/xen/kernel/osol_xpv_b66.miniroot

# cat opensol.cfg 

name = "solaris"
memory = 512
vcpus = "1"
disk = [ 
'file:/home/export/images/ISO/66-0624-d.iso,6:cdrom,r','file:/etc/xen/vdisks/solaris.raw,hda,w']
vif = [ " " ]
on_shutdown = "destroy"
on_reboot = "restart"
on_crash = "destroy"
kernel = '/etc/xen/kernel/osol_xpv_b66.kernel' 
ramdisk = "/etc/xen/kernel/osol_xpv_b66.miniroot"
rootdisk = "/dev/dsk/c0d0s0"
extra = '/platform/i86xpv/kernel/amd64/unix -B install_media=cdrom'
*********************************************************************************************
 
The last one doesn't mention lines specific for HVM VM :-
******************************************************
kernel="/usr/lib/xen/boot/hvmloader" 
builder="hvm"
device_model="/usr/lib64/xen/bin/qemu-dm"
******************************************************
Solaris profile is not for HVM guest I believe.
My question is:-

How to create profile for  Solaris 11 (b66,b67)  HVM guest ?

Please, advise .
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to