On Monday, July 30, 2007 1:20 PM, [EMAIL PROTECTED] wrote:
> Lu, Baolu wrote:
>> By changing the kernel and miniroot to the 64-bit versions under
>> amd64,
>>
>> the original failure is really gone. :)
>>
>> But the new issue comes:
>>
>> The installation process blocks at the point of
>>
>> "Setting up Java. Please wait ..."
>>
>> I've waited for about half a hour. It still blocks there.
>>
>> Here is my config file:
>>
>> name = "solaris"
>> memory = "512"
>
> You need at least 768M for the install bits
> included with that iso.. I expect that to
> go down in time.
>
>
> Once the install is complete, you can lower
> the memory back down.
Yes, it passes if I increase the virtual memory to 1024.
Thanks. However, it still comes into another failure on the way of
installation.
I used the file-backed virtual disk and made the file with:
# dd if=/dev/zero of=/etc/xen/vdisk/solaris.raw bs=1k seek=8192k count=1
and pass this file-backed v-disk to Solaris domU with:
disk = [
'file:/home/export/images/ISO/66-0624-nd.iso,6:cdrom,r','file:/etc/xen/v
disks/solaris.raw,hda,w' ]
During installation after typing 'xm create -c opensolaris.cfg', I
allocated the entire disk to SOLARIS and made it auto-layouted.
After this, it comes to an error:
The following disk configuration condition(s) have been
detected. Errors must be fixed to ensure a successful
installation. Warnings can be ignored without causing the
installation to fail.
ERROR: The '/' slice extends beyond HBA cylinder 1023
I tried to layout the partition manually, but not helpful.
Thanks.
>
>
>
> MRJ
>
_______________________________________________
xen-discuss mailing list
[email protected]