> 
> I put up a quick blog entry on how to install
> a PV OpenSolaris on xVM or a Linux dom0. If you
> run into any problems, give me a yell.
> 
>    http://blogs.sun.com/mrj/
Mark,
I've tried it on F8 (64-bit)
******************
Install profile:-
*****************
name = "opensolaris"
vcpus = 1
memory = "1024"
bootloader = "/usr/bin/pygrub"
kernel = "/platform/i86xpv/kernel/amd64/unix"
ramdisk = "/boot/x86.microroot"
extra = "/platform/i86xpv/kernel/amd64/unix -B console=ttya,livemode=text"
disk = ['file:/usr/lib/xen-solaris/os200805.iso,6:cdrom,r',
        'phy:/dev/sda10,0,w']
vif = ['bridge=virbr0']
on_shutdown = "destroy"
on_reboot = "destroy"
on_crash = "preserve"
Then follow your blog and perform graphical install.
Reboot.
***********************
RunTime profile:-
***********************
[EMAIL PROTECTED] vm]# cat OS200805.first
name = "opensolaris"
vcpus = 1
memory = "1024"
disk = ['phy:/dev/sda10,0,w']
vif = ['bridge=virbr0']
on_shutdown = "destroy"
on_reboot = "restart"
on_crash = "destroy"
**********************************************************
[EMAIL PROTECTED] vm]# xm create -c OS200805.first
Using config file "./OS200805.first".
Error: Boot loader didn't return any data!
**********************************************************
I believe,  that's because of root on ZFS
You wrote ZFS support just went into xen unstable.
Does this mean that at Xen 3.1 Linux Dom0 it's not
supposed to work.
Thanks.
-b


> ve fun!
> 
> 
> 
> Thanks,
> 
> 
> MRJ
> _______________________________________________
> xen-discuss mailing list
> xen-discuss@opensolaris.org
 
 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
xen-discuss@opensolaris.org

Reply via email to