Boris Derzhavets wrote: >> 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.
You will need to copy the kernel and ramdisk off for it to work.. As I said, pygrub support just went back to xen-unstable. So it will have to be backported for you to be able to use it on a Linux dom0. We'll probably ask them to put it in 3.2.2. I don't think there is going to be another 3.1.x release though. We have it on a Solaris dom0 of course. MRJ > Thanks. > -b > > >> ve fun! >> >> >> >> Thanks, >> >> >> MRJ >> _______________________________________________ >> xen-discuss mailing list >> [email protected] > > > This message posted from opensolaris.org > _______________________________________________ > xen-discuss mailing list > [email protected] _______________________________________________ xen-discuss mailing list [email protected]
