> Hi Dear!
> I've a painful problem here...
> In some weeks I'm trying to install solaris 10 on my
> CentOS5.1 system.
> Using the howto I can install OS10 without any
> particular problem.
> 
> But then when I reboot I get the folloe result:
> [EMAIL PROTECTED] xen]# xm create OS11-amd64-2 -c
> Using config file "./OS11-amd64-2".
> Started domain OS11-amd64
> v3.1.0-53.1.4.el5 chgset 'unavailable'

This is version of Xen running at CentOS 5.1:-
3.1.0-53.1.4.el5 (it's not 3.0.3)
Kernel  is already patched.

> SunOS Release 5.11 Version snv_78 64-bit

Looks like you try to create SNV78 DomU (it's not Solaris 10)

> Copyright 1983-2007 Sun Microsystems, Inc.  All
> rights reserved.
> Use is subject to license terms.
> Configuring /dev
> NOTICE: [EMAIL PROTECTED]: failed to read feature-barrier
> Searching for installed OS instances...
> 
> Multiple OS instances were found. To check and mount
> one of them
> read-write under /a, select it from the following
> list. To not mount
> any, select 'q'.
> 
> 1  /dev/dsk/c0d-25308608s0     Solaris Express
>  Community Edition snv_78 X86
> 2  /dev/dsk/c0d134511472s0     Solaris Express
>  Community Edition snv_78 X86
> 
> Please select a device to be mounted (q for none)
> [?,??,q]: 
> [/i]
> 
> At this moment I try to update the book archive
> with:
> [i]bootadm update-archive -f -R /a
> [/i]
> 
I can suggest to try workaround working for
Xen v3.1.0-53.el5 running at CentOS 5.1 ( not patched )

*************************************************************************
Root cause of issue error in blkif.py . If still there fix anyway.
*************************************************************************
# cd /usr/lib64/python2.4/site-packages/xen/xend/server
# vi blkif.py and made this change:

devid = blkif.blkdev_name_to_number(dev)
-if not devid:
+if devid is None:
raise VmError('Unable to find number for device (%s)' % (dev))finally:

# /etc/init.d/xend restart

Create SNV78 DomU with usual profile 
Select DHCP during install.
Complete it.Change profile for runtime
and start up DomU again.
Modify /etc/system as usual for build < 81
Run:-
# bootadm update-archive
Copy (scp) boot_archive to Dom0
Make final changes to profile:-
ramdisk = "/usr/lib/xen-solaris/boot_archive"
*******************************************************************
If you need step by step instructions , view  blog entry:-
*******************************************************************

http://bderzhavets.blogspot.com/2008/01/install-opensolaris-snv78-domu-at.html 

> But nothing!!! I can't boot in my solaris 10...
> Somebody can help me!!!
> Thanks 
> Alessandro
 
 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to